Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
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...