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'm in the process of bringing up a new board with an nRF5340 and am seeing some strange behavior. Via JLink SWD, I am able to connect to the application core on...
Hi Nordic team
1. Integrated multicell location sample to asset tracker v2. Expect Google map can display the location of mutlicell latitude/longitude result.
2. As below...
On the latest master of https://github.com/nrfconnect/sdk-nrf (v1.7.0-rc1), swapping between extended and standard advertising will result in reads/ attempted writes to address...
Hi there, I am developing a multi peripherals to central BLE system based on NRF52840. Now I am consider the synchronization between the peripherals and centrals. How can...
Hi,
I come from here: https://devzone.nordicsemi.com/f/nordic-q-a/80874/nrfjprog-not-working-on-raspberry-pi-4/336129
But for me the nrfjprog comand works fine:
...
Hi,
First of all, I'm new in the field of BLE development. I have a custom PCB and some sensors. I want to send the data from these sensors to an app via BLE. These sensors...
Hello everyone, i need to increment a counter each time my button on the nrf534DK is pressed i'm using sdk v 1.7.1 . is there a simple way to do it or a function which supports...
Hi, I implement a dongle that connects multiple devices with MultiCeiver. pipe 0 used for pair, pipe1 ~pipe5 used for device connect. dongle work in PRX, mode, device work...
Hi guys,
I have noticed that there is a problem with losing bytes at high baud rates on UART. Is there a limit to how high the baud rate can be when using a softdevice?...
Hi,
I am trying to add a custom driver (VL53L1X) to my application (nRF9160 & Icarus Board)
I used several sources to understand and edit my code (especially those of...
Part: nrf52833
Soft Device: SD140 (recently switched from SD 122 because SD140 supports more BLE 5.x features)
Application: Replace legacy Central host device with nrf53833...
We are developing an application that takes data from UART and sends telegrams over 802.15.4 on a nRF52840, so I wanted to use the 802.15.4 wireless UART example as a base...
Hi,
We had a couple questions regarding storing some things related to the BLE mesh. We are building our application off the ble example light_ctrl.
1. Looking at the...
Fixes nRF5_SDK/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm_internal.h:68:6: error: use of enum 'app_usbd_cdc_acm_user_event_e' without previous declaration
...