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...
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...
I use nrf51822 sdk130 (central device) and nrf51822 sdk110(peripheral device). I want to get rssi value of the peripheral device using the central device without connection...
Hi Hung Bui,
I am working DFU now, all the thing's good for nFR52832, but in same way nFR52840 not work, I just wonder nFR52840 is ready for DFU?
Thanks.
JG
HI,
I want to turn off the broadcast timeout, but when I change the broadcast timeout macro to 0 when the program does not work,
Modify as follows:
#define APP_ADV_TIMEOUT_IN_SECONDS...
I'm attempting to use Peer Manager with my nRF52832 module as a peripheral with an Android 7.0 phone as the central device.
My program is a mix between the NUS example...
Dear Nordic,
I have built a board using nRF51422, and I've just manage to populate it and start it up.
I'm using a modified example (peripheral_lbs), and everything seems...
Hi, I have an Adafruit Feather52 board which is preloaded with a serial DFU bootloader and the S132 Softdevice, of which I also have the merged Hex file. I would just like...