- Getting started with Blues Wireless notecarriers and notecards
- Using microcontrollers, such as Rasperry PI Pico, Adafruit Feather or QT RP2040
- Most current configuration: this script:
extras/Readme_x20894_et_al_USB_Power_Off_with_LiPo_v2.0.md
- For development, both the MCU and the Notecarrier are USB powered to the same computer
- Usually, it's best to plug the notecarrier into your computer first, then the MCU, as the notecarrier will power both. The MCU plugged in is just to get to the code (Thonny). Plugging the MCU in first, then the notecarrier, means that the MCU will power on, but fail, in some cases, to see the I2C devices plugged into the notecarrier, as it sometimes doesn't power the notecarrier alone, some mystery here.
- In production, only the Notecarrier is powered, and the MCU receives power from the Notecarrier
- The LiPo (example), connected to the Notecarrier, is optional
- Using Micropython for rp2040: link
- Sensor: Adafruit BME680
- Script (in progress):
pico_notecarrier_a_v2.py
- Sensor library: lib/adafruit_bme680.py which is a modification for micropython from Adafruit's circuitpython library.
- Using Micropython for rp2040: link
- Sensor: Adafruit BME680
- Script:
adafruit_qt_feather_rp2040_mp.py
- Sensor library: lib/adafruit_bme680.py which is a modification for micropython from Adafruit's circuitpython library.
- Using Circuitpython for Feather RP2040
- Sensor: Adafruit BME680
- Script:
adafruit_rp2040_sensor_cp.py
- Sensor library: Using Adafruit's original library renamed for this project to adafruit_bme680_cp.py
- Notecarrier F Antennas for WBNA-500 Notecard: GPS Pulse W3908B0100 and for WBNA-500 Pulse W6112B0100 cut in half
- Antenna for NBGL-500: Taoglas MFX3
Note: ignore numbering on breadboard, as it's a pico-numbered breadboard
Note: feather is powered by I2C, i.e. no breadboard
Need to test here: changing power config, to using an I2C from notecarrier to pico. This should work, as it does in the other boards.
See the extras folder for an example of monitoring power with a notecard, notecarrier and a LiPo battery.