I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
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...