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 trying add the fatfs example in my custom solution and I have the follow error after add the paths and files.
nrf_log_frontend.c:92:35: error: unknown type name 'nrf_log_module_dynamic_data_t...
Hi,
I am working for Adafruit on the bootloader for the upcoming feather nRF52840. Currently testing using the nrf52840DK pc10056. Everything is OK with S140 6.0.0 . Today...
I need to implement a 4kHz signal to drive a buzzer on a custom board of nRF51822 with external 16MHz and 32kHz crystal.
I am using Timer1+PPI+GPIOTE to generate this 4kHz...
I'm currently using:
- Board: NRF52840
- SDK for Mesh 2.1.1
- SDK for Thread and Zigbee v1.0.0
My problem is that I want to merge and run both Bluetooth Low Energy...
Hi, I am using nRF SDK 12.0.0_12f24da, with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c
Initially I was working on integrating...
Hi, I am using nRF52840-DK; Window 10; Embedded Studio and try to run sample project:C:\Nordic_Semi\nRF5_SDK_15.0.0_a53641a\examples\peripheral\ uart \pca10056\blank\ses ...
Hi all, I'm using nrf52832 with SDK15 in my project. For debugging purposes I need both CLI and LOG modules enabled with RTT as a transport. I followed this manual to setup...
How can I disable NRFX_LOG_INFO calls in the PPI driver? I've set NRFX_PPI_CONFIG_LOG_ENABLED 0 and even NRFX_PPI_CONFIG_LOG_LEVEL 0 but that doesn't stop messages like the...
Hi,
This is Srivisakh. I am using a custom made board integrated with nrf52832 board in which UART is configured. I am using Segger IDE for code development and building...
Hello I have what I hope is a simple question regarding the Internal DC/DC on the nRF52832 and thus nRF52810. I am assuming it is the same internal design, correct between...
We are just in the very beginning of developing a mesh network with 150 devices and a gateway (with a nRF52840 in it). We want to find the best strategy for provisioning....
Hi everyone,
thanks for this discussion - this question addresses almost exactly a potential use case I've been looking into.
I'd like to try and implement something this...
This is from the documentation:
[in,out]
p_length
Pointer Length of the string. Amount of sent bytes.
I'd translate it to a pointer to the requested length...