Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Im' trying to send a set of 80 bytes using indication. for that I have a characteristic sending each time 20 bytes and wait for indication acknowledgement before sending the...
Hello Nordic! My application requires an nRF51822 using S110 to handle both Notifications and Indications over the same characteristic.
The CCCD value 0x01 = 0b01 enables...
Hi,
In order to start my own board with nRF52 component throught SWD, I think I've to use Segger Jlink. I expect to buy the basic version, that sound good for me, but I...
Hi,
I have some problems with bootloader debugging by using app_trace_log().
My board is pca10028, and I use the SDK 10.0.0 for it. The Keil version is v5.20 and Jlink...
Hello All,
How to interface nRF905 with nRF51DK board?
Any driver is available for nRF905 which support nRF51.
Any help will be appreciated.
Regards,
Rajneesh
Hi,
I'm using PCA10028 to communicate with ADS1131 ( www.ti.com/.../ADS1131) which outputs 18bit on SPI bus. I managed to get the data out by reading 24bits, but it feels...
Hello ! When I make a read with the SPI from a sensor's register the data sometimes comes correct and most of the time wrong. I tested the read operation with an Arduino and...
Hi
what is the best way to implement a sleep after disconnect?
We are using a custom board and I implemented it this way:
on connect : turn advertisement off
on disconnect...
I used iar for my project. But for some reason I have to transfer my project to keil now. Attached is the icf file from iar and I also attached my keil settings. Now the system...
In following the example for a DFU BLE upgrade I have configured the following system
on an nRF52 DK install the softdevice and bootloader:
nrfjprog --family nRF52...
In my code, I have some 'print'-style functions that write data to a buffer, and that buffer then goes to the Nordic UART implementation. This is user code, and I don't know...
Hi, I'm trying to adapt the stm32f4 library from:
link text
to run an nrf24l01+ with an stm32f373. After some initial SPI headaches, a lot is working. In the initialisation...
I want to confirm how much current is being drawn from the battery while the nRF52 is in it's absolute lowest power state and waiting for an NFC field to wake it up. From...
I am interested in setting the tx power level the advertising packets in a nRF52832 are transmitted with. I saw there is the TXPOWER register in the RADIO section (address...