-
Hello! been using ConfigurableFirmata V2.10.1 based from Firmatabuilder.com sketches successfully with Arduino.
Ive added support for RP2040 how is described here:
https://github.com/firmata/Confi…
-
I'm using `MicroPython v1.19.1-88-g74e33e714 on 2022-06-30; Raspberry Pi Pico W with RP2040`
Running the following expression in the REPL:
```python
print(f"foo {':'} bar")
```
results in this …
-
We would like to have support for Bluetooth and the Pico W board.
### Requirements
- [ ] **MUST** maintain USB compatibility
- [ ] **MUST** support at least X-Input modes via Bluetooth.
We nee…
-
Hier eine Liste von Ideen für die nächsten Videos:
- Memory
Das gute, alte Memory-Spiel. Mit netten Bildern und einigen Varianten (3 einer Sorte, nach jedem Versuch werden 2 Karten ausgetauscht).
…
-
### Operating System
Others
### Board
Raspberry Pi Pico
### Firmware
-
### What happened ?
The `dcd_edpt_close()` implementation in `dcd_rp2040.c` is incomplete. It was probably meant to call `…
-
I have a Raspberry Pi Pico W Connected to a PiCowBell Proto - no other connections or modifications.
I am running CircutiPython latest stable for RPi Pico W: adafruit-circuitpython-raspberry_pi_pico_…
-
The log of a big Vec is buggy (it doesn't happen for a small one), for example, with this example code the log is not displayed.
```rust
#![no_std]
#![no_main]
extern crate alloc;
use alloc::v…
-
### The problem
It seems like the deep sleep component doesn't work on the RP2040, my board consumes as much power as when not in deep sleep. This makes it very hard to run on batteries.
Both in "…
-
新品のRaspberry Pi Picoに書き込みを行ったところ、PCに認識されなかった。
試しに、オリジナル版を書き込んだ後に書き込みを行ったら、正常に動作した。
おそらく、設定を保存するためのEEPROM関連が悪さしてると思われる。
せっかく、ドラッグ&ドロップで簡単に書き込みができるのに、台無しな感じ。
直したい。
-
こんにちは、
私たちは最近 CuGo V3i を購入し、カスタム変更を行うのは初めてです。左のジョイスティック (CH-A) を使用してクローラーの左右のモーターを制御し、右のジョイスティック (CH-D) を使用して左右に旋回する方法を教えてください。また、右側のモーターを CH-C から CH-B に変更しようとしましたが、コード内にチャンネル名とピン接続が見つかりませんでした。
…