But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
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....