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...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
What is the maximum number of bond table entries a device can have?
If a device allows only one connection to be established at once (not more than one simultaneously)...
Hi,
I want to store the CRC of the current firmware in the flash, for DFU purposes. Almost all of the threads I've seen so far reference the pstorage API but it's no longer...
I am searching for a basic example to understand the build system.
How do I load the soft device properly?
How do I set things up to run SEGGER_RTT_WriteString?
I...
I am using Nrf52832 sdk 11.I want to update the value of characteristic on every read operation from my andriod phone. I want that on every ble_gatts_evt_read: should give...
Hi! Im trying to figure out the power consumption of two types of beacons that uses nRF51 and nRF52. I have connected a small resistor in between the supply and measuring...
Preferrably under linux using gcc and the command prompt.
I am most interested in project setup, loading the soft device, and making sure all the core systems are working...
I am running the ble_app_uart example in SDK 13.0 with nRF52382.
First issue
The app can receive data via UART only when I use "Termite" as a terminal emulator...
Hi, trying to implement timeslot api and stuck with TIMER0.
I saw similar questions but answers is still unclear.
My timer init code:
NRF_TIMER0->MODE = TIMER_MODE_MODE_Timer;...
Hi
I am using nrf52832 with softdevice s132_nrf52_3.0.0.
In my appliocation I need to do periodic measuremets, and it is critical that softdevice doesn't interrupt during...
Hi,
I have to make a interrupt each 100us. This interrupt should be priority on the BLE. In my interrupt I have only one condition (if/else) and I have to change PWM value...
Hello,
I'm looking to implement the OTA on my nRF52, but I couldn't find any help online.
I would like to do it with my iOS and my Android app.
Does anyone have a tutorial...
Soon we will start production and this is my first time using a Nordic chip. During production I want to test for output power en center frequency with a development kit as...
I'm trying to create a connection between Android 6.0 and nRF52832. I created a service, like in tutorial, added it's uuid to adv packet (I seeit in nRF Connection). I can...
I have set up the Cloud Coap example in the Iot SDK using a nrf52 Dk. I have been successful in sending a serialized byte array from the nordic to my cloud server. I need...