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'm current working on example light switch, when i use function generic_onoff_client_get(); in client to get status from server, callback function app_generic_onoff_client_status_cb...
We're running a multi-drop single duplex RS485 bus, so it's important to stop driving the bus as soon as a transmit is complete so the next device can transmit without two...
We're running a multi-drop single duplex RS485 bus, so it's important to stop driving the bus as soon as a transmit is complete so the next device can transmit without two...
Hello,
Can I send data from nrf52832 to nrf24l01p? If yes, please suggest me the simple code for it. I tried to send data but it failed. Here is my piece of code :
Transmitter...
I have the nRF52 DK board and I cannot see the device in the list in the nRF Connect app (iOS). Here's what I have tried:
Connected the nRF52 DK to my computer with micro...
Hi all,
I have tried to flash the blinky programm to the BMD 300 AR evaluation board by nRF command line tools but I can't flash the .hex file to my evaluation board. The...
I followed this tutorial :Bluetooth low energy Characteristics, a beginner's tutorial
i am beginner to study BLE.
I wanna the answer Challenge 1: Why are you not allowed...
Hello,
Our setup:
IDE : Segger Embedded Studio for ARM V4.12, nRFgo studio
SDK : nRF5_SDK_15.2.0_9412b96 + SDK for Mesh3.1.0,
Softdevice : 6.1.1
Computer Platform...
Hi, I'm using SDK12.1 example ble_app_ancs_c.
Is it possible keep advertising (non-connectable is ok) when ancs connecting?
And how to do it?
I tried call advertising_start...
Hi,
I have been having issues with the compile hex files I get when following the steps to build the pc-ble-driver (). While I am able to build the hex files when I place...
I got Orange sim connected to LTE-M network on nrf9160 DK, verified it on LTE link monitor. But when i tried adding a LTE device on nrf connect cloud, i am not able to register...
Hi,
I tried to build the lte_ble_gateway sample in SES, however it gives the error below regarding the UART.
Any suggestions how to resolve this issue?
Hi,
As mentioned in the subject, I am confused with the SPIS example from nRF52 SDK 15.3.0. I wonder where NRFX_SPIS and _INST_IDX are defined in the header file?
SPIS...
Hello,
I am testing the Light Switch example and I observed a problem:
- I noticed that it was possible to reset the "server nodes" by pressing their "button 4" to leave...