-
Hi! I want to address an issue I have with Thonny 4.1.4 on Windows10 and Raspberry Pi Pico W with MicroPython 1.21. I noticed it since some time but with the current versions this still happens.
In…
-
I know the floating head sprites are arrays of char hex but i cant find an image converter that seems to work. When i replace the original sprite hex with something i get from any converters i do find…
-
### Discussed in https://github.com/microsoft/devicescript/discussions/660
Originally posted by **yuichisuzuki0601** November 8, 2023
* The device is Raspberry Pi pico.
* I have confirmed th…
-
I've tried on two brand new Picos. The firmware uploads as it should and the PicoFlasher is visible in J-Runner. When I disconnect the Pico from the PC and reconnect, J-Runner no longer detects it.
…
-
C:\Users\LocalAdmin\Documents\Arduino\libraries\TM16xx_LEDs_and_Buttons\src\TM1630.cpp: In member function 'virtual uint32_t TM1630::getButtons()':
C:\Users\LocalAdmin\Documents\Arduino\libraries\TM1…
-
This is the code: (pretty much the readme example, modified slightly for embassy)
```
#![no_std]
#![no_main]
#![feature(type_alias_impl_trait)]
use embassy_executor::Spawner;
use embassy_rp::g…
-
```
Temperature: 25.9
Traceback (most recent call last):
File "", line 12, in
File "/lib/adafruit_am2320.py", line 149, in relative_humidity
File "/lib/adafruit_am2320.py", line 123, in _…
-
As not seen in the code the connection works. When the Error happens is when the webpage is to be loaded.
Version:
MicroPython v1.19.1-896-g2e4dda3c2 on 2023-02-25; Raspberry Pi Pico W with RP2040…
-
# Feature Request 🚀
Thanks for this extension, finally a simple way to have autocomplete on micropython
I've just some concern and feedback
could you describe a bit more what are the expected…
-
While trying out this library, I found something strange with the behavior of the `ZERO_FFT_MAX` value.
While I am using this library with a Raspberry Pi Pico instead of an Arduino and have adapted…