Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
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...
Hi there,
I'm struggling to get a DFU over serial done. I'm using a nRF52840-DK (PCA10056), the nRF-SDK 15.0 and nrfutil 3.5.0.
I
- genereated the key pair,
-...
We have a product with a microphone with PDM output that uses the nrf9160. The nrf9160 does have a PDM hardware unit that looks well suited to read it out. But currently there...
Hi Community Members,
I have a nRF51822 SoC custom board on which i have successfully tried flashing the executable file using openocd commands over Linux environment...
After the rewrite of persistent storage in SDK For Mesh v4.0.0 the code no longer does any basic sanity checks on the data read back from the flash.
The code below is from...
Hi
I am evaluating the serial_lte_modem sample with pc as client but failed, could you share the cmd format for gps start function?
here is the log after I issued the...
Hi guys, I'm facing the next problem:
I am using the Android BLE Library and Android-nRF-Mesh libraries. I connect my Android application to 8 nodes. One of those nodes...
To perform dfu using nrfutil, we need to bring wpantund service down in order to provide serial port to nrfutil. That restrict me to communicate with end nodes. Can you please...
Hi Nordic people,
According to my knowledge SPI can not verify the bits whether it is properly sending or not(like ack),speed wise is SPI ok,And in nordic nRF52840 have...
Hi!
I'm trying to use the LIS2DH12 driver on SDK 16.0.0 in SES. I've managed to read the correct value of who am i register. I'm trying to configure the sensor using LIS2DH12_DATA_CFG...
I have set up 2 nrf52 dev kits: one central and one peripheral. The peripheral side hits the PM_EVT_CONN_SEC_FAILED event about 30 seconds after the connection was established...
I'm trying every permutation.
Pressing IF BOOT/RESET button along with BUTTON 4 and powering off and on the board ... then letting the buttons go
There is a reset...
Hello,
it would seem that the Spi Slave example provided with the SDK 12.3.0 does not work correctly for the nRF51DK. Setup:
Master SPI : STM30G070CB Slave SPI : nF51DK...
Good day,
I have a problem with a custom board I have designed. It does not advertise the BLE device when programmed. I am testing with the simple ble_blinky and the nrf_connect...
I have nrf52840 development boards, when I ran DFU example (from NRF SDK for thread and zigbee v4.0.0) on autocommissioning true on 2 boards and was able to run it successfully...
Hi,
Is there any way to disconnect the NRF Toolbox connection through code. I tried to do the same but once ble turns back on its connecting back to NRF toolbox.