I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi, everyone
I'm developing nRF52832 S132 with SDK 17.0.x
I wanted to change MTU size to 247 using 2 peripheral link in ble_app_multiperipheral example.
but i...
Hi Sir/Miss,
I try to implement static passkey in my project. Which is using nRF52810.
The SDK version is 17.0.2.
Softdevice is S112.
My project is based to develop...
hardware: NRF52832
SDK:17.02
I'm trying to get SPIM working with a RF(SX126). I'm currently trying to use the nrf_drv_spi_transfer() function.
I need to read and write...
Hello everyone,
I have a problem with my device name. First of all I want tro write the device ID into the device name. I get the device ID over "RF_FICR->DEVICEID[0]"....
Dear Members,
How can I stop ANT HRM channel temporarily, and save the heart rate value on to SDcard ?
My code at static void page0_data_log(ant_hrm_page0_data_t const...
Hello,
I’m designing a custom nrf52832 device and i came across an issue with energy buffering. I am using inside of the device the battery CR2032, SoC nrf52832 and two...
Hello,
I've successfully setup a development environment for nRF Connect and Zephyr on windows (VS Code extension) where I can build, debug and flash code to my board...
The nRF52833 isn't supported Bluetooth low energy by nRF Connect for Desktop as list device in link https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfconnect_ble...
Hi, I'm working on nRF52840-DK board and NCS SDK-v1.7.0 on Windows with Visual Studio Code.
We want to add support for Image validation for imaged signed with ECC curve...
Hello,
I have nRF Connect Desktop v3.9.1 for MacOS installed. I am trying to run the "Bluetooth Low Energy" utility using a nRF52840 dongle.
If the only device connected...
Hello
I was trying to get this example ble_app_template to work but it seems like it doesn't, the code is executed on the ic since I was uploading some code to blink a light...
Hi,
I have a question about running a secure service that does RSA encryption and decryption in SPM using mbedTLS.
I am using SEGGER Embedded Studio for ARM (Nordic Edition...
Hello all, Currently I am developing a code in which a central (nRF52840) scans and reads adverisement packets from 2 beacons (no connection required). I decided to use an...
Using nRF52832, I've got some firmware that uses NFC pins (9 & 10) without problem, using CONFIG_NFCT_PINS_AS_GPIOS.
I'm now trying to replicate this using nRF52833, and...
I am working with the nRF52840 under Zephyr to develop some wireless sensors. The issue I am having I build a test module using the nrf/samples/light. This running on the...