-
Thanks for your hard work.
I could see the below information from your paper, but I couldn't find the suporting S5123 chipset in FirmWire.
"Supporting 5G Basebands. During our research, we also pe…
-
I've recently created a crate that provides IO/microcontroller specific constants to Rust programs written for the [AVR architecture](https://github.com/avr-rust/rust).
[avrd on GitHub](https://git…
-
Hello,
I'm trying to improve the battery lifetime of my TWatch2020 by playing with **deepsleep**/**Hybernate** mode.
The problem is **ttgo->begin();** tooks about llllooonnnggggg 2s to run, and I'…
-
I was trying to run the following code to test two serial ports and I was having this issue.
`void setup()
{
Serial.begin(9600);
Serial1.begin(9600);
}`
`void loop()
{
Serial.println("…
-
Hi,
Not sure if I have a defective unit but I have several problems with my pijuice.
I just bought it last week and since then, I'm trying several different combination
to make it work. Let's st…
-
Daniel,
I've been testing ADC functions.
**1. Issue with _weak prototypes for interrupt functions in stm32f4xx_hal_adc.c**
When I started working on ADC interrupts I got the following error:
…
-
The ITM can easily be enabled using OpenOCD but that requires having a debugger connected to the MCU. ITM can be used for logging or as a communication channel in a production application; in that cas…
-
I don't think it's possible to programmatically do it once the system is started.
The workaround could be to use system calls.
So how do I go on in this case?
-
Hi @KerJoe
On RTD2660, and with **TTL mode** , I try to get all RGB output normally HIGH while now they are normally LOW.
I am turning around since weeks now without finding a solution.
Could so…
-
In order to create a USB device in the [esp32s3-hal](https://docs.rs/esp32s3-hal/latest/esp32s3_hal/otg_fs/struct.USB.html) crate, you must provide it with the correct pins, which is constrained by […