-
I'm working on reducing the RAM usage of a module I'm writing in micropython and I've hit a roadblock - after just a couple hundred of lines the microbit stops working.
---
So, I started looking…
-
# 总结
- https://github.com/cisen/blog/issues/760
- https://github.com/tock/tock
- https://github.com/cisen/sourcecode-tock-01
- https://github.com/oxidecomputer/tockilator
- demo: https://github.c…
cisen updated
2 years ago
-
### Please describe your issue.
Every time I try to write a Bluetooth controller with a pico w, it will say finished then lock up for a while, unfreeze for a half second then refreeze over and over a…
-
### Discussed in https://github.com/orgs/micropython/discussions/12843
Originally posted by **awsiuk** October 31, 2023
Hi Group,
I use Micropython v1.21.0 on RP2040 with simple code:
``…
-
Hi,
I'm testing the DWM1000 with an arduino Due but it doesn't work.
I think because of the port mapping...
Can any one help me please?.
Thanks !
-
Freely discuss your opinions on an ARM platform for Grbl, moving forward after v1.1.
-
Has there already been some thought about using a touch button (cap/res) instead of a push button?
To me it seems quite a nice substitution as it's one moving part less that can break/fail.
-
```rust
let P = Bn::::from_str_radix(
"115792089237316195423570985008687907853269984665640564039457584007908834671663",
10,
)
.unwrap();
// thread 'main' panicked at 'called `Result::u…
-
Obligatory issue after today's announcement of Raspberry Pi for the release of the [RP2350 core](https://www.raspberrypi.com/products/rp2350/), the [Raspberry Pi Pico 2](https://www.raspberrypi.com/pr…
-
Since I wanted to learn FreeRTOS and lwIP in combination on the RP2040, I compiled the "Pico-W FreeRTOS iperf server" example.
The access point I used is another Pico-W running the "Pico-W Access …