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...
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...
When I debug the peripherals box is always empty. I'm using a nRF9160 on a custom board, J-Link pro.
I reinstalled VScode including deleting all settings, and reinstalling...
On MacOS with VSC and nRF Connect for VS Code v2022.10.30
Using Connect SDK and toolkit v2.1.2
Using nRF5340 DK board v2.0.0
Creating, building, flashing and running...
When I use SES and the optimization level is Release, nrf_sdh_ble_enable will return the error code NRF_ERROR_NO_MEM. But when I opened LOG, it returned to normal. When the...
Hello,
I am trying to retrieve the MAC address in the micro when I first power up. Is there a function I can call to retrieve this information?
Thanks in advance,
A...
Hello Nordic team,
I am working on an application with BLE + Zigbee with FreeRTOS and I see that the SoftDevice is initialised successfully and zigbee stack is also started...
Hi,
I could only find "pca10040 e _s112_ble_debug" / "pca10040 e _s112_ble" configuration in the examples folder (SDK17.1.0, SD112_7.2.0)
I need it to run on true nRF52832...
I am currently looking for a way to add a user-callback in the wakeup-period of the SED communication. This is done to prevent two wakeup cycles (communication + sensor readout...
Hi,
After spending a whole day on trying to figure out why I couldn't toggle GPIO P0.18 in nRF NCS, basic sample, e.g. blinky.
Instructions:
I added this overlay under...
Hi,
I am trying to test the nordic distance tool box sample.
1 on 1 test seems working well but I also want to see the result that one scanner measures the distance from...
Hi, We have used Thread 1.0 for our current product and using OpenThread for our next gen product. Are these two compatible with each other? In other words, can an Thread...
We need to add a custom mac address in nrf52840. I check the offical way about wirting the address in URCR. BUT it can be reflash or erase by anyone. We want find a way to...
Hi team,
I am using Segger 5.4 version and nordic SDK 16.0v for the nRF52840 microcontroller. I am working on UART peripheral to send and receive data through interrupt...
When I initialise an UARTE after an UART I get a ERROR 17 [RF_ERROR_BUSY]. Its fine if UART not initialised.
It drops out in nrfx_uarte_init at this point
To...
Hi all,
Under the latest nRF5 SDK for Thread and Zigbee v3.2.0 release, the zb_sleep_now(); will not get the device to sleep. On the light switch zigbee example, I have...
Hi,
sdk ncs v2.1.2
example :mqtt_sample
1. The mqtt client connects to the server
2. The mqtt server is faulty
3. The mqtt client cannot detect the server fault...