Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
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...