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...
Dear ,
I noticed that when I tried to create a new application from sample, e.g. blinky, it can't build and give out the error above.
As it is directly from a sample application...
Hi all,
I'm experiencing a weird behaviour when adding NUS BLE profile to a standard BLE Peripheral HRS example.
The code compiles fine without any error or warning, and...
Hi all,
I have a problem when I set up the software environment. i'm using Mac OS and I've downloaded the nRF Connect for desktop, Toolchain Manager and VS Code following...
Good evening,
since this morning, the data from my test devices (Thingy91) are unfortunately no longer displayed in the nRF Cloud. Neither the sensor data nor the device...
I am trying to get "just works" bonded pairing to work using the peripheral_uart sample code. I have modified it following this support ticket: https://devzone.nordicsemi...
Hi,
I’m currently experiencing some periodic MCU resets while testing the BLE Multiple central single peripheral scenario, whose root cause is not clear to me, except that...
Excuse me:
I want to achieve t he maximum transfer speed between ble_app_uart and IOS NRF connect app,How to modify the example to achieve the maximum transfer speed with...
Hi
We are now using SDK v17.0.0 for our product and planning to upgrade SDK v17.0.2 because SDK v17.0.0 could no longer be downloaded.
But SoftDevice for each SDK is...
Hi all,
Background: -NRF5340 -NRF SDK 1.9 -Zephyr 2.7.99 My objective is to send via Bluetooth data of 244 Bytes every 10 ms per notify . For the tests, I use the dongle...
Hello,
I'm quite loss using the command nrfjprog.
I install in VSCode all NRF tools. It seems working good. I can compile.
When I have a look on "device tree" I cannot...
Hello,
We want to read external sensor data using uart in lwm2m_client project.
I tried below following code :
static char RX_Data; static char uart_buf[20]; static...
Hi,
I could see that in nCS path : "v1.8.0\mbedtls" , "mbedtls" library is provided, I need to understand what it does & how do I enable it for use in my applications...
I am attempting to build and run the Zephyr NVS sample ( https://docs.zephyrproject.org/latest/samples/subsys/nvs/README.html ) on the 52840 using the nRF connect extension...