-
I was using the Arduino Nano RP2040 Connect and trying to use the SdFat library with IrRemote.
This problem was continuously popping in my output as the #define F in the SysCall.h file conflicted wit…
-
Hello,
I am facing a few issues trying to get the pairing/bonding on my Arduino Nano RP2040 Connect working using the 'normal' `bluetooth` library shipped with MicroPython (the one which is documente…
-
Is there a possibility to configure this with a microcontroller that has a wireless module?
-
hey.
I faced an issue when using BufferedSerial class specially when writing buffer or data, it just write 2 data and stop ??, actually it is blocking and stuck.
here's the code
```c++
#include…
-
Hello again, I am trying to figure out how to get a temperature reading from a SHT45 sensor to display (and update) in the IoT cloud with no user interaction.
I was able to get it to display the te…
-
@tatobari hx711 for raspberryPi working Fine.
Same code with hx711 -for jetson nano getting random values on adding or removing weight.
I am stuck here. Could you please help?
board used - Jetson …
-
**During compilation, an error is initially reported that PICO is not found. After modifying it to RPI_PICO and recompiling, the following error occurs:**
```
Install the project...
-- Install co…
-
platform.io file
```
[env:nanorp2040connect]
platform = raspberrypi
board = nanorp2040connect
framework = arduino
monitor_speed = 115200
lib_deps =
ryokosaka/Hello Drum@^0.7.7
adafruit/Ada…
-
Board: Raspberry Pico
Core: ArduinoCore-Mbed 4.1.1
Sketch: [WiFiWebClient ](https://github.com/arduino/ArduinoCore-mbed/blob/main/libraries/WiFi/examples/WiFiWebClient/WiFiWebClient.ino)
I can se…
-
If I don't specify upload port, I get an error message:
```
Processing pico (platform: raspberrypi; board: pico; framework: arduino)
----------------------------------------------------------------…