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 connected nrf52833 with a button and a LED on breadboard, using ble_app_uart example to send message between phone and board. How can I make a function that whenever I press...
Hello Nordic community,
I am using nRF52840 and try to implement external memory unit for MX35LF2G14AC, which is 2Gb SLC NAND flash. I am wondering nRF52840 can support...
For example I want to turn on LED whenever I send 'a' text from my phone. How could I do cause I do not know where a message is stored. I am using ble_app_uart example
It would be useful to read and write other local files apart from the default 'logger', say, to maintain separate custom logs for multiple discovered devices. However modules...
hi,
I coded BT832AF module using nrf52832 eval board and i get the bluetooth device name but i'am not able to connect to BT832 device using nrf tool box it keeps on connecting...
I need a gpio to control an external peripheral.
I thought to code should be similar to controlling one of the leds.
board overlay:
&gpio17 { status = "okay" gpio17...
Hello ! When I run the direct test mode example found in "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8" in transmission mode, does it only transmit packages on a channel...
Hi,
What is the correct way to write to UICR at runtime?
I am using the code below but the MCU crashes on the first line with no call stack trace.
NRF_NVMC->CONFIG ...
Hi,
I'm trying to collect data for average latency for nRF52840 using an Android Smartphone as Central and nRF as peripheral.
Latency is being measured by the Android...
Hello,
I want to send data via Bluetooth Serial as well as USB CDC Serial and currently, I am getting data rates up to 3.2KB/s on a Windows Laptop. I read this https://devzone...
Hi Community,
Facing the RF functionality issue on nRF52833 on our custom board.
Our board is functioning well with nRF52840, then it failed after migration to nRF52833...
Hello,
I am searching for nRF52 Flash memory mapping. I got some memory map from info-center but for me, it's not working.
The application Starting address is wrong in...
I couldn't launch FOTA upgrade over Bluetooth for nRF5340 PDK. I followed this guide developer.nordicsemi.com/.../ug_nrf5340.html to fulfil FOTA upgrade for nRF5340 PDK. I...
Hello,
My BLE peripheral device based on BLE uart example with nrf52832 has an issue.
My device is paired with central device and I turned off the central. My device started...
Any one tested with Strontium micro HCSD card?
I followed the the suggestions like BUFFERS=8 AND config_gpio=y.
I am getting the error Storage init ERROR!
GPIO Pins...