hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Hi,
I want to change the UART0 baud rate at runtime (the peripheral has switched to a new rate). Is it enough to reset to (say) 9600 baud, like:
NRF_UART0->BAUDRATE =...
Hello,
I am using the nRF52840 DK with Keil to develop. I have a structure defined as follows:
I have verified that uint8 is 1 byte, uint16 is 2 bytes, and uint32 is...
Hi,
I am using nRF52832 Dk and SD132, sdk is 13.1. I have sent my sensor data to server using external wifi module which is interface with nRF52832 DK.
Everything working...
I have a Client and two Server, so i did flash the example code.
But, from the command '3', i get an error that i do not know.
Can you help me ?
What is correct value...
Hi.
I want to add constant descriptor. Can I save the memory using const variable and BLE_GATTS_VLOC_USER. Will it occur some faults in future?
static const uint8_t value...
I am developing a program with BMI160 with this libraries , but I do not know to which it refers the following code at line 5 and 6: sensor.read and sensor.write.
It is...
I’m using the example “light switch” of SDK Mesh.1.0.1. In my case, i use nrf51 dk as client and three nrf51 dongles as servers but It doesn’t work.
I have tried to debug...
Hi everyone! I'm trying to generate a modulated continuous signal in a specific channel using nrf52832. I used a code made from radio_test example that follows. The problem...
when i program the code firstly , the device is not broadcast,But the other is running well. the output log is correctly.
when i reset the device several times , the device...
Hi, I have done some developing for nRF51822 with Keil before and now I have started out with a new project using Segger so of course I wanted to use the lastest SDK with...
While writing a hardware (I2S) assisted software UART I have noticed that the SDK 14.2 seems to be missing two enums for 32MDIV30 and 32MDIV32
Below is a diff from my private...
Currently I am scanning with a window of ~23ms and an interval of ~33ms. I am also advertising with an advertising interval of ~330ms. Using radio events, I notice that the...
Hi,
I am seeing a couple of issues in my Android mobile app while doing a DFU:
1. The DFU stops in the middle with this log on the debugger
I/art: Starting a blocking...
now i use nRF52832 and my using paccage is SDK14.0.0
i could send data from phone to nRF52832.
next i wanna send data from nRF52832 to phone.
but i don't know where to...
nrf52832
SDK 14.2
NVMC and SD backend both
Hi,
I had a question about the nrf_fstorage_read function. In a previous answer , it was mentioned that fstorage_read function...