First attempt at using Blues. I followed the online tutorials and got the notecard/wifi setup and talking to notehub. But can’t seem to get the Pico connected to the Notecard.
I am using:
- Raspberry Pi Pico H
- CarrierB
- Notecard WiFi
CarrierB is connected to the Pico like so:
GND → GND
VBAT → 3V3
SCL → GP3
SDA → GP2
If I run the myp_example.py code with:
product_uid = “com.gmail.quietlife4me2:mwue”
use_uart = False
I get the following output:
Opening port…
Opening Notecard…
Resetting Notecard I2C communications.
Serial-over-I2C error: reported data length (2) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Serial-over-I2C error: reported data length (0) differs from actual data length (2).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Using transaction timeout of 30 seconds.
{“mode”:“continuous”,“body”:{“os_family”:“Raspberry Pi Pico with RP2040”,“req_interface”:“i2c”,“os_name”:“micropython”,“os_platform”:“rp2”,“agent”:“note-python”,“os_version”:“3.4.0; MicroPython v1.23.0 on 2024-06-02”,“req_port”:0},“product”:“com.gmail.quietlife4me2:mwue”,“req”:“hub.set”,“crc”:“0000:a5d56fc0”}
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Resetting Notecard I2C communications.
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Serial-over-I2C error: reported data length (47) differs from actual data length (0).
Notecard not responding to newline during reset.
Retrying reset…
Traceback (most recent call last):
File “”, line 86, in
File “”, line 67, in run_example
File “”, line 29, in configure_notecard
File “notecard/notecard.py”, line 321, in Transaction
File “notecard/notecard.py”, line 824, in Reset
Exception: Failed to reset Notecard.