-
on your website every url for micropython firmware lead to empty page, an example: https://docs.arduino.cc/micropython/ARDUINO_NANO_RP2040_CONNECT-20240105-v1.22.1.uf2
-
Hey guys, do you plan to add the Pi Pico W to the list of supported boards?
I saw some posts about using it woth MicroPython but would love to use the board with it's Arduino integration:
https://g…
-
## Uno Compatibility
Is this library compatible with Arduino Uno?
## Which pin is RX and TX?
I was exploring the rs485 library on which this library is dependent for RTU,
```cpp
#ifndef …
-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
-
Is it possible to add the GP1294AI VFD. I've tried to do it by myself but for some reason I can't get it to work.
Datasheet:
https://drive.google.com/file/d/1AG-xEty9XNawlXCaBtnWZ6uW1tDV3I1M/view?us…
-
Troubleshooting this with Tyeth and Justin in Discord. Using Justin's latest on his branch at https://github.com/justmobilize/Adafruit_CircuitPython_MiniMQTT/tree/no-retry-on-unauthorized.
I have …
-
Hi,
trying to use the example WiFi101_OTA brings a link error:
```
WiFi101_OTA.ino:57: undefined reference to `InternalStorage'
collect2: error: ld returned 1 exit status
exit status 1
Error c…
-
Hi, Sorry if this is a very basic question but I am wanting to use this library to control a robot from an Arduino Nano rp2040 Connect. Do you have any examples of your library in use that I could bas…
-
>>>
MPY: soft reboot
MicroPython v1.21.0 on 2023-10-06; Arduino Nano RP2040 Connect with RP2040
Type "help()" for more information.
>>> from machine import Pin
>>> led = Pin("LED_BUILTIN", Pin.O…
-
Hi,
I'm a complete noob so I think there is a high chance I've misunderstood something. I am trying to use this library with an Arduino Nano rp2040 Connect. This works just fine but when I try to u…