Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Hi
I tried to update the nano-pb library that comes with the SDK 12.2 for signed DFU to a higher version. The version in the SDK has "0.36 dev" and i tried to update it...
I'm just checking because search didn't have hits.
Has anyone used JTAG "chain" programming to flash two micros on the same circuit? I assume the nrf52s won't hold this...
In the nRF UART v2.0 App, the app have the "send" command. And I can send the data to my nRF52 DK, and it print what I'm sending on the Serial monitor.
However, in the...
NRF52 DK on SDK 12.2 (using armGCC)
I have the FDS example from GITHUB working - it shows it is writing and reading the example data (0xDEADBEEF and 0xBAADF00D) fine.
...
EDITTED-
I have a project coming up that uses:
BLE Softdevice, a fair amount of GATT data
SPIM with a fairly high data rate, slave has a RDYN (data ready now)...
Makefile.windows Capture.PNG hello i am trying to make nordic project in eclipse.
for that iam following this tutorial.
https://devzone.nordicsemi.com/tutorials/7/
i...
Hello,
I am using a RFDigital Simblee module (nRF51822 chip) and an ADC with thermocouples to measure high temperatures and process the temperature data via BLE. So I'm...
I created an App with one 16 bit service and some manufacturer data, but the maximum length of manufacturer data that doesn't cause an error is 16 bytes, when in theory it...
Hello,
I have followed the instructions for openwrt on rpi2 devzone.nordicsemi.com/.../
and was able to establish connection Bluetooth 6lowpan connection between Rpi and...
HI I am working with nRF52 DK
softdevice s132 sdk v11.1
I tried out the SPI master and slave examples and they work fine (I can transfer and receive data)
I have been...