Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
I just recently got both nRF51422 and nRF52844 DK. However, when I tried to connect through J-LINK, the error message popped up: No emulators connected via USB. Do you want...
Hello,
I built a network of 3 parts. Each has a PCA10059 nRF52840 dongle.
Raspberry Pi 3B+ Border Router using the image from 4.1 SDK. This has the NCP
2X Full Thread...
Hi Everyone,
I am working on nrf52832, I am using sdk15.0.0 ble_peripheral /ble_app_beacon as reference.
I am not understood properly uesd for this function static void...
We just received our latest custom nRF52840 board and have found that there seems to be some issue with PO.19. We have verified that the P0.19 is not working on multiple boards...
Hi
Im using the NRF9160 DK
I have got the Asset tracker working, can modify the code, runs with nrfCloud, beauty
Just followed the docs
But then, I want to...
I have to stream packets from an nrf52 to an nrf24 at a 30 kHz rate using ESB. But when I try to do this, the receiver only receives some of the packets. I don't believe the...
I am using ses and trying to set the max payload length or enable debug mode in NRF_ESB.h. I could of course just change the values in the header file, but I prefer not changing...
Hi Community,
I'm a little bit flyiing in the dark, so I like to ask this in the devzone.
Does anyone already implement NFC OOB Pairing and using Apple GymKit?
1...
We are not using the USB interface on the nRF5340, and thus are leaving VBUS and DECUSB unconnected. Can we also leave D+ and D- unconnected?
Thanks,
Scott
To the kind attention of Nordic support team,
I'm interested in understanding in a conceptual way, how the microcontroller is operating when sd_app_evt_wait is called. ...
We have the following setup: - Both nRF52832 and nRF52840 chips in our product
- The nRF52832 is a module while the nRF52840 is the chip integrated directly onto our PCB...
Hi,
Kit:nrf5340
SDK:nrf connect SDK 1.5.0
1.Can you please explain how the data transfer takes place in ble mesh while using nrf connect SDK.
2. Also tell me how...
The servo I use in my application uses a PWM signal duty cycle to represent servo amperage level.
So, to measure servo amperage, I use a GPIOTE channel to capture the time...