Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
I am using nrf52832 with buttonless DFU ,SDK 15.0,using fstorage.I want to store some device information in flash,such as serial number,hardware version,these data will not...
In the compatibility matrix , Engineering A must use the "nRF5340 OPS v0.5.0" specification but when clicking on it, only the latest version (0.6.1) is available.
Which...
Hello,
I want to add control over UART to ble_app_blink_c project.
SDK is version 16,I copied <SDK>/examples/ble_central/ble_app_blinky_c folder and made <SDK>/examples...
Hello,
We're experiencing a strange issue where a device we sent to a partner in the US wasn't able to connect over there after rigorously testing this before shipping here...
I am currently using one nrf51dk board that is automatically showing itself on my computer as a mapped storage device with the label "JLINK".
This is actually a board I...
Hi,
I have a ble device that uses nRF52 chip. I would like to know if it is possible to do ble automation on that device.
Here is my setup:
OS: Ubuntu 20.04 LTS
...
Hi everyone, I am using TWI driver to communicate with I2C. I have write the following I2C read function.
Now I want to write a second I2C function with some modifications...
Hi,
I have a device that throughout the uart data to ble,recently I find a problem that in the case of weak signals,the data sequence is out of order.
Here is the question...
Hi,
I am trying to run the sensor example as provided in the Mesh SDK. I am getting the log as mentioned:
13691970>, main.c, 475, mocked motion sensed = 0% <t: 13691973...
Hi there,
I'm using the softdevice sd_ecb_block_encrypt to encrypt my 16byte block data as follows:
When my data buffer is filled, it called aes_encrypt(),
void aes_encrypt...
Hi Nordic,
I are working on battery operated device.
Need to measure battery percentage using ADC.
Let me know how can we select range of 0-100% for battery voltage...
Hello,
How do you flash custom firmware into the Nordic Thingy 52? The Thingy doesn’t reflect changes that I make to the firmware files and instead just turns off the...
I'm trying to find an example of how to properly buffer sensor readings between connections, and then transmitting the buffer on connection.
Is this just done via the user...
Hi,
I have developed a piece of software that only uses the GPIOs on the APP core to evaluate a sensor. The software worked on the development board processor so I made...