Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I've been working on porting a project to NCS using VS Code as my IDE. Now that NSC v2.0.0 is out, I wanted to move to that. I found the migration guide: https://developer...
I want to intercept some data in the RX (in section UART_RX_READY in uart_cb() as a command with arguments. And I do not want this data to be sent on the the BLE.
After...
I use nRF Connect to scan BLE devices. nRF Connect can find ANCS2 device. But nrfutil dfu ble failed with Exception: Connection Failure - Device not found! And I can't find...
When I run TX tests with the AT%XRFTEST command, I can start the TX test without any problem but then the modem stops responding to AT commands. For example, if I send
...
Hello.
We are currently using MBEDTLS to handle DIFFIE HELMAN and AES . We have disabled all unused curves and modules, as suggested in documentation. Still the size of...
Dear all, I am trying to develop an application on Nordic nrf52840_dongle utilizing Bluetooth and Nordic Led Button Service. The application running on the dongle is supposed...
I was starting to develop for our own board based on the nRF9160 where we will just be using the LTE-M and while doing so, ran into issues with enabling the LTE. To do a sanity...
Working on a BBC microbit v2 (nRF52833) with Zephyr, I can only control the "ring" pins of the microbit's edge connector. I can setup pullup or pulldown on the other pins...
Hello,
I am using the nrf52832 and would like to know the clock sources used by the external peripherals. From the searches, I found that PCLK16M is used for most of the...
I am working with STM32-F401Re with IKO1A2 shield on it as well. I implemented the machine learning core on LSM6DSOX and I get the data of that accelerometer on STM32 F401re...
Hi All!
I am using nrf5 SDK 17.0.1 and using a radio test example to extend the range of nrf52833/20. Able to compile the example for nrf52833(pca10100).
Now the issue...
Hello,
I am not using the latest SDK, but it seems this has not changed (to be checked…). In file ./components/libraries/util/app_error_weak.c I have this sort of code:...
Our application has several Nordic devices in it. We want to hang a NOR Flash off SPIM4 (QSPI is already dedicated to another Nordic device) of the nRF5340 for storage of...
I use nRF Connect to test buttonless DFU without bonds failed. But nRF52832 receives BLE_GATTS_EVT_SYS_ATTR_MISSING event.
->static void ble_evt_handler(ble_evt_t const...
Hello everyone,
I am designing a Bluetooth repeater that will be powered eather by USB or an embedded Li-Po battery. This device will run with the nRF52833 along with...