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...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
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...