Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
I try to update/replace the code in a nRF52 board from 3rd party (Fanstel). They only able to provide the private key which I can create the zip file but not able to give...
For our application, if the device loses connection, we enter beacon mode for longer range, and advertise using extended advertising to broadcast more data. Beacon mode wit...
Hi, I send application data using Read blob PDU from nRF52832. nRF52832 firmware is connectivity of Serialization of nRF5_SDK_17.0.2 for UART interface.
After connection...
I have followed the Scheduler tutorial ( https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/scheduler-tutorial ) and was able to use...
Has anyone characterized the nRF5430 ADC dynamic performance such as harmonic distortion, SFDR, SNR over frequency. I am interested in the 10-2kHz frequency range.
Th...
Hi,
I just want to know is there any Pre compiled hex files are available to convert my Thingy 91 as Thingy 52, I just want to use my Thingy 91 with Thingy 52 Bluetooth...
Hello,
I am developing a custom board using NRF52820 and I am trying run the Blinky example on it with no success.
I am trying to adapt the blinky example for PCA10056_S140...
hi support team,
i searched devzone, my question are similar with "devzone.nordicsemi.com/.../349118
it is clear we can't set it manually. and there is no API to achieve...
I'm trying to build the lwm2m_client using SES through the toolchain manager. I continue to get the following error: "Error starting process C:\ncs\v1.9.0\toolchain\opt\bin...
With KPN and Deutsche Telekom LTE-M SIMs we get dual-stack APN with both IPv4 and IPv6 IPs.
But the iBasis LTE-M SIM is giving out only IPv4, ignoring any previous +CGDCONT...
Hello, I am trying to figure out an issue that is happening in my project. I am using the NRF52840 chip and I configured the WDT correctly with WDT-> CRV = 10 * 32768 (the...
Hi everyone. I want to take advertising data with ble scanner and transmit to esp32 via uart. But I don't know how to do this. Is there an example for this? I need your help...
Hi,
When building a project with nrfonnect , sdk-nrf v1.7.1 that worked for colleagues I got strange warnings:
and the building aborts.
What is very strange is that...
Hello The function scan function is being implemented with nrf52833. The desired action is an action that does not connect immediately when the scan starts, but when you receive...
Using nRF52840 and SDK15.3
I'm seeing some documentation on the DFU process and all that but I'm having to write my own bootloader transport (and lower) layer to implement...