Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
i want to use the nordic nrf52840 in my new beacon design. however i dont see many others using it. i downloaded the DK files from nordic to figure out the feasibility of...
Dear Nordic Team,
Thanks for supporting. Now i want to integrate GPIOTE with BLE UART example. When i call gpio_init(); this function got error like below image.please support...
Good morning,
I am trying to get the lowest current during system OFF (no RAM retention, no wake-up sources configuration) on 52840 PDK. The spec says that the OFF current...
Hello,
i am working with a custom board, based on nRF52832, running the Bluetooth Mesh SDK v2.0; the board is equipped with a SoC that communicate with the nRF52 using the...
I am using the Windows version of nRF Connect v2.3.2. Aborting the DFU process does not work in the following use case:
- Connect to a nRF52832 advertising as DFU (for example...
I am using the iPhone 8, BLE device (51822/51422), s130, SDK 12.3.0.
and using a bonding and passkey to connect.
However, Direct connection after disconnect For example...
Hello,
I am trying to fix the UART communication error(APP_ERROR_HANDLER(p_event->data.error_communication);).
I am sending a command(0x87,0x14,0x11,0x33,0x44) continuously...
Hi,
Sorry if this question is too simple - I tried to search existing threads before posting.
I just received the official nRF52-DK and would like to get it started, I...
Hi
i have LIS2DH working ok just having problem with the order of return values, maybe just a quick fix.
LIS2DH is running on 10Hz, low power mode, I receive interrupt...
Hi!
We are experimenting with BLE Mesh on nRF52832.
Our setup includes around 50 sensors located in a building which need to report sensor data ( 12 bytes ) in real time...
Hi,
I'm trying to configure nRF51 usb dongle as server but can't get it to advertise.
Neither 'Advertising setup..' nor 'Start advertising' option seem to do anything...
So I've been banging my head against the wall for a little bit now and this just isn't making sense to me.
I downloaded the NRF Toolbox app on my phone, and I compiled the...
I am working on SDKv14 with S132 softdevice and was trying to modify the Heart Rate Example to vary the Manufacturer Specific Data after each advertisement. After searching...