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...
We have had our nRF52840 based Zigbee Coordinator in production since September of 2020 with great customer feedback. Unfortunately, we have recently had several instances...
Hi,
I am new to Nordic cellular modems, but plenty experienced with other modems. I would like to evaluate the nRF9160 as a potential candidate for future use in our products...
Hello,
I am having a problem nearly identical to this link Using soft device on custom board with nRF52840 - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com...
Hello,
I am running a single ( main() starts sysworkq thread) thread application in Segger Embedded Studio v5.34a, built for the nRF52833 SoC.
Although I am using a proprietary...
Hi
We are seeing a strange issue when trying to use the Android BLE Library to Android BLE Library to reconnect to two devices. The phone succeeds in connecting to one device...
Hello,
I am going to run DFU over the mesh.
I am using an nrf52840DK and two nrf52840 dongles. I want to send a DFU file through the serial port to the DK and then through...
Hello,
during production test we wrote in the UICR a signature saying that the test has been performed succesfully.
It happens that the signature is not written correclty...
Hi, I'm really pleased with myself as I have set up my VS Code in windows to build and clean blinky and can drag the _build hex file to nRFConnect and flash it to my dongle...
Dear Nordic,
When testing the DFU process, I noticed something unexpected. We are using the secure DFU USB bootloader, with forced dual bank updating. I'll attach both the...
I am using ibeacon format for my device. The specification says to include the RSSI value calibrated at 1 meter in the payload.
Can you please tell me how to find out...
Hi,
We managed to integrate both normal BLE and mesh stack onto our working prototype, powered by nRF52840. So far, it is working well. We are trying to further maximise...
I am using the NRF52840 controller to connect BMD101(ECG sensor) uart based having a baud rate of 57600.
Note: Using UART peripheral example on SDK17
I am trying to parse...