I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
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...
Hey,
Currently using a nRF9160 DK with an iBasis eSIM (connected to AWS/Azure)
Any good input on using the eSIM as an root of trust? Implementing it as a security layer...
I have been working with the Azure iot hub sample appilcation since version 1.5.0 and use an SD card to store the authentication certificates and other information to connect...
We are having trouble getting the NRF52833 to operate in a low power mode. It always seems to be drawing 1-2mAmps.
Application: Nrf52833, Central host, scans 100ms every...
Hello,
I am using nRF52840 DK board and nRF5SDK17.0.2.
I am trying to code to print data on UART so I have added below folder path into user include directories:
...
I want to add iBeacon frame in eddystone.
nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_eddystone
in this along with eddystone advertising i want that ibeacon...
Hello,
I am new to Nordic. I was trying to find a sample code that has implemented NVS / EEPROM (I don't want to use external EEPROM). But I did not find any example that...
Hi,
I have the SLM application running in a custom board with uses the NRF9160. The SLM is driven an external microprocessor within the same board. Everything seems to work...
Hello Sirs,
I refer to the following website to complete the initial installation of the drive, but the result is the same.
developer.nordicsemi.com/.../gs_assistant.html...
Hi,
Using the SDK 17 library, i had the following code running fine:
Now i am porting it to ncs 1.9.0, i have changed the code to:
Upon running, i get the following...
I am currently using the nRF5 SDK and want to read ADC values at a rate at 1ns but I am not sure if this possible. I currently have a timer that is able to read values at...
We have been using FDS to store certain data in the NOR flash, which is often erased and written with new data. What I understand about FDS is that, when we erase a record...
Dear Support term:
The Restful API of Nrf Cloud is not work for get message history.
The node with more that 100 data, so get ListMessages should give us pageNextToken...
I'm trying to add custom functionality to the main.c file in openThread's cli example. I need to use udp related functions, but the otUdpOpen function requires this pointer...