Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I am working off the ble_cts_c example, using SDK 14.0.0, SoftDevice S140, and nRF52840.
All works well when I pair a device for the first time: the nRF discovers services...
nRF51822 how to save user data to UICR FLASH?
I have some user data bytes wan to save to UICR ,I see the CUSTOMER[0]~[31] is can be used.
how to save it ? think.
like...
The product that is in development could be used by the 100s at the same venue, if we let customers picks their device from a list there will be a lot of wrong connections...
Hi!
I'm having a little trouble with my measurements. A little situation sketch:
I'm using two nRF51822 DK's who act as peripheral and connect to a nRF51 Dongle that...
I'm trying to reduce the RAM requirements of the softdevice for my application and am looking at some of the options in ble_cfg_t.
What does ble_cfg.gap_cfg.role_count_cfg...
According to the NRF52810 datasheet ,The RADIO contains a 2.4 GHz radio receiver and a 2.4 GHz radio transmitter that is compatible withNordic's proprietary 1 Mbps and 2 Mbps...
I am trying to receive ble notifications from a custom UUID as a central device and then relay that information to my computer via ble. I have been following the nordic relay...
Hi
I'm migrating to SDK 14 and have my service's on_ble_evt() function registered. However, p_ble_evt->header.evt_id == 65535 (0xFFFF) for every evt, so I think I'm doing...
The NRF_LOG_HEXDUMP_DEBUG for rx and tx in nrf_drv_spi.c are logging data 4x the correct size because it take the sizeof of a pointer instead of the data pointed.
Hello,
I am using nRF SDK 12.2.0 , with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c to develop a driver for LIS2DE12....
Is there a known date or expected date that the FDS/Fstorage will be finalized and taken out of experimental status?
I have had a few issues with the FDS fstorage library...
I've ported code that runs successfully using SDK 12.2 S322 v2.0 to SDK V14.0 S332 v4.0. I've managed to compile and link it error free. My problem is that I have an error...
In the documentation it says the order in which the records are returned is undefined. However in my observations FDS always appears to work upwards in terms of record_id...
I'm porting code to SDK v14.0.0 from v12.2.0. and I'm getting the following summary of linker errors:
Error: L6218E: Undefined symbol sdk_mapped_flags_bulk_update_by_key...
I'm looking for an example of how the pData data table is configured in the arm_bilinear_interp_instance_f32 structure.
I have read the online notes which I've copied below...