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...
Hi,
I need to print the RSSI value to the nrf app or putty terminal to check the RSSI value.
I have gone the structures "ble_gap" file to get the RSSI value and calling...
Hi everyone
The following code is initiaizing the uarts correctly,but there is unpredictable behaviour in this case.
Whenever i disable the 1 UART sensor, works fine....
Hi all,
I am very new to the field of BLEs now I bought one BMD300 Evaluation board,and I want to use nRFgo Studio for the development is it possible to use nRFgo Studio...
Hi,
we are using nRF52832 ADC in differential mode. We have two channels connected, where other is presenting reference voltage 1,65V and other is +/-1,15V on top of that...
Hi. I am developing based on the multi-link central example. In the below code the PHY is set to BLE_GAP_PHY_AUTO.
I don't know if my example therefore is running at 1Mbps...
I saw several threads that talked about this, but I could not decipher an exact answer, so apologies if this is a Re-Ask.
I recently purchased a nRF52840 Dongle with the...
I am not able to Control GPIO PIN 14 In this program(BLE_UART) this PIN gets powered continuously . When the device connects to NRF App the power supply becomes Zero and after...
Hello.
Im in a stage where I need to transfer over our current old (ancient) libraries for SPI communications to a NRF52, where we use SPI to communicate to a certain slave...
Hello,
I have set up the Development Kit according to the following instructions and successfully activated the SIM card.
www.nordicsemi.com/.../GetStarted
Unfortunately...
Hi Everyone, Please help me understand what will be the average current consumption per hour with nRF52810 if I transmit 50bytes of data 4 times per hour and go to deep sleep...
Hi,
I'm using nRF52840 and SDK 15.2 and want to realize a proprietary radio.
I tested the ESB (enhanced shock burst) example and it worked quite well. Next I tried to...
Hi,
I was wondering if you had NRF9160 examples for a HTTP client?
I'm a bit lost with the 9160 SDK and its 4 examples having been used to such a rich set of examples...
Hello EveryOne,
I am totally newbie & developing and working on the Radio_test example to develop the transmit and receive functionality test of the custom made board with...
I came across the SDK document below: For the mouse protocol, one 4-byte input report is defined: BYTE[0]: Button state bit field. BYTE[1]: Signed 8-bit X-axis offset since...