I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hello,
I have read numerous posts about NRF_ERROR_CONN_COUNT but yet able to solve this solve, my setup is NRF52840 Dongle as central and I want to connect to multiple Heart...
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....