HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
sdk: 1.6
modem fw: 1.2.3
Hi,
Been trying to test mqtt every which way and not getting any success with mqtt keep alive longer than 30 minutes, the mqtt connection...
Hi All,
I have encrypted app_update.bin manually and perform FOTA with single stage bootloader and it is working as expected.
Now I have enabled Two stage bootloader...
i am working with spi example but the clock appears as shown in the following photo i do not know why it is generated like this and i need help to configure it to work as...
Do you have an updated schematic for the latest nRF52-DK development board? The board I have from July 2022 (reference # 0365RUBR) has some differences compared to the online...
Hi there,
A couple of weeks ago, I'm facing the issue that my nRF52840DK board is not visible and led5 is flashing rapidly. I reflashed the bootloader, j-link-ob-sam3u128...
I added some functionality to asset_tracker_v2. I used two pins of Nordic chip for following purpose: 1. Detect BMS, pin as Input 2. Reset BMS, pin as output. The pins overlay...
Hi,
I'm a newbie of microwave board design, after many research I finished our 2.4G USB Receiver board which use the nRF52840-QIAA. But I still want some advice of the RF...
Hello,
My setup is UDP sample and PPK2 for power measurements. I am trying to figure out the best settings that are available with eDRX set to <= 20.48s, and preferably...
Hello,
I am trying to get the data out of an out of the box zigbee sensor (PIR motion sensor) with the CLI example provided.
I flash an NRF52 with the CLI example, and...
We are working with tuning of the GPS:
Basically the tuning is fine but we are mostly bandwidth limited.
I wanted to ask how much is the acceptable bandwidth for a GPS...
Hi Team,
I am working on air mouse development using NRF 52832.
nrf standard package support ICM 20608 with AIR_Motion Library , but its not available now in https://www...
Hi,
I have noticed that when a peripheral (using NUS) is disconnected from a central it takes 2-3 seconds for the peripheral's BLE_GAP_EVT_DISCONNECTED to trigger.
Shouldn...
Hi,
I encountered that the PWM couldn't be closed completely, it still has about 100uA after PWM is uninitialized.
For troubleshooting purposes, I have posted my code...