SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
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...
I have a working set of implementations placed in the 17.0.2 SDK examples directory. The projects use SoftDevice s140 for BLE and flash write operations. I would like to know...
I'm looking to enable the flash protection for an nRF52 application running on Zephyr RTOS:
Basically looking to disable flash reads from the JTAG/SWD interface: Only...
Hello Nordic support,
I would like to understand regarding the status value 'ZB_ZDP_STATUS_NOT_SUPPORTED'.
I have a Zigbee application in which the device type is a Zigbee...
Hi,
I am using NRF52840 DK board. I am using SAADC example program for reading the voltage and SDK 15.3.0 Version.
We have connected the sensor to the adc analog output...
Hello Nordic team,
Our current setup:
nRF52840
nRF SDK v15.00
In our current setup, the steps we take are as following:
Initialize nRF52840 -> BLE fast advertisement...
I am developing a beacon for nRF52832 and can see the beacon in nRF Connect for iOS when using the following setting:
adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED;...
I am implemeting serialisation using nRF52 as BLE PHY + STM32 micro as host with UART in between them.
I can see there is example for searilastion under "nrf5_SDK_for_Mesh_v5...
Hello
I want to test ncs ota function. b0 module following this link .
ncs1.6.0
borad:nrf52840dk_nrf52840
projece: ncs/zephyr/samples/hello_world
1. b0 + spm test...
Hello Nordic support,
I have a question regarding the Read Attribute response received after sending Read Attribute request. In the read attribute response structure, I...
I need to see frames not coming from Zigbee cluster addresses at the command line with a PCA10059 dongle
programmed with the zigbee command_line_agent_router software example...
Hi, I am trying to communicate SIM800L with nRF52840. I am using nRF5_SDK_17.0.0_9d13099\examples\peripheral\ libuarte. I am not getting where I should set simple AT command...
There was an error adding your device: No device found for this id. The device has not yet been provisioned. Troubleshoot nRF Code 40412
When I tried flashing modem firmware...
Please help me understand why cannot I add more characteristic in my project beyond a specific number of characteristic i.e 8? I have tried changing a lot of things, but nothing...
Hello everyone,
I am using NRF52840 development kit. OTA was working fine with SDK VERSION15.0.0. Now I am trying to migrate my developed code from SDK version 15.0.0 to...