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...
Hello,
I have tested a thread network with a nRF52840 SDK programmed with Thread COAP Client sample and two nRF52840SDK programmed with Thread COAP Server sample.
All...
I've built a project based on the peripheral_uart appliction. This is working well, but I need to now sort out the lowpower mode. My product is battery powere & I need to...
I’m using the nRF54L15 to test throughput. I want to connect a single board to any arbitrary BLE device to test GATT throughput. Is there any way to do this? Are there any...
I want to use the UART20 serial port to map to other pins for easier PCB layout, but when I use the NRF54L15,
overlay config
my main code but no printk or printf What...
Hi,
I’m using the nRF52840 for BLE packet capturing, including security-related exchanges. However, during analysis in Wireshark , I’m unable to see any SMP (Security Manager...
Hi There,
I have integrated ble_app_hrs and saadc module on nrf52840 dev kit, it compiled without errors. while debugging it is stuck in - saadc_sampling_event_init(), ...
I don't see how we can send 'conn param update request' rejection. I am getting BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST and there is way to update the conn params using sd_ble_gap_conn_param_update...
I am using a Bluetooth peripheral_uart routine with the nRF Connect SDK V3.1.0. During a compilation, the program encountered a large number of errors where nRF-specific terms...
Hi,
I am trying to implement FOTA download in SDK3.1.0 with an nrf9160 board. I had this working on an older SDK (1.6.1) so I know it's possible to save the progress and...
Hi,
I'm looking to use the nPM1300 with a fixed 5V DC input (no USB). I still want to use the rest of the nPM1300 features together with an MCU, including lithium battery...
Hi,
We have integrated the Onomondo SoftSIMs in our devices (custom PCB). The integration is looking good. We can provision it, works in multiple countries etc.
However...
I am trying to understand the process of certificate generation for the onboarding process of my devices. Especially with the future of "mass production" in mind. I understand...
I have a nRF9160DK board that was working. I am trying to flash zephyr/samples/hci_uart into the nrf52840 and zephyr/samples/central_uart into the nrf9160. I was able to build...
My project uses the rotary encoder having pin A, B and Common with nrf52832. I connected them to pin 9 and 10 and GND.
I modified Qdec example to but it does not print the...
In my system I am writing log messages to flas, in order to conserve space, I use the LOG_DICTIONARY_SUPPORT. when I read my log messages from flash, the timestamp is decoded...