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...
Hello all,
I am currently using the SoftDevice Handler library to enable/disable the SoftDevice and observe requests and state transitions on nrf52832 with SoftDevice S112...
I need maximum throughput in nrf52832. So i enabled DLE and using s132_nrf52_5.0.0_softdevice. The data packet length is 96 bytes in single packet. Conn interval 7.5 and 10ms...
I Can't set nRF5 SKD Root Path to: nRF5SDK=C:/nordic_semi/nRF5_SDK_15.2.0_9412b96/nRF5_SDK_15.2.0_9412b96
I created a global macro as instructed (many times) but the path...
Hi there!
I'm using nrf9160 DK's SiP to establish TLS connection to MQTT broker.
When I call nrf_inbuilt_key_write it returns 13 error code which means "If the operation...
Hi everyone.
In mesh light switch example., i try to add timer0 (or any timer).
After initialize timer, application always jump to timeout event, and i don't know why...
I am developing based on ble_app_uart example of SDK12 for nRF51 DK and I need to switch BLE off completely when power disappears to save battery and switch back on when power...
After reading the document for nRF52840 Radio Peripheral. I have a doubt about LENGTH field in packet format. what is the difference between LENGTH field and STATIC_PACKET_LENGTH...
Everything works fine if i use the default baudrate
NRF_UARTE_BAUDRATE_115200 but if i change it to 250000 or something higher the applications starts and goes directly...
Hello ,
I want to read around 6 analog pins, not necessarily simultaneously. I could afford some delay in between them. i am using nrf52832 dev kit with sdk 15. How do i...
http://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.3.0/nrf/gs_programming.html#building-with-ses
I am following the example at the address below.
However, the following...
Hi,
This error has been bugging me for few days and I still have no luck in troubleshooting it.
Recently, I just changed my work project from nrf51822 device to nrf52832...
Hi DevZone members,
I would like to output the elapsed seconds as a floating point value using NRF_LOG_INFO. However, nothing is generated for the floating point value....
I am interfacing nrf52832 with TI TRF7960A using SDK 14.2.0
According to Application Report ( http://www.ti.com/lit/an/sloa140a/sloa140a.pdf) ,
when receive data, SPI...