I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
hi
im use the command line of nrfutil to ota the nrf52840' firmware.but now i want to develop a soft to ota the device without the environment of python.but i dont kown...
Hello,
I'm measuring the value of a lithium battery (3.7V 110mAh). I used SAADC to measure the battery power and it seems to be quite accurate. The charge IC also attempts...
Hello,
In an older post ( here ) you mentioned that you removed Touchlink examples because they were not of "production quality" and they might not be soon. That was two...
Hi,
Considering https://devzone.nordicsemi.com/f/nordic-q-a/29013/best-way-to-implement-system-clock-on-nrf51 as reference and some other similar posts.I could reach to...
I have created a couple of custom BLE services and characteristics in a peripheral application. It shows up in the nRF Connect app and can read the values from sensors connected...
Hello, we are occasionally getting an error 0x3001 from this function call:
rtn = sd_ble_gap_disconnect(m_ConnectionHandle, BLE_HCI_CONN_INTERVAL_UNACCEPTABLE);
I do not...
Hello,
I want to use the code from the BLE template in my own application and so I copied all necessary files into the project, but the code stucks at
I have debugged...
Hi;
I am using nrf mesh sdk 4.2.0 version and nrf sdk 16.0.0 .
I inttegrated UART code to light switch client example code.
Both UART and client code working seperately;but...
Hello, support team.
In my test board, lis3mdl chip is connected to nordic chip via I2C.
During initializing board, device ID of lis3mdl is checked.
Most of time it...
With 900ms advertising interval we are seeing ~50uA sleep current on the 52840. How do we make it sleep with lower current? We are using an example project with an idle_state_handle...
Hi,
What is the procedure to use PCA10056 DK Debug OUT P19 connector to program external board for eg Nordic Thingy 52?
I have shorted SB47 on PCA10056 DK but it is failed...
Hi engineers,
I want to achieve a demand that receive audio/HID data from the PC side through USB interface and transmit data through BLE to other devices.
So has the...
I am looking at the nrf 1.3.2 asset tracker example and I see that the GPS callback has two different events for PVT and NMEA fixes. As I understand it PVT and NMEA are two...