Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
I've based my code upon the HIDS keyboard example and added code to support an attached polled sensor with I2C interface. The device will pair with the Android phone just...
Hello,
I'm writing an application that sends cycling power information via ANT+ and Bluetooth (S340, on a nRF82840). While the ANT+ is a pure cycling power service, the...
Hello,
I am using the Nordic SDK at v1.5.0, to create an application that runs on the Nordic nRF9160.
In the typical use case scenario, my application is mains powered...
Hello. 'm trying to DFU using serial bootloader with my custom board.
I've wired my custom board's nrf52833 pin with a USB2UART board.
nrf52833 RX Pin: P1.02 -- connected...
We have a device based on NRF52832, SDK 13.0, Softdevice S132 v4.0.5. We can't upgrade the Softdevice at this time but we can modify the firmware if necessary.
We know that...
My current product uses an NRF52832 with SDK 13.0 and s132_nrf52_4.0.5
I was asked to implement GATT caching to speed up the connection time with a mobile phone.
I know...
Dear ALL,
In nrf connect sdk ,How can I do a bond_ Deleted callback?At present, I test this function in iPhone and Android OS. When I delete the pairing information of...
I am developing my ADC sampling code for minimal power consumption. There is a timer with ppi module that generates interrupt for sampling. Please see the code below:
...
Hi everyone,
I'm designing with nRF9160, and I found nordic's suggestion on the PCB layer, which is underneath the GPS and LTE pad should be removed. I'm curious if the...
Hi.
I use GPS with SUPL client library, so I need your help.
I enabled CONFIG_AGPS_SRC_SUPL and use gps_agps_request() function to request agps
I found that in supl_start...
Since update 3.9.0, I am not seeing my Dev Kits or J-links showing up in the "Select Device" device list.
I have tried both Mac and Windows.
Anyone else experiencing the...
Hello, I'm new to zephyr
I have a custom board nrf52833 (BM833E module), I'm using zepyhr to build the hello world example to use uart1. I have created nrf52833dk_nrf52833...
Hi.
I'd like to develop my custom board's DFU function like the below steps.
Run my application (simple LTE transfer function included)
During LTE transferring, If...
Hello,
I want to make one fw which adpots for following platform without much changes:
nrf9160 DK
nrf Thingy 91
Both board has nrf52 onboard so, my idea is as...
I have an application where I have configured a reporting attribute which reports on update. It works as expected - until the amount of data you want to send exceeds 8 bytes...