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...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
Hello I'm trying to utilise the multiceiver mode with nRF24L01 and Arduino, the idea is that an nRF will be able to send a message and six other receivers will be able to...
When I use nRF UART of android phone A and B to scan the bluetooth device, the scan result is below:
first picture is the result of phone A, second is phone B:
first one...
Hi,
I want to use nrf51 development board as a bluetooth alarm clock using internal RTC . How can I generate timestamps to determine current date and time. Can the timer...
hi.
i want to parse the data before sending to BLE UART.
i am fetching data from RX/TX pin. and now i want to do some modification in data before sending it.
this block...
Hi, I want to send a constant carrier during production testing of a product.
First I call sd_softdevice_disable(); then I do the following:
//Restart radio
NRF_PPI...
Hello,
in our application I can see, that sometimes the nRF51822 completely resets, during a BLE transmission.
I am using S120 as peripheral. The peripheral is connected...
Hello,
I am trying to understand the basic working principle of the bootloader so i tried the DFU example in the SDK 9 it gets compiled and when i try to flash into the...
Hello,
I am using BL600A module and Nordic softdevice and SDK9.0. The system is having NUS service and TX and RX characteristic. Now I have a requirement for firmware upgrade...
Hello,
Should the application guarantee that the data sent to sd_flash_write is available until it receives the callback or will the softdevice make a copy of the data...
Do you have an example application which automatically re-bonds to an iPhone when the phone has been powered off and then powered on.
Otherwise, what changes are required...
HI,all.
i am so sorry for my silly question here, but it is Very important to me.
i am a newcomer here ,and i am a beginner for nrf52382 and nrf51422.
I heard the...
BobLouwe.logicdata Hi devs,
I'm setting up my own .NET mircro framework stack for the Adafruit nRF8001 Break Out board. When write the Reset port I do get an interrupt...
Hi,
We are using nRF51822 as a peripheral device. We have an IOS app running in a smart phone or tablet. Our requirement is that we need to pair the peripheral only with...