-
Hello,
Firstly, thank you so much for embassy and nrf-softdevice. Being able to program microcontrollers with rust is very appealing.
I'm curious if anyone has successfully run a an embassy/nrf-…
-
Moving this issue from https://github.com/lupyuen/pinetime-rust-mynewt/issues/36
Lup doesn't work on mcuboot anymore and his repo isn't the right place for this issue.
@vbelloir says:
> I'm w…
nanch updated
3 years ago
-
Hello,
I would like to port micropython to the GT832E-01:
[here](https://nl.aliexpress.com/item/4000110731290.html?spm=a2g0o.productlist.0.0.64c814acnsWNmg&algo_pvid=ee21218f-f71d-4ee5-b12c-3f99…
-
All,
I was able to get the "generic nRF52" device to support the makerdiary.com nRF52832-MDK (which I got from Seeed Studio) by modifying the generic variant.h file to line up the various pins, esp…
w8abz updated
6 years ago
-
The Arduino support for Nano V2 is not compatiable with Arduino Stream.
The Nano V2 replaces the Arduino Stream with `WStream` while calls to `Stream` pick up the incompatible `mbed::Stream`
This b…
drmpf updated
7 years ago
-
Could you please share your way of building the Adafruit bootloader ZIP package?
I'm trying to run the latest Adafruit bluefruit version with the 0.2.12-1 bootloader and s132_6.1.1 softdevice.
Your …
-
Hi Kris,
I bought the nrf52832 from Pesky Product and I tried to program the built-in MPU9250 using your code "MPU9250_BMP280_BasicAHRS_nRF52 Basic Example Code". However I am getting an error mess…
-
The whole compile process seems to be OK. But openocd won't flash the chip using my ST-Link V2 flasher:
When I run:
`openocd -d -f openocd.cfg -c "init; halt; nrf51 mass_erase; program _build/nr…
tobox updated
2 weeks ago
-
### Operating System
Linux
### IDE version
1.18.19
### Board
Adafruit Feather nrf52832
### BSP version
Github latest
### Sketch
https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/…
-
Hi,
I used arduino IDE to code nRF52832 ( https://www.adafruit.com/product/3406 )
when I wrote:
#include
AltSoftSerial myserial(15,16)
I couldn't pass the compiler, and got following error msg…