Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
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...
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...