Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
Hi, We are using nRF52840 in our design. the pin p0.10 is marked as LOW-FREQUENCY I/O (up to 10Khz) according to your recommended usage. Our software is design to generate...
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...