The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
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...
I have a local ipv4 network with a Mac laptop. There is a Raspberry Pi Thread border router connected to the network. There is an nRF52840 running the Thread CLI example....