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...
Dears, I used NRF9160 and i have some questions about it: 1. the internal rtc is accurate or not ? is calibrated or need to be calibrated every time? 2. this rtc is internal...
Hi,
I use FDS to save my data in my application. Below is my fds list. All RECORD already have data from factory production.
#define FILE_ID 0x1111 #define RECORD_KEY_TORQUE_0...
Dear Members,
How can I scan continously if I loss the sensor,
I have made at this function :
static void ant_evt_handler(ant_evt_t * p_ant_evt, void * p_context)
...
Dear Members,
I got :
Could not find core in Coresight setup nRF52840 ? with PCA10059, it was working ok before,
Any solution for it ?
Kind regards,
Rixtronix...
Hello,
i've nRF5340-DK, 3 wire SPI oled model.
any one can change STM32F103 code for NCS1.9?
the oled can light on, but no show text, maybe SPI recv Font incorrect....
Am I the only one who finds Zephyrs I2C implementation a little cludgy? Or am I just missing something?
It may be that I'm just used to bare metal I2C but I can't seem to...
I'm working on a Central/Peripheral device and will need to set both:
CENTRAL_LINK_COUNT 1
PERIPHERAL_LINK_COUNT 1
It mentioned that if either of these values are changed...
Hi,
I'm trying the "Heart Rate Application" example on nRF52 DK. I successfully compiled and downloaded the hrs_example code to the board. When I used Toolbox app on the...
The Cortex-M4 exception handling and NVIC support late-arriving exceptions as discussed for example in the Cortex-M4 Generic User Guide. In this regard, my question is: What...
Hello,
I have been trying to get the UART working with EasyDMA on the NRF52832 development kit. I did have some success yesterday, but it's not working again today for some...
Hi,
I am working on a prototype which I have almost completed, I am using this NRF52832 chip, using BLE and creating a mesh network, where different nodes are communicating...
Hello,
I would like to know if Matter template example is compatible with nRF52840 Dongle. According to Matter Template example website ( developer.nordicsemi.com/.../README...
Hi,
I am using nrf5340 with Zephyr and nrf connect sdk 1.7.0 to drive two SPI bus devices off the same bus.
I have no problem configuring the SPI bus using nrfx_spim as...