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 use nrf24le1 design a board, but it works abnormal when distance farther than 0.5m.
This is my pcblayout,designed by ad14. Can someone help me to check is something wrong...
We're currently running into a lot of bugs using timer1(and 2) especially with the softdevice enabled. Every so often it glitches, and after further inspection of the code...
Hi,
I am currently porting the serialization transport layer to a stm32 chip (the spi 5W master configuration).
I am facing an issue in the state machine used to handle...
hi,In the host,
if(nrf_gzll_get_tx_fifo_packet_count(pipe) == 0 )
{
nrf_gzll_add_packet_to_tx_fifo(...);
}
In the devcice, every 5 min send packets to host ,but ack...
Hi,
I'd like to design a custom software an win10
to help in design a custom hardware using nrf51822...
at this time I have an eval board (PCA10028) whit a custom firmware...
We are trying to dump DFU code using Keil into nrf51822 IC. We are getting error, we are using SDK12. we tried many solutions provided in devzone, we were not able to solve...
Hello everyone,
I am trying to congifure two gpio pin (pin 6and 7) in standard high drive mode 5MA because am trying to connect those pin to the speaker inorder to increase...
When I program the board the COMP and Timers work fine. Upon removing the debugger and resetting the board it also works fine. But if I subsequently power off the board and...
Hello.
I don't know difference of GPIO's input/output direction setting.
There is two register for gpio setting.
DIRSET : Dir set register
PIN_CNF[n] : Configuration...
Hi there,
Is it possible to call SOC library functions before calling sd_softdevice_enable()?
In particular, i want to set up my interrupts with sd_nvic_SetPriority...
We want to use 52832 to control 6 LEDs. it is easy to use 6 IO pins to make them on and off. but we need these LED to blink. so we want to use one PWM module to generate 1...
When using the nrf_drv for spi master there are no problems when compiling. If I switch the SPI configurations to operate as a spi slave the compiler spits out "non-trivial...
Hi All,
I have just started working on interfacing SD card with nrf52 using SDK 12.0. I have to write to SD card at a rate of 84 packets per second and each packet consists...
Hi
I am checking out NRF51822, NRF24LU and NRF24LE1.
Below are my design requirements:
Smaller the size, the better. 7x7mm is OK. prefer smaller.
Lower power...
Hi, Nordic
I have 3 nRF52 devicies, one as Gzll Host, two as Gzll Device.
they use Gzp to pair, when paired, two Gzll Device send payload via different pipe ( 2, 3)...