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...
Hello I have a question. After when I have used saadc, the consumption increases by 0.9mA. And stays it so. Do you have any idea, how to find out what it does?
saadc init...
Hello,
I'm using a nRF52832 chip and attempting to broadcast a public MAC address through the application. I'm observing that the device broadcasts MAC Address FF:FF:FF...
Hi.
I am building my application on top of ble_app_uart__saadc_timer_driven__scan_mode example.
I want to interface an i2c device with it. The i2c device works perfectly...
Aim:- To read temperature and humidity over a mesh network and display it in an android application
Devices to be connected in Mesh :-
nRfF52840 Development Kit x2 ...
Hello,
I am currently working with nrf 52840, using segger embedded studio (V5.34) and SDK 17.0.2.
For some reason, when I open any example under ble_peripheral, such...
Hi,
I installed nRF Connect SDK v1.4.2 by the tool chain manager and was following the Getting Start guide and entered here.
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi,
I have two variants of the nrf9160 SIP one being the nRF9160 SICA B 0 A and the other being the nRF9160 SICA B 1 A.
When I use the AT%HWVERSION AT command on the B0...
Hi,
I want to write my own Multilink/UART example from scratch, because I'm too confused from all these examples.
What I need to get that code done? Or has anyone build...
I am trying to download the softdevice to the nRF52840 development kit using the nRFgo but:
1. On nFRgo I didn’t found the “Program softDevice tab”
2. Although the kit...
Hi
Migrating from NCS1.3.1 to NCS1.4.1, the Blinky sample stops working on my custom nrf5340 board. No compile error, but not running. I also have a nRF5340PDK. Works fine...
I want to use long range ble for advertising with nrf52833. I have a PCA10100 SDK board, and I'm running a program with type of BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
Hi!
So I've got one BLE Central and one BLE Peripheral that I should communicate. Ive based the Central code on nrf Connect SDK's "peripheral_gatt_dm" sample. First I...
Is there an existing implementation on how to do diversity (BLE) with dual antennas using nrf21450?
(could also be by using other antenna diversity switches / brands)
Hi! I'm trying to understand the possibility of doing a FW update to an empty NRF52810 chip via a host MCU running Linux. We have this setup on a custom PCB, whereas the host...