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...
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...
Hi team,
Working environment:
development board: nrf5340
ide: nrf connect for vs code
os: windows 10 pro
Need to achieve board to board UART communication via...
Hi All,
I have been working on getting the ws2812-gpio working on the nRF9160 as I want to use the periphs for real stuff, rather than an entire SPI used for an LED.
It...
Dear:
I had using nRF Toolbax to upload application and bootloader and it can get my package file from google-driver or mobile phone
after 2 days... I can not upload ...
Hi Nordic,
I add a switch to let user can manual control BT on or off.
But when I tring to set bt off, I got error 134.
Here is part of my code. I turn on BT and scan...
Hi,
is there any reference code to enable DCDC converter in nRF Connect SDK (NCS)?? (> v2.0.0)
I found some API, such as nrf_power_ dcdc en_get(...) or nrf_power_ dcdc...
Hi,
We have developed a customized board for use in a gateway. We would like to have a working bootloader on that board but it looks like it is almost impossible to make...
I'm working with the OpenThread CoAP protocol in the nRF Connect SDK 2.0.0. I started with the samples:
\ncs\v2.0.0\nrf\samples\openthread\coap_client
\ncs\v2.0.0\nrf...
Hello,
I have added service data to my advertising_init function, however it does display when looking at the nRF Connect app. I'm not sure why it doesn't show as it's similar...
1. The code uses a value 0xFF55AA5A to identify the adv packet as the one that supports distance measurement. Is this value checked by lower layers?
If not - why not just...
I can successfully perform a DFU of my BLE device via the Nordic "nRF Connect" App using a nRF52 DK. I'm trying to do the same via nrfutil CLI, now running into an issue:...
Hello,
I'm working with the nRF Connect NVS module on the nRF9160. Every time there is a read/write to NVS the messages:
I: 3 Sectors of 4096 bytes I: alloc wra: 0, 668...
Hello With Zbus being added to Zephyr, are there plans to carry on support for the Application Event Manager and the CAF or switch to using the Zbus system in future releases...
Hello,
I am new to the microcontroller development club and have recently obtained a nRF52 DK kit. I am using the new nRF Connect SDK and have the Arducam OV5642 camera...
Hi there,
We have developed a family of BLE products based on the NRF52832 using it's maximum TX power 4dBm.
We have a strong push for increasing the communication range...
I have a simple application running on our custom board based on nRF52840. Our board does not have any uart pins connected so we use RTT exclusively for console I/O. I attempted...