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...
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...
Hi,
Iam using the nRF52840 DK to make this as a bluetooth LE controller. By following this link https://infocenter.nordicsemi.com/topic/nwp_029/WP/nwp_029/building.html...
Hello -
We are using the nRF52840-DK with the 15.3.0 SDK on FreeRTOS. Our application is configured for tickless idle and based on the ble_app_hrs_freertos example. I...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
I have few queries on “LE Coded PHY”, 2Mbps...
Hi,
I have a custom board with nrf52832 mcu and I use FreeRTOS with SDK 16.
I tried the logging feature with NRF_LOG_XX() functions, but only the first few lines showed...
Hi,
I am studying Thread with MQTT-SN examples, and I got some trouble with the disconnection of the publisher.
Here is my configurations:
SDK: nRF5_SDK_for_Thread_and_Zigbee_v3...
Dear all,
Is it possible to:
1. Make a ble central which is just recieving advertising data , but not visible by sniffers and etc.
2. We want o use the nrf52 for a id...
I am trying perform DFU over BLE and get the following result:
nrfutil dfu ble -a cd5dfbcefa30 -snr 682937446 -pkg flash.zip -ic NRF52 Traceback (most recent call last)...
Hi there
I have a question about the newly added errata No. 220 of nRF52832 Rev 1 Erratasheet v2.1.
We don't use the WFE instruction but call sd_app_evt_wait(). Does the...
Hi,
I am learning OpenThread, and I download RaspPi_OT_Border_Router_Demo_2.0.0-1.alpha.zip from https://www.nordicsemi.com/Software-and-Tools/Software/nRF5-SDK...
Hello!
Nice to ask a question here!
I used arm_cortexM4lf_math.lib in NRF52832 software, and used the function arm_cfft_radix2_f32 function. I want to know that for the...
I want to add a function to bootloader_secure_ble, to drive a lora chip, I can upload some user code by this code. but I don't know how many space can be used.
do you have...
Hi.
I'm testing multi peripheral using pc-ble-driver-py.
I tested one peripheral device using heart_rate_collector.py.
It was ok.
But, when I try connecting two peripheral...