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...
Hi. Thank you for your interest in my writing. I'm working on the IOS and the Multiple Connection project at the experimental_ble_app_multiperial example. It's a project that...
Hello,
I have been using the TWIM peripheral of the nRF52832 (via the twi_mngr) to talk to an accelerometer and a magnetometer. I have 4.7k ohm pullup resistors (in parallel...
Hi,
I am using nrf52840 customized dongle in our project. We have interfaced ADS1118 using spi communication with nrf52840 (customized dongle). The problem here with the...
I am trying to build the 'BLE NFC pairing reference' example for nRF52840.
I downloaded the latest SDK and located this example in the experimental directory under BLE\Peripherals...
nRF52840
SDK 15.3
Segger Embedded Studio
I PWM a piezo buzzer (with a transistor) , using the PWM peripheral. The problem I encounter is that before I call the PWM...
hi support team,
i have a wired problem that i can't explain to customer:
first, i test this project "nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_hids_keyboard...
I was able to successfully use the example ble peripheral blinky firmware example with the blinky mobile app. I added peer manager for passkey pairing but the blinky app is...
Hi Nordic Team,
I am using ble_advertising_advdata_update() to update some of the advertising data. I am doing every time the device is asked to advertise. In my code I...
the following report map is working when i try to increase volume on windows system (send 1 byte == 0xe9)
0x05, 0x0c, // USAGE_PAGE (Consumer Devices) 0x09, 0x01, // USAGE...
Hello,
my question concerns the layout of a bluetooth antenna & tuning circuitry for an nRF52832. Specifically, about two separate concerns:
1) Due to the shape of the...
Hi,
I want the received the datapacket from bluetooth to be stored in eeprom and access it when need be .If you have any small exmple codes for the same kindly inform me...
Hi,
We are migrating code from NRF Connect sdk 1.3.1 on nRF52840 to NRF Connect 1.6.1 on Nrf5340. Using SoftDevice as BLE controller on both.
Our existing code uses a...
Hi,
I want to run my application on the latest open thread libraries.
As per the page "infocenter.nordicsemi.com/.../thread_ot_libraries_building.html"
we need to run...
Hi,
We are using the nRF52840 Dev Kit with SDK17 and SD140 without FreeRTOS. There has been discussion in other postings <link> about increased current consumption caused...
Hi,
I am having a NRF9160DK board , which i want to use it for an simplest BLE application which sends the data from NRF52840 to my mobile using a simple BLE application...