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 all. I hope you having a healthy day.
I am a beginner with nrf52 dev. I want to implement the BLE hrs on my custom board. My board doesn't have any optional modules....
I am having a problem finding the latest versions of SDK and Softdevice compatible with nrf51822? Please provide me compatible SDK and SoftDevices required to work with nRF51822...
I am trying to keep everything synchronous between the client and peripheral. I am also try to make the peripheral code itself synchronous. So on the nRF51 DK, I use a button...
Hello,
We are trying to use nrfutil to perform DFU on our linux system which includes two host targets 1 an Intel machine and the other ARM machine
On the Intel machine...
Hi Nordic team, Due to critical real time constraints, I have to temporarily disable the softdevice, perform data acquisition from sensors, then enable it again. I'm using...
I am currently working on a project involving passing sensor data to Microsoft Azure.
I am looking at the sample application v1.4.99-dev1/nrf/samples/nrf9160/azure_iot_hub...
Hi All
First post! (be gentle!)
I'm developing on the nRF52840 and I am experiencing an issue using the led_softblink library.
I have the led_softblink configured to...
Hello everyone,
I am using nrf52833 development kit and have installed SoftDevice as nRF5_SDK_17.0.2_d674dde in that used basic example of name as ble_app_att_mtu_throughput...
hello nordic
i am working with nrf52832, sdk 16 v7.0.1, s132
i build my app on the central ble_blinky example and i am scanning for beacon advertising
i added...
I merged SPI, I2c into BLE_UART example, spi interface works fine in main() function, but when i try to write spi memory with data received from BLE UART ( in nus_data_handler...
The BLE scanner I developed does not scan devices with RSSI less than -80 dBm. However, it is stated in the datasheet that the nRF52832 chip has a sensitivity of -96 dBm....
Hello,
I have a problem when I want connect my phone to do a DFU for this I use the Bootloader Secure Example. My Phone is a Samsung Note 9 and I have the last update for...
Hello,
We are using nRF52840 with SDK 15.2.0, a bootloader and the SoftDevice. We communicate with another microcontroller (a STM) with I2C. The nRF52840 is the master...
I want to use the Direct Test Mode software in the nRFConnect App for radio testing on my custom board, but it's not working. I suppose this is happening because I connect...
Hey all
I'm working on a BLE device using a nRf52840 SOC and for some tests now I've to measure the RSSI on a specific BLE channel (e.g. ch 37). What I've done so far...