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 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...
I have a project where I am implementing an alternative logging backend. My design is modular so there could be multiple logging backends. Each backend is initialized with...
UPDATES after original posting:
I now remember having the same problem described below, once before on my windows installation. At that time I decided to switch and reinstall...
I'm working with the nRF5 SDK v15.3 and a nRF52840 Dongle; developing on Keil uVision V5.29; Compiler: Armcc V5.06
While debugging I that in my programm a NULL pointer was...
HI ! I found an error in the source code because of which the db discovery event handler on DIS client does not work, namely: in the function ble_dis_c_on_db_disc_evt () ...
Does it cause issues if the application was built with a different SDK level than the bootloader? I have a project I'm adding a bootloader to, and it isn't working. I have...
SDK 16, 52810
my board has done the change as the 52810 spec says about dcdc part. Now I wonder HOW do I enable it in my code. Somewhere it says to call sd_power_dcdc_mode_set...
I want to measure the current during sleep,so I write my code as follow:
I queried the manual data that the current is 1.5uA, but 14.0uA is my measuring result. So what...
I am testing the serial interface to BLE messaging using "Bluetooth Mesh Packet Send Opcode: 0xab" - it's working very well. However I have found one thing that is puzzling...
Hello there,
I am working on secure dfu. I followed all the steps mentioned in this post and successfully created the secure .zip file.
Here's what I did(In this order...
First time I programmed the BMD 300 IC ,it got programmed and worked good.After some days later I tried program the board, But the previous code was present in the mcu, i...
When using nrfutil to upgrade the app for 52840dongle, you can see the data shown in the figure through the USB analyzer. The highlighted one does not quite understand the...
Hello,
I'm working on an nRF52832 with SoftDevice v6.1.0 and SDK 15.3.0. We have made a custom application that was created from the ble_app_uart example project. We've...
I inserted code.
OUT 0x04 endpoint works, but 0x84 IN endpoint doesn't.
I use libusb from Linux PC to communicate with nrf52840 via USB. At PC I call function "libusb_bulk_transfer...