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...
I use nRF51822( BLE nano) central mode to connect annother BLE nano (ibeacon mode), then I call disconnection to the peer address. Sometime, the disconnection callback will...
hi,
i am trying to send data using ble_uart app.
in this app i am using timer difference to send data. when i am getting 1st data in uart event handler. when i am printing...
I would like to implement DFU OTA updates without the Master Control Panel, and I have a couple questions:
Is there example code for the client-side of the DFU service...
Our personal phones are set to auto-update iOS apps. Unfortunately our team all got the latest version of the NRF Toolbox app (v2.5) released on February 5th, 2016.
Previously...
hi,
i want to execute a block of code in which timer should start. and stop at end of the block. and the timing depends on manual interrupt. and restart again when the execution...
Im using a board that is not one of the officially supported nRF51822 boards. Im trying to get the ANCS example project to work, but It wont broadcast or even turn on the...
hi,
i want to append data before sending. i am using ble_uart example.
here suppose the data is available on uart buffer at 1data/sec. i want to sent some timer/counter...
SDK 4.0.0-2.alpha
When run garbage collection, sometimes invalid offset on new page is present.
Adding next string fix this.
m_swap_page.write_offset = FDS_PAGE_TAG_SIZE;...
Hi everyone,
somebody recently told me that the PWM library as part of the current nRF51/5 SDK (v10 or v11) is more like a hack?
Since the docs fail to mention specifics...
I would like to know whether the amount of connections for BLE is limited by BLE spec, chip or stack (soft device)?
Also, same question regarding the possibility of the...
Hello,
I need to change my advertising Message periodically. In detail message (A) is sent in every 100ms and message (B) ist sent every 3000ms.
I defined 2 timer: ...
I noticed the nrf52-DK pca10040 comes with different ic revisions.
infocenter.nordicsemi.com/index.jsp
Where can I buy the pca10040 and be sure I got the latest in revision...
Hi!
I'm experimenting with a bare-metal implementation of SPI connectivity among two nrf51 modules. One of them is master, another is slave.
The problem is, the below...
Hi All,
In Flash read am facing one issue .
Am writing some data to Flash and trying to read back, But when I read back I get some corrupted data or am not able to read...