I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
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...