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...
Hi all,
I am using a BLE nano 2, which is based on the nRF52832. I am trying to measure small capacities of a few pF with this method:
wordpress.codewrite.co.uk/.../...
I want to connect a central and peripheral and only have ble on when the peripheral senses a certain event that exceeds a threshold. Do the devices need to connect on startup...
Hi Nordic,
I’m H/W engineer, dedicated in development of radio circuit. I ask the question because we’d like propose your Nordice nRF52840 to our customer when replying...
I am developing an application which uses 2 nrf52 running sdk 12.3 and softdevice 132 V3.
The central device appears to be saving and whitelisting the two peers, but it...
Hello!
We designed and manufactured board with nRF52832_QFAA. The NFC pins was configured as IO and connected to sensors. The problem is that we see that those pins get...
Has any-one been successful waking up a sleeping 328P via a NRF24L01 PRX IRQ interrupt?? My scenario is as below.
Establishing a two way communication between two arduino...
Color sensing not working after DFU. No color reflection LED activity noted. I would like to have more detailed info on how the color sensing code translates the raw color...
Hello.
I need to use LESC numeric comparison pairing.
It seems that the PIN is automatically and ramdomly generated after the connection occurs.
I would need to manage...
I am running a nrf52 with IOT sdk's Cloud CoAP example. I am wondering about the parameters that I would need to integrate this into a product. These include the stack size...
Hello,
I am using 52832 to test ble data throughput. When two devices are close to each other, the throughput can reach 80kB/s, but if the distance is about 4 meters, the...
The nRF51422 product specification says that you have to use a +-40 ppm crystal for BLE applications.
On DigiKey, there are 2 columns for 2520 crystals: frequency stability...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
Hello, I downloaded the ble_mesh_v0.9.1-Alpha source code from nordic website, and tried to port it to my pca10056 devboard.
When doing so, I noticed that some function...