hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Hi folks,
We have a project based on an nRF52833, on a custom board, running at 1.8V. There is no Bluetooth (so no SD usage), and the HF and LF clocks are running from...
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...