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...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi
After successfully testing nRF9160 SLM app. we plan to use nRF9160 with UDP and LwM2M protocol in our smart devices. We also have our private cloud server where all the...
Im new using Nordic devices , I am trying to using nrf52840DK to locate nrf52840 dongles using the direction finding method , how can I connect the dongles to the DK and build...
HI,
Is it possible to update modem firmware from 1.2.0 straight to 1.2.2? Or is it the only way to first update from 1.2.0 to 1.2.1 and then to 1.2.2?
Regards, Tero
Hello
I'm testing the firmware using the BLE. When I upload, I can see that the board is working. Also, I don't think there's a problem with running each line of debugger...
I'm trying to build the blinky zephyr sample for nRF Connect SDK and get the following failure:
Creating solution blinky.emProject
/usr/local/bin/cmake -GNinja -DBOARD...
How can I, from the pc-ble-driver API, send an insufficient authentication request without configuring a characteristic to be secured?
I am testing out new standards. One...
Hello, Nordic community,
I want to implement OTA using Thread with nRF Connect SDK.
Is there any sample code or reference this can be done with Thread?
Thanks,
...
Is there a limit to the number of handlers that can be registered using NRF_PWR_MGMT_HANDLER_REGISTER? I can't seem to get any more than 3 to be called, changing NRF_PWR_MGMT_CONFIG_HANDLER_PRIORITY_COUNT...
Hi--I'm part of a research group that will be using the Thingy 52 to record environmental variables, and we will need to transfer information to a cloud server using a satellite...
HI,ALL:
How to setup TX mode in example PRX,and so,how to setup Rx mode in PTX example. I use esb_init() of example PTX in example PRX, But when I fill data in fifo, it...
HI,ALL:
when using ESB example ,the transsmit waveform is below(in channel 3):
how to make it more simple,like that as below(other example in channel 3):
I'm looking for a microcontroller or standalone chip that can receive I2S-TDM data (multi-channel audio), buffer it and allow a separate processor to retrieve the audio data...
hello right now i can able to send 133 packets per second i want to get date and time(milisecond to) with each packet .how can i get this epoch or some other method??
Hi!
Background:
I'm developing an application on a Raspberry Pi which will connect as a central to an nRF device
Currently, I'm developing only the Pi side of things...