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...
I'm working on the the provided example ble_app_uart , and I want to make the LED blink while the data is being sent from the peripheral to a smartphone application by BLE...
Hi,
Having worked with your software on and off for some time now there are a few things I have noticed that are slightly disturbing when it comes to the SDK.
Usually...
I am doing a register retention gzll transmit code with ADC. But problem is that the ADC value transmitted is always 255, if I connect ground to ADC it would read 247. Why...
Hello,
I am using nRF52480, s140 , SDK_15.0 and using a rscs central example. I used
uint32_t current_time = app_timer_cnt_get(); NRF_LOG_INFO("current_Tick: %02d", current_time...
The function nrf_qspi_cinstrdata_get has logic bug that didn't combine data from both register
https://github.com/NordicSemiconductor/nrfx/blob/master/hal/nrf_qspi.h#L702...
Hi,
I'm trying to notify some sensor data at a constant 25 data packets per second.
If I set the `MIN_CONN_INTERVAL` to `10 and `MAX_CONN_INTERVAL` to `30` it all works...
Hi All,
I am developing a BLE central peripheral application by using ble_app_hrs_rscs_relay (nRF5_SDK_15.0.0_a53641a & s140 softdevice) on nRF52840 DK board.
My issue...
Hi,All
My case is that we need 20 peripherals connect to multilink central and send data to central,then central device need send data to Pc with Uart.
The current situation...
Something easier/faster than this? https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
The procedure described in that link...
I added bonding/authentication to my application.
I have two characteristics: a "protected" characteristic (cccd_md.wr_auth = 1;) with indications and an unprotected characteristic...
Hello!
I have very strange issue when same firmware works fine if it is flashed using segger debugger and randomly fails (with device restart) when it is flashed using BLE...
We have been using the Nordic PPK to optimise the power usage of our nRF52840 based application - very useful tool.
However, our application changes modes over time (e.g...