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,
just for your information:
the function nrfx_twim_xfer() prints always a warning, even if there was no transmission error. I guess NRFX_LOG_WARNING() should be logging...
I am trying to modify the https_client example from ncs\nrf\samples\nrf9160\https_client on Thingy91 so that it will retrieve an authentifcation token from AWS Cognito. So...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
The nRF52832 acts as SPI Slave and we want to wake up from Deepsleep when...
Hi
New to using EGU, trying to use it to implement software interrupts. How do I capture an Event?
I can see how to trigger and clear an event using -
nrf_egu_task_trigger...
In the function ble_init, I am getting an undefined reference to sd_softdevice_enable during the linking process. I see that in nrf_sdm.h there is SVCALL(SD_SOFTDEVICE_ENABLE...
Hello,
I am looking for the cost effective simultaneous central+peripheral solution using nrf BLE.
The nrf52810 seems to be hardware capable of doing this but I am...
Hi, I am creating custom ble service.there i need to perform
1. character - READ , NOTIF
2. character - WRITE READ
3 . character - READ,WRITE, NOTIF
I achieved ...
Hi
I'm on a custom board with NCS 1.2.0 and modem firmware 1.2.0.
We have implemented agps, and testing with 2 units with agps colocated with 1 unit without agps. All...
Strange device crash on deprovisioning.
This is probably something incredibly stupid, but I have been fighting this problem for a week and don't know where to turn.
I...
Hello
I program the example code peripheral " ble_app_hrs -pca10040e -s112" on nRF52810 and central " ble_app_hrs_c-pca10040 -s132" on nRF52832 .
I used nRF Toolbox on...
Hi,
we are working with Nrf52 and do not need/use Bluetooth, i.e. our devices will not have the Softdevice stack installed.
I was informed that for the radio certification...
Hello, I am using nRF52840, SDK 16, SoftDevice s140 with SES. I want to configure my device first in connectable mode and then in non-connectable beacon mode. sys_advertising_init...