-
Thank you for this nice little SWD programmer GUI and the glitcher for the ESP32 :D
I am currently trying to glitch an nrf52832. I narrowed down the glitching width in the source code to 6-10us, as…
-
Is this code is available for nrf52832??
-
Hi, I'm trying to use the BufferedUarte, but I find with a solid strange wall :smile:
For example, this code works:
```rust
#[embassy_executor::task]
pub async fn init_gps_controller(gps_compon…
-
https://infocenter.nordicsemi.com/pdf/nRF52_PAN_109_add_v1.1.pdf
-
Or alternatively the adafruit feather form factor. The esp32 module does not have the correct pinout to match the feather boards.
Thanks!
**Is your feature request related to a problem? Ple…
-
I am running the linter using your github-action (thanks for making it available) and I am faced with these three rules failing and it seems that everything is defined as per the specification. It doe…
-
Would this work on a [nRF52832](https://www.nordicsemi.com/products/nrf52832) chip (512KB Flash, 64KB RAM)?
Has the footprint of the runtime been measured?
-
Hi,
I'm using BME68x sensor for a project, but I have some problems with the common.c file. I want to adapt for nRF5282 using I2C communication.
Is there someone that has already done that and would…
-
It seems that the LL registers generate a lot of code:
```
Compiling ...
Analyzing target/thumbv7em-none-eabihf/debug/examples/dw1000_only_rx
File .text Size Crate Name
0.…
-
Hi,
My basic code for blePeripheral gets stuck on begin() function,
any way to resolve?