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...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
hi,
I am using the nrf51422 for the first time. I need to connect a GSM-GPS module for reading nmea string. I have to use the uart to enable communication with the GPS and...
I just updated to SoftDevice 8 and now I'm getting the address 0x200023C4 in my apps error handler function. This error happens to be the start address for the ble_evt_buffer...
Hi All,
anyone was been successful in compiling and flashing SDK 7.1 Bootloader/DFU using arm-gcc on *nix machine ?
If every single hex file needs to be flashed apart...
Hi ,
During SOFTDEVICE_HANDLER_INIT function call , if I change the NRF_CLOCK_LFCLKSRC_XTAL_20_PPM macro to NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION , what is the...
Hi,
I have troubles programming my blinky in a nRF51DK. I have S110 v8 loaded and can flash blinky with nrfStudio. Not with GDB. It seems that the flash is not erased. After...
Hi to all,
I've started a new ble_apps_lbs project from ble_app_template. I've an nRF51822 chip with S110 already programmed, I modify the settings for the target cpu, and...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hi, After i flashed the firmware MEFW nRF58122 0.11.0, MCP "start discovery" button is disabled. I flashed the lower version MEFW nRF58122 0.9.0. Same issue.
There is exception...
Dear all,
I have a question on the LFCLK accuracy in the smart beacon kit, which is pca20006.
When I see the specification of LFCLK crystal 32.768kHz, this crystal has...
I'm developing a product using a module with a built-in NRF51822 and I'm experiencing a strange error:
After staying in a connection for a long time (hours to days), the...
Hi, I'm making a product with the nRF51822 chip.
I was looking at the MFi.
As you see in the picture, the condition for not taking the MFi is like this.
At the...
Hi, I've written my own ACI code for an arm cortex M3. So far, everything is working fine. However, I've noticed that if all data credits are used up and a DisconnectedEvent...
I'm using nRF51822 SoC and i want to notify the Androïd(4.3) application with the changes of the Major value due to switching the beacon mode . How to change Major value ...