Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hello,
I want to use a third party bluetooth module (based on Nordic SOC) in my application, so far my understanding is that using your softDevice stack I have to implement...
Hi
My Thingy:52 works perfectly OK with Thingy app on my iPhone.
However when I use the Gateway on my iPhone and then nrf cloud I get an unstable connection on the cloud...
Hello Developers,
I have just started playing around with BLE Mesh Zephyr examples on my recently purchased nRF52840-PDK board.
Anyways, I am bit stuck with one fundamental...
Hi,
I've used the nRF51822 in the past to make sensors that connect to a mobile device. Basically it worked just like every other non-mesh BLE device:
1. It advertised...
Hi:
I'm developing a project with nRF 58232 in ble_app_hrs_rscs_relay example ( s132 sdk:nRF5SDK160098a08e2 ). The device need to be central and peripheral,My device worked...
Hi there,
I'm planning and hoping to use the nRF52840 (in module form) for an upcoming medical device design.
This will need to interface to a PC/Mac/Linux to send specific...
Is APP_TIMER_V2 supported by Mesh SDK 4.1? According to this forum, v2 should fix all sorts of issues related to v1. But it seems that app_timer_mesh.c is only partially compatible...
Hey,
I am working on a version which is uploaded from a bootloader (DFU), the bootloader print to UART and uses the UART libraries.
I want the application to close the...
Hey,
I am working on nRF51822, SDK12, S130, I wish to get more data into my advertising packet, however there is not enough space, I was thinking to COMPLETELY remove...
The goal is to be able to automate build using CMake. I am evaluating this by trying to build example project in nrfSDK 16.(I chose saadc example from nRF5_SDK\examples\peripheral...
Using latest master from NCS (61ed35f76bce079948aabb5bc752d7e0fd3a74b0).
I've modified the peripheral_lbs sample to request timeslots using mpsl (copied the example from...
Hi, I am using nRf52840 and an external winbond flash W25Q128. When accessing the flash, nRF does not find it and starts to reboot. What am I doing wrong? Help me please.
Hi,
I am experimenting with zephyr OS on my nrf52 DK. I want to use the HW AES CCM encryption module available on the board, but I can't figure out how to do this with...
Hallo,
I am developing a custom board, based on Nordic Thingy:91. The custom board won´t support BLE, so the nRF52840 is not intgrated. But Communication with the nRF9160...
Do we have any examples of using tcp in non blocking mode for the NRF9160. I used the USP for PSM example as base for my current project but the blocking call seems to lead...