-
UPDATE: need someone to build for pico_w. All attempts fail due to not knowing where all configuration files stem from, where they go, and what they pertain to. setting in VScode vs cmake for wind…
-
FIrst of all, I'm extremely new to MCU programming so sorry if I'm asking something stupid.
Is it possible to get the debug output over USB? Via serial, uart, I don't know. I have a CH582M in one o…
-
I'm using a FLIP C3 board, which does not have SPI pins (only I2C, UART, digital, analog). I've tried declaring an SPI pinout in the pins_arduino.h file just to see if it fixes the error, but that did…
-
Hi!
I'm using the Facedancer21 from int3.cc and I'm trying to run facedancer-serial.py, but it only starts working after 10 or 11 failed attempts every time I plug the board in.
The first few com…
-
[repo](https://github.com/djdisodo/avr_async_serial)
i just uploaded half baked async serial support crate that only supports atmega328p
since implementation is very minimal i think it's possibl…
-
Hey gang,
I was wondering if anyone had looked into the hardware as a hack vector.
Judging by the [FCC internal photos](https://fccid.io/2AUIUWYZEC3/Internal-Photos/Internal-Photos-5001016.pdf…
-
### Describe problem solved by the proposed feature
RTT serial supports RS485 like linux RS485
### Describe your preferred solution
_No response_
### Describe possible alternatives
_No response_
-
Creating one top issue to track this and Closing #3 & closing #9 Which were duplicates for Foxy and Humble.
Unfortunately Foxy reaches EOL next week, so I do not expect serial will not be availabl…
-
When I try to do the upload, PlatformIO gives me this error: "A fatal error occurred: Serial data stream stopped: Possible serial noise or corruption."
-
Under "while True:" does "serial_read()" really need to be called twice?