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,
During provisioning of a device the Device Name is changed to the default "nRF5x" after completion of the PB-GATT connection. The name is later on changed back when...
Hi,
I am trying to use latest pc-ble-driver. The code is based on pc-ble-driver-js. When I call sd_ble_gap_scan_start(), I get only one "device discovered" event. This happens...
Hi, I need to use nrf52832 as HID keyboard and send function keys F1-F9 to computer. I have tired to run HID keyboard example in nrf5 SDK. How do I send function keys instead...
Hi,
I tried to build the Connect SDK documentation according to the guide: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/doc_build.html
I did this on...
APP_TIMER_CONFIG_USE_SCHEDULER affects how are handled. One example is the timer call back is actually called at interrupt level if APP_TIMER_CONFIG_USE_SCHEDULER is zero...
Does anybody know the maximum throughput and minimum BER/PER of nRF51822 at a 1~2 meter distance?
Also, when the datasheet says it supports up to 2 Mb/s, is it still with...
Hi,
I have a MBN5283DK from murata, and I am trying to program the simple blinky example on it. The thing is, using nRFgo studio, I programmed the hex file onto the board...
Hello, I am working on detecting extended advertisements on the nRF52840, with the extended advertisements coming from a Google Pixel 2 phone.
I am basing my program on...
I am receiving data from a phone, i want to send back a word .
So , this is probably wrong but , to send :
void sendBluetoothData( uint8_t data[], uint16_t length)
...
I am a novice who now deals with nrf52 dk.
I installed command line tools according to the guide in the link above. I have installed several jlink programs, of which I do...
Hi,
I enter problem when I tried to delete bonded data from my example code using pm_peers_delete()
SW: nRF5_SDK_15.2.0_9412b96
HW: PCA10056
example: ble_app_hrs_freertos...
nRF9160 DK: I followed the userguide , devzone.nordicsemi.com/.../getting-started-with-nrf9160-dk
I done with 2 examples: AT Client and Asset Tracker examples. I passed...
Hi,
I am developing against a custom board built around the NRF52840. I am trying to store and retrieve values from flash using the fds module. I am not seeing any errors...
Hi, I am going to use the nRF91 DK to program an external PCB with the nRF9160 on it. The DK documentation says that only 1.8V or 3.0V is supported for external debug/programming...