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...
hello
I had developed code based on the example ble_beacon_app and tested on nRF52840DK. That worked fine. I need to make the same work on the nRF52840 dongle. I followed...
Hello,
I'm using a Nordic Thingy:91 device for testing the asset tracker v2 application. I have a Verizon SIM card that's activated and is successfully registering with...
Hello,
This past week we received a software update that minimized the pristine build and erase and flash buttons to a small, barely noticeable icon out to the side of the...
I have an nRF52840 design using the chipscale package. I have very little I/O so it can all be placed on the outer ring to avoid the blind vias needed for the inner ring....
I am working on a BLE to ANT (Specifically FTMP to FE-C) gateway.
HW used is the pca10059 dongle.
Windows10, Programmer 3.0.4, Segger 5.42a.
SW is nRF5_SDK_17.1.0_ddde560...
If I have multiple peripheral devices, advertising at the same time with NUS service, what factors determine to which peripheral, the BLE central connects?
How can I configure...
Hello everyone.
I'm developing a custom board mounting the nRF5340, and I want to use the micro USB. I was looking at the schematic of the DK for reference, and I found...
Hi,
Not sure if this is the correct place to ask...
My code is crashing after a spi write function.
It is probally obvious to someone here, i think i fell into that...
I'm attempting to merge 3 HEX files into one using the Merghex command. The "BinaryImage access" error appears, see the screenshot below.
I've tried this several times with...
Hi,
I'm porting my SSD1333 (Solomon IC for OLED displays) code driver to Zephyr OS drivers for ease of use along with LVGL (going from `< nrfx_spim.h>` to `<drivers/spi...
I want to transfer a bunch of data over the virtual com port to a PC using the USB port on the nrf5340. I'm using the CDC ACM sample: https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi,
why
AT%XRFTEST=1,1,14,7880,23,1,4,0,0,0,0,0,0 AT%XRFTEST=1,1,14,7930,23,1,4,0,0,0,0,0,0 AT%XRFTEST=1,1,14,7980,23,1,4,0,0,0,0,0,0
returns ERROR but e.g.
AT%XRFTEST...
We are trying to see if it is possible to detect a vibration using the ADXL362 accelerometer on the Thing:91. We have it setup to to trigger on motion, but we need to be able...