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.
...
I'm using sd_ble_gap_address_set() to randomize mac address and it's working fine. But I'm confused about how to change it back to normal(initial value I see) once I wan't...
i cant find lbs example on \SDK8.0.0\examples\ble_peripheral\nrf51-ble-app-lbs-master\arm and compile.I planned to work with nrf51822 dk. The given example in github shows...
Hello, I have been trying to setup eclipse for the NRF52 off and on all week. I followed the guide on setting up eclipse for the NRF51 and adapted it for the NRF52.
I've...
We have a factory in Hong Kong building and programming nRF51822 modules for us. We may go to a fancier solution in the future, but right now we are using nRFgo Studio and...
If I want to connect the NRF51822 board to Keil using JLink via SWD, I found the SW's clock frequency must below 20kHz. If I choose the higher frequency, the Keil can not...
I know this should be simple, but the prescaler is confusing me...
If I initialize my timers with a prescaler of 0, APP_TIMER_INIT(0, ...)
Then the max timer I can have...
Sorry but I've been stuck on this for a few days now and I have to give up and ask for help.
I'm attempting to set LED0 when BUTTON_0 is pressed and LED1 when BUTTON_1...
Hello all,
I am working on a device (nrf51 and s110) which is going to communicate with multiple centrals (smart phones).
The device uses a whitelist to connect to only...
Hi,
I run a custom board with an nrf51822.
If I program the device in the IAR IDE everything works fine but I cannot program the generated hexfile with nRFgo Studio or...
Is it 'NRF_RADIO->TASKS_DISABLE' or 'NRF_RADIO->TASKS_DISABLE = 1'?
Restarting advertisements seems not to be affected and I guess 'cancels out' NRF_RADIO->TASKS_DISABLE...
Hi,
I'm trying to run the uart loopback example in the nrf52 0.9.1 SDK with DMA enabled but it is being caught in an error catch. It runs fine without DMA enabled though...
We have some NRF51-DK devices here.
Recently we upgraded our segger software to v5.00.
During programming using nrfjprog we got the question to upgrade the emulator firmware...