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 use s110 v8.00, now i need finish the dual bank ble DFU program.
who can offer a example?
the s110 v8.00 is use nrf51422,and used the ram2,
I compile the project,find...
I would like to be able to manually disconnect from a device and then begin advertising.
However, I have discovered that on disconnect, ble_advertising_on_ble_evt handler...
I have an application using N5150 SOC with S210 softdevice and using softdevice_handler, SDK 10.0.0.0, and I'm using Ant-FS to gather data from this device. I only want to...
ble_app_beacon.rar hello there i used ble_app_beacon example. i want to make some modifications. i want to put it in sleep mode after some time and again wake up after some...
Hi,
I am trying to run the example ble_central_and_peripheral_experimental (SDK 9), I program the device with S130 and the hex file. The other two devices I program it with...
Hi,
What is the meaning of "NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION"?
It means use the internal RC clock source, but what is the meaning of "250_PPM_250MS_CALIBRATION...
My application uses the WDT. In my application, I use a soft reset to enter the bootloader. Because the soft reset does not reset the WDT the program will reset while in the...
Hi, current i'm writing a program in nordic nrf51822 chip and I facing the problem of region RAM overflowed with stack after adding the BLE code as shown below :
//***...
I have a RFID application in which there is a Reader and a tag. The Reader reads the tag information once the tag is in the Reader's range. The tag is an active tag.
The...
I'm working with app_fifo_uart and I'm seeing that my event handler gets the event 'APP_UART_TX_EMPTY' repeatedly. Multiple times a second. Is there any reason for this? Can...
I am using my nrf51-DK with mBed for prototyping. I noticed recently, that the DK had stopped broadcasting a BLE service, so I followed instructions to update the firmware...
I was under the impression that HomeKit was an extension of the MFi Accessory Interface Specification, which relies on the iAP protocol to access additional functionality...
Hi, I'm trying to run the ble_app_uart_s132_pca10040 demo but I can't get it to work.
We're using Keil 5.17 and downloading the example from the pack installer.
The packs...
Hi,
I always see HardFault when I debug a float point code. But it can run smoothly in run-time.
Firstly, I use code Style-1.
float val
val = (int32_t)NRF_ADC->RESULT;...