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...
Hi,
I am trying to use the VL53L0x sensor with the NRF52DK. Someone has written a library but its based on c++.
(*Edited) The example provided in github works with SDK16...
I created an Android app based on your Nrf UART app ver 1.0, which works fine on Android 4.4 and 5.0, but not 6.0. On 6.0, it cannot find the ble device. But I downloaded...
Hi, I'm looking to develop a GPS tracker over LTE-M/NB-IOT using nRF9160. The user needs to be able to reach the device to check its location on demand (20s delay is OK)....
Hello all,
In the proccess of migrating from arduino to SES IDE to work with the nrf52832 SOC and coming accros some of the examples in the SDK I'm strugglling to understand...
Hi,
We are using Jlink and nrfjprog to program the nRF52832 flash via SWD interface. We have a combined hex file which is about 512k and takes about 12 seconds to flash...
I am debugging my applications transitions to SYSTEM_OFF and back again. I am connected to the debugger so I am presumably testing with "emulated system off" which is just...
Hi all,
I wrote a nice library for using an offboard SPI flash chip and am now trying to port it to our master code which runs on freertos.. I wrote the library starting...
hello ,i am using sdk16 with nrf52852 DK i can be able to get time using that nrf calendar example. Now i want to sync up the mobile time with Dk every time i connect with...
Hello, i'm developing some boards with nRF24L01, everything was going fine, i was able to write and read payloads back and forth using modules mounted on 4 different hardwares...
Hi,
We were trying to bring up NB-IOT with a Jio SIM ( India). Seems it is able to connect to network, but no data connection. The sim vendor said to us we need to use ...
Hi all,
I cannot manage to get a proper System Off consumption with the nRF52840.
I use this setup, with devkits as the DUT (powered through "External Supply") :
...
Hi all,
In my current project I have 7 sensors, each hooked up to an own nrf52. I am polling between 8 and 28 byte(depending on operation mode) of data in 10ms intervals...
I created a copy of bluetooth/peripheral example and copied the nRF5340DK board files to make my custom board definitions. The guideby Øyvind A. Sandberg is really good here...
Hello All,
I'm interfacing a temperature sensor ds18b20 with nFR52840, which uses one wire protocol.
I'm using this repo https://github.com/DSysoletin/nrf52_ds18b20_example...
Hello! I wrote my own version of the bootloader for nFR52832. If I go into the loader, check the application and switch to its execution via nrf_bootloader_app_start (), then...