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...
Dear Nordic Team, Thanks for supporting.
I want to know the possible for mesh network concept with nRF52832 (PCA10040). If possible means guide me for startup.
Regards...
HI!
I'm a happy owner of two nRF52840 Preview DK board (v0.9.3). I'm considering to change their chips to production versions. I found that schematics and PCB layouts are...
Hi,
We are using nRF52832 for one of our central device. Our peripheral is also based on nRF52. We are facing issues while scanning for the peripheral from the central side...
Hello;
We are developing software project and need a beacon device to use in this project.
The UUID of the device needs to be changeable. And the bluetooth signal must...
Hello,
I am using SDK 12 with softdevice 130.I can successfully use DFU OTA and Secure using nordic development board.
While using our custom board(without Buttons) we...
We want to Implement Nordic DFU function by ourself,but the DFU library and soruce code is not available to us.
So we need to get the Nordic DFU OTA documentation which...
Iam working on nRF51822, i have developed my projected by editing ble_uart example project. Iam using Softdevice 110 and SDK 10.0.0. When i try to perform more then 7 BLE...
Hi, I am building a system using Nordic NRF52832 as a node. I would like to save some data (such as node ID) to board's memory so that the application can read these data...
Hello, i am developer for nrf51822, Please, have you tried to connect bluetooth nrf51822 with samsung s8 plus ?? because I noticed that sometimes it connects and disconnects...
I want to use the MPU9250 driver found in the Thingy SDK in my nRF52 project. I am using GCC 7.2 Arm/Eclipse as the development environment. The driver source file inv_mpu_dmp_motion_driver...
I would like to implement feature that swaps advertising data only if GAP address in scan request matches one of the application layer ,,authorized'' addresses.
The only...
Hi,
My app was written on Windows PC/MSVC and is ported to nRF52/Keil.
In many places I've used MSVC assert() macro in the following manners:
assert(function(arg1...
Hi all,
On SDK 15.0, Immediate Alert Service is not working without a secured BLE link. When peripheral is not paired, this latter doesn't receive any alert from central...
I’m using SDK 15.0.0. and softdevice 6.0.0.
When I compile the example:
https://github.com/haakonsh/MMD
I get the compiler error:
fatal error: compiler_abstraction...
Hi,
I tried ble_app_uart example by using SES it works fine. Then I tried it by using eclipse with OpenOCD and a STlink V2 on the debug in port I succeeded to flash it....