Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
Hi,
I working on a project that need to communicate with other mcu by SPI, the communication is work, but I have question about the start and stop of communication.
...
Hi,
I just met some difficulties to implant more then one service into my project. The project was developed based on hid_keyboard.
The project can work normally when...
I am using 2 nrf52832 boards to talk to each other through UART. One is programmed to the central SDK example and other other is peripheral. In the code, i incorporated 2...
Hi, I got the issuse about the connection with nRF52810. I used nRF connect to connect the nRF52810 device via Android,but it isn't easy to connect successfully.The nRF log...
Hello,
I have a question about the nRF52840 device and the supporting documentation. I am trying to figure out the current ratings for the GPIO. On page 198 it states that...
Hello,
I have an issue with the function sd_flash_write which ends up in a hardfault when returning to the function calling it. I know there are many Q/A on hardfaults...
Hi,
I have some questions about UART:
Currently I am developing software on our PCB with nRF51822 chip. When I was implementing and testing software on the Development...
Hi,
I am a beginner to BLE. I am using the nRF52 DK and i want to try out the advertisement and connection features.
I basically want to know how to send out an advertisement...
HI
when I use nrfutil.exe to generate .zip file on win10 64bit, I got the UnicodeDecodeError.
And :
Python version 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500...
In my current project, I am receiving multiple indications from peripheral device. After 25 indications, I need to pause the indications or disable the indications. I am using...
I have a question about "LE Secure Connections (LE Security Mode 1: Level 4)".
I recognize that it is impossible to realize "LE Security Mode 1: Level 4" when adopting ...
I want to realize "LE Security Mode 1: Level 4". However, there is no IO capability in both devices.
I tried the following. 1) Set the IO capability of both devices to ...
I have a question about "LE Secure Connections".
I recognize that "LE Secure Connections" includes the following security modes and levels:
・ LE Security Mode 1 Level...
I run eraseall but the following error shows up. how can I fix it?
nrfjprog -f nrf52 --eraseall --log ERROR: JLinkARM DLL reported an error. Try again. If error condition...
Hi,
We have a requirement of reading the BLE Advertising name from flash instead of predefining it in as a MACRO. I saw in the notes it says to use ble_gap_cfg_device_name_t...