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...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
From the online guide page: https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/nrf52840_DK/intro.html
The PDF download - infocenter.nordicsemi.com/.../nRF52840_DK_User_Guide_v1...
Hi,
I tried to sniff 2 BLE devices and decrypt mesh packets using application / device / network keys option available in wireshark. I unable to see decrypted data. Please...
Hi,
I included pwm code in my code and its related libraries and drivers.I am getting errors like these :
I removed non-Softdevice paths from the user include directory...
I'm trying to use this API: NRF_STATIC_INLINE void nrf_rtc_subscribe_set(NRF_RTC_Type * p_reg, nrf_rtc_task_t task, uint8_t channel) to set DPPI subscribe configuration for...
Hello, I'm Jongryul
I want to deliver voice through BLE.
I wonder if this chip supports voice command.
If this chip does not support voice command, I wonder about the...
I'm trying to create a siren tone using the pwm library, that ramps up and down between 2kHz and 3kHz.
Initially I started with the example provided in SDK v15.3.0 nRF5_SDK...
hello community!
Recently I got urgent job to rewrite sensor firmware to nrf52832.
Its not my project basically, another company project.
I wonder why rf52832 didn...
I understand with LTE-M they are supposed to offer greater distances to the cell site, but how do we tell how far away we are from the cell? In the good ol' days, we could...
It says under the S113 information that is supports extended advertising yet I can't see it in the API. I would like to take advantage of the 255 byte advertisement size for...
I want to use NRF9160 for development, now I want to pick something bootloader, so which one do I use
1. \ zephyr, replication, bootloader, McUboot \ zephyr
2. \ zephyr...
I am trying to develop a product with your nRF905. I have two units set up, and can read and write via SPI. However my concern is your poor documentation.
You do not say...
Hello, this is the person who asked about " devzone.nordicsemi.com/.../question-serial-output-uart ". First of all, thank you very much for your sincere reply.
The reason...
Hello
I would like to view the changes in sensor values in real time in a graph. Can you recommend a tool from Nordic or an easy-to-use program?
Thank you.
Sometimes during a DFU update, the NRF52811 can stay in bootloader mode (seen with name DFUTarg and mac_address equal to mac_address +1). I am on Softdevice 16.0 I'm using...
How to read values from 5 Analog pins at the same time
I know how to read from one Analog Pin, but i don't know how to access 5 analog pins at the same time and display...