Safecast / bGeigieNanoKit

bGeigieNano is a kit version of the bGeigie mobile survey geiger counter designed to fit into a Pelican Micro Case 1010.
https://safecast.org/devices/bgeigie-nano/
114 stars 43 forks source link

Read data live from serial/uart #54

Open Engineer-of-Stuff opened 5 years ago

Engineer-of-Stuff commented 5 years ago

I'd like to read the data collected live via serial/uart instead of having to collect the SD card. Is this possible?

Maybe someone can give me some tips on where to edit the firmware?

I haven't ordered a kit yet, but without being able to read live data this device is kind of a no-go.

Engineer-of-Stuff commented 5 years ago

Bump???

cw1812 commented 4 years ago

The function is already there. Look for Serial.print() or Serial.println() inside the main file bGeigieNano.ino you will see what will send.

robouden commented 4 years ago

So you can install a bGiegieCast (soon tp be released ) or BLEBee and read the data thought BLEE, WiFI or both.

robouden commented 4 years ago

https://github.com/Safecast/bGeigieCast