to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
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...
Dear Nordic experts, How do you verify that a (mesh) firmware has an app key assigned? What I'm looking for is basically the Mesh SDK's version of NCS's bt_mesh_app_key_exists...
I used the alternate method of installing nRF connect described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/gs_installing.html#build-environment...
for those of you who are aiming at a battery-powered NB-IoT device, this book might be worthwhile to look at. I recently discovered it and provided a good starting point how...
Hi
I need to understand what all configurations for ADC peripheral can be managed with dts or overlay files..? Like ADC channel, resolution etc,. Kindly guide me with all...
Longtime mbed user, first time trying zephyr. I'm hoping to find an example application that shows the expected file structure/CMakeLists/KConfig for a project that includes...
I am trying to save the address of program counter when a watchdog reset occurs. In order to do that I use gcc's __builtin_return_address(0) from within the SDK's nrf_drv_wdt...
Hello,
I am a computer science student doing IoT network analysis with an nRF9160 DK and an IoT SIM card connected to the Swisscom network in Switzerland. While performing...
Hi,
I have a device based on the board nrf9160 with an external peripheral which is the flash LE25U40CMDTWG and that communicates with the controller through the next pins...
I am new to Nordic devices. I got a Nordic Thingy91 today.
I want to send the sensor data to my own database using a php api and http request.
The following is the block...
Hello, a newcomer here.
I've just went through your wonderful BLE service and characteristics tutorials and now I'm experimenting with the BLE UART, i.e. proprietary NUS...
I have one nRF5340-DK now and have the basics working. I have even targeted compiles and flashed external nRF52xx devices using the nRF Connect SDK on VisualCode.
Seems...
I am working on UTC time synchronization using SNTP. The timestamp is correctly obtained and set using clock_settime(). I wanted to determine at when to resync with the NTP...
I'm trying to implement the Zigbee coordinator sample on the nRF52840 dongle. Although I've received a little bit of guidance on how to adapt the nRF52840DK implementation...