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...
Hi,
What all the parameters should store in non volatile memory for BLE operations?. Does specification mandates some parameters should load in controller?. What are different...
Based on documentation included in http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#fota-upgrades I am attempting to get DFU working on the following...
I've got several problems but they are all linked more or less with the power profiler.
All devices I have are nRF52840 dk. The code is written with Zephyr but I doubt it...
Hi Everyone We are using nrf52840 for our custom PCB along with QSPI memory. We are using W25Q128FV as our qspi memory chip.
This function mentioned below is used to initlaize...
Hi,
I want to read and write the data from IS25LP064A NOR flash with QSPI. I am using the QSPI example from SDK v16. Please let me know how to get started with QSPI in order...
Hi,
I am wanting some information about any guarantees on the ordering of queued notifications and indications. According to https://devzone.nordicsemi.com/f/nordic-q-a...
SoC nrf52840, nrf connect SDK v1.4.2
we have a board with 3 sensors connected with independent SPI interfaces. after porting the code to ncs v1.4.2 from v1.2.0 the SPI communication...
Hi ...
I am getting the occasional error NRFX_TWI_EVT_BUS_ERROR being reported from the twi_irq_handler()
You can see in the following code snippet from this function...
I am using SDK17, nRF52840 based custom board and SoftDevice 7.2.0 with SES.
I want to use SDK's secure bootloader (pca10056_s140_ble) with my own keys.
To enter to...
Hi,
I have used a Custom board using nrf52832. It follows some procedures. After that, it needs to get into sleep mode for a time which was sent from the app
I use the SEGGER Embedded Studio for ARM IDE to build a clean build directory. From the IDE I can build the project and it completes successfully.
So I then take the same...
We have a product that uses a module containing NR52832 and also both 32kHz and 32MHz crystals. This has been operating correctly and is in full scale production.
On our...
Hi,
I'm having some difficulty debugging an issue with the mqtt library on the nrf9160dk.
I have written my own Cmqtt library class that wraps the Zephyr mqtt library...
Dear ,
On Windows 10 Bluetooth add a device,
Why SDK_17_0_2 Example does Bluetooth be disconnect immediately after pairing
(Use about \nRF5_SDK_17_0_2\examples\ble_peripheral...