-
When trying to compile the program ntp-client with the Arduino IDE and after few adaptations to allow for that (comment stdio_init_all() and a couple of castings as well as introduce setup() and loop(…
-
`import requests` throws an exception on older MicroPython versions. For example this version:
`MicroPython 856e08b1931b88271816a2f60648f6ff332235b2, picow v1.20.4 on 2023-08-04; Raspberry Pi Pico…
-
**Description**
Arduino IDE 2.0 does not compile the basic ESPAsyncWebServer library example (CaptivePortal example).
I have already installed the AsyncTCP_RP2040W library.
**Board**
Raspber…
-
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…
-
Hi there,
I tried running the following code on Raspberry Pi Pico, Pico W, and Pico 2:
``` C++
/*
This Arduino receive and decode infrared (IR) signals from a remote control. It uses
the…
-
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…
-
### Discussed in https://github.com/orgs/micropython/discussions/11295
Originally posted by **Beormund** April 19, 2023
The following is causing havoc with my AP captive portal:
```py
# St…
-
### What were you trying to do?
Double-click a tab & Save As a file with .toml extension
### What steps did you take to trigger the issue?
Hi! I seem to have found a weird bug in Mu 1.2 on the Mac.…
-
I've implemented a bootloader for the Pico W allowing code upload via WiFi: [picowota](https://github.com/usedbytes/picowota); unfortunately this means having a copy of the WiFi firmware in the bootlo…
-
What is the proper way to install modules? I am getting this type of error:
```
Collecting micropython-ssd1306
Using cached micropython-ssd1306-0.3.tar.gz (1.8 kB)
ERROR: micropython-ssd1306 f…