I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
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...