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...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Dear Nordic Engineers!
I am using the nRF51422 QFACA1 on custom boards and planning to migrate from SDK8.0.0 to SDK11.0.0
My application is using the S120 soft device...
Hi all! I want to send data from a beacon (nrf51822) to a Pic microcontroller with the RS232 standard, what function should I use to send data? I have already tried but it...
hello.
I want use I2C program.
so, I used twi_master_using_app_twi example.
SDA is output only 1byte(0x21).
I need to output a continuous 5byte.
Where do I need to modify...
Although the login form in the right side-bar works, the on in the main page does not. To reproduce:
Log out,
Click on 'Sign in' on the side bar
It should take...
Hi,
I am trying to use PPI for generating a output of lo to hi when NRF_RADIO->EVENTS_READY occurs.I want to generate on the same pin hi to lo when NRF_RADIO->EVENTS_END...
There are a couple of threads in the Developer Zone which mention backwards compatibility issues for nRF51822 BLE with DFU. Some of these are focussed around MCP (Master Control...
Hi !
I would like to use FFT with the nrf52. There are some FFT functions in the arm_math.h, but the linker fail :
1> Compiling main.c
1> Linking nrf52832_xxaa.elf...
Hi, in older SDK there seemed to be a simple way to redirect stdout (simple_uart.h), but in SDK 11 I cannot find these functions. What is the recommended/minimal way to redirect...
I use the nrf51822qfaa,s110 v8.00,SDK V10.0.
I use PWM module with a piezo buzzer.
Now I need change the buzzer frequency,
How can I change the PWM frequency?
for example...
I started looking at the alert notification example. I just can't see how people understand the complex state sequences the peripheral (or central for that matter) go through...
I am using em::blocks and arm gcc with ble nano from readbear labs.
I built the template example but it is not working.
The output hex is the same as if i had built it with...
Hi, I am about to purchase PCA10040 V1.1.0.
I heard that one has the latest chip revision nRF52. ( ref. link )
I'm very excited to start with the new feature in nRF52;...
I have a peripheral and a central.I set my peripheral which have the function of static Pin,for example: When I use cellphone to connect to my peripheral , the cellphone must...