I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
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...