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...
I am using sdk 14.2.0 and I want to use nrf_calendar.h in my code but it is supported only in sdk 13.0.
will you guide me how can I use it in my sdk version 14.2.0.
the...
Hi,
Would someone please help me to configure a specif channel for continuous scanning. I was browsing through the forums and understand that the SDK/SD not supports these...
Hi together,
since quite some time I try to merge my BLE application with the SPIS functionalities from nRF52 SDK 12.3 example with softdevice S132. My application should...
Hi, I am developing a central device application using the ble_app_multirole_lesc example as a baseline. I am using v11 of the SDK. This example uses the heart rate service...
I am following the Thread Border Router example and have successfully loaded RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha.img onto the RaspberryPi 3B+.
I have loaded the...
Scan of services after connecting to DFUTarg does not return
the new services on the device. Instead the old services that existed
on the device before going into DFU...
I'm trying to follow the guide Sending mesh packets in the Interactive PyACI section on the nordic infocenter.
I've installed the required prerequisites using pip.
Here...
SDK 14.2
This question pertains to the app_timer library.
Hi,
I am using the app_timer library for creating/starting timeouts.I had a question about the APP_TIMER_MIN_TIMEOUT_TICKS...
HI,
i n this modified example: https://github.com/Rallare/nrf51_ble_app_hids_kbd_consumercontrol/tree/SDK15 cI would like to define the long button instead of short button...
Hii,
We are using currently nRF SDK12 and nrfutil for performing DFU over ble. we are able to do it by pressing button on nrf51822 Dk kit at time of restart and putting...
Hi everyone,
we are trying to use the TWI interface of the nRF52832 to communicate with a TI BQ28Z610 fuel gauge, using the TWI driver of the nRF5_SDK_13.0.
For the last...
Hi All:
I had a problem about programming.Does someone can help me? Thanks.
My IDE is IAR :ARM 8.22.2
Projcet: nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_uart...
Hi,
we are currently using nrf51822AC device and nrf SDK12 . we need to do "switching to bootloader without a system reset nrf51822" as mention in subject . actually we...
Hello, I want to send beacons from one nRF51822 device to another. My project involves using omnidirectional antennas. So, will nRF51822 be the right choice for me?
I was...
SDK 15, nRF52840, PCA10056
When I read my data in the flash I recover the before last value writen and not the last.
I'm using the es_flash.c source code from eddyston...