NWFSC-OA-lab / field_sensors

Repo for field sensor team files, issues and code
0 stars 0 forks source link

Arduino code review #23

Open pmcelhany opened 1 year ago

pmcelhany commented 1 year ago
ajbuckingham00 commented 1 year ago

We started by running example code for all of the sensors on the arduino, which let us verify that they were working and brought to light a few issues with the PCB (see the electronics update for more detail).

We were able to run last years code on the device, and successfully initialize all the sensors (and communicate with all of them except maybe the bluetooth. We weren't able to connect the device to the app, but aren't sure if that is a bluetooth module issue or an app issue yet).

We still need to verify bluetooth connectivity, and make a few changes to the code since we are using a different ADC (the 16 bit one was broken, we installed the 12 bit one instead). Will be working on that this week.