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...
Just a heads up for anyone who bumps into this and is scratching their head. If you have ninja version 1.9.0 installed your build may hit an error with messages like this...
Hi everybody,
we have a remote control based on the nRF52832 and are experiencing a wierd issue with notifications.
We are using a custom 6 byte payload keymap characteristic...
Hi all, I use NRF52832.
I have a problem. I want when I connect to my chip and bond. After bond success, I insert new service. And when I disconnect from my chip, new service...
On page 69 of nRF52840 Product Specification 1.0 4413_417 v1.0 / 2018-03-16:
The table in section 5.3.6.8 shows that the WDT is NOT reset from a Wakeup from System OFF mode...
Hello,
We have an application based on ble_app_blinky that is actively scanning for advertised packets but does not attempt to connect. We have a second application based...
Hello,
i am using nrf52832. i am using 8 different pin as a 8-bit parallel port.
in my process i have to read each bit from each pin then converting those bit into byte...
I am using an nRF52840 DK. The software I have in it is emulating an NFC Type2 tag and is implementing a BLE peripheral.
When the device starts up everything works as expected...
Good day!
In SDK 12 I read values using this code:
and handle value in ble_evt_handler:
This works fine, but using SDK 15 this code crashes with fatal error...
This application uses a Rigado nRF52840 module to collect SPI data from 2 peripherals in slave mode. I have been unable to get the SPIS example running in the target board...
Hi,
This is a really weird problem.
======================
Setup of 52832 hardware:
- Custom board, using 32MHz XTAL and LF RC.
- SDK15.2, S132 610
- Segger RTT...
I need a 30 second hardware based interrupt for a Nordic BLE nrf52832 chip running S132 Softdevice. I would like to use RTC2. This will be used to run a short BLE ad scan...
Hi, for a project at my university I need to analyze BLE signales. In this context I need to demodulate a BLE signal AND extract the I/Q samples from the same signal. Does...
Hi, I have my nrf51 Dk (PCA10028) on which I want to connect a buzzer or speaker to one of the gpio pins which are not in use. I am confused on the following points:
1....