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...
Hi,
I have an nRF51 DK, found here www.nordicsemi.com/.../nRF51-DK .
I am using SDK V11.0 and S130 V2.0.
I am developing on a Linux machine.
I can compile and run...
Hi.
I'm using the Power Profiler Kit and the PPK desktop application to log the power consumption of my device. This works well for short time spans.
However, I'd also...
Hi
I'm trying to delete all files with a given file id. Will fds_file_delete() delete all files with a given file id, or just the first one it finds?
thanks
SDK1...
Hi
I'm trying to use fds_record_find() to detect if a record exists in flash storage. After erasing the device (via nrfjprog), flashing the softdevice, flashing the program...
I use an app_timer to periodically update sensor reading in my application. There is a characteristic used to change updating rate by stopping and restarting the app_timer...
Hi,
I work on a project for the nRF52832 with Keil µVision using ARM Compiler V5.06 update 2 and nRF5 SDK 11.
In a module I allocate quite some memory using malloc(...
For the BLE GAP advertising flags byte in the advertising data, we have the following options:
/**@defgroup BLE_GAP_ADV_FLAGS GAP Advertisement Flags
* @{ */
#define...
I cannot seem to save the new Device Name value in the nRF51822 beacon.
I am using the mobile app nRF Connect.
This is my procedure:
1).Run nRF Connect on Android device...
Hi Nordic Team;
I am using nrf51822 devices with sdk12.3.0. I am using buttonless dfu example without any problem with sdk12.3. However, I see that you realese sdk14 that...
We're considering nRF51/52 to implement a specific BLE application. We need the nRF51/52 go to sleep if a BLE collision signal or interference on an advertising channel has...
Hi,
I'm using nRF5_SDK_13.0 on nRF52840 based on ble_app_hrs_rscs_relay example. I use it to connect a bluetooth 4.0 device and it's ok now. Also I have a bluetooth 5.0...
Hello, our device is able to be used by Iphone and Andriod. For the ANCS, we have tested the Iphone and it is OK. However, Andriod notification does not need the ANCS. As...
Hi
I'm trying to create a custom ble service with 4 notify characteristics.
Everything works with one characteristic, but when i add the other the DK hangs.
I'm using...
According to the NRF52810 datasheet,to ensure optimal performance it is essential that you follow the schematics- and layout references closely.Then if I want to use NRF52810...
I have found that deferred logs cannot be outputted if they exceed the certain size.
I modified "\examples\ble_peripheral\ble_app_blinky" from SDK14.
I'm using nRF52 DK...