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 was randomly inspecting Bluetooth devices around in nRF Connect and I found out that many Apple devices advertise with TX Power Level 12 or 24 dBm. From my understanding...
Dear Nordic Team,
I'd like to inquiry how I am supposed to send a UTF8 string as the value of a characteristic.
I am trying to implement the FTMS service and the part...
Hi !
I want to connect 2 of my units to each other via BLE5 long range coded phy (125Kb).
I also want to be able to connect an android / ios phones to each unit simultaneity...
Base Samples used -
1. Central DFU SMP Client - <ncs>/nrf/samples/bluetooth/central_dfu_smp
2. SMP Server sample - <ncs>/zephyr/samples/subsys/mgmt/mcumgr/smp_svr
...
I am using the "ble_app_multilink_central" in version nRF5_SDK_17.0.2_d674dde for development.
It works and can connect to BLE devices.
However, there is one issue
...
I'm trying to use the BLE CLI example (ble_app_interactive) available on nRF5_SDK_17.0.2 on my nRF52840 chipset (on a BL654 kit) and as soon as the interface starts I receive...
Greetings,
I've got the power profiler app (v3.0.3, installed via the nRF connect desktop app v3.6.1) running under both Linux and Windows.
With windows, seems to work...
Hi, everyone,
I am pretty new to nRF52 development. Right now,I want to turn SAADC off at low power and turn it back on when wake up, but after nrfx_saadc_uninit(); When...
I am configuring the ANT+ scan on two separate channels with the following parameters:
ROMDATA_T ant_search_config_t aprfant_dynastream_search_config = { .channel_number...
Hello,
I am currently evaluating Nordic Thingy 52. I am planning to receive the sensor data on my custom BLE application (will be written in C using libbluetooth) running...
Hi
Attached is my pcb file. I select nrf52805_caaa, Can you help me check the pcb file? maybe the pcb is something wrong. I can download hex ,but can not debug it , when...
*** SOLVED PARTIALLY ***
Hello again,
I solved my problem partially, the part that reads accelerometer value and transmit BLE advertising data as beacon works fine.
...
Hi,
I want to use a MPU6050 sensor with my nrf52832 board.
I connected the SDA and SCL pins of my sensor board with the pins P0.26 and P0.27 of my nrf52832 board, respectively...
Hello. I'm working with multilink example and I've got some problem. I want to send data to specific peer device, but after restart central or one of the peer, they reconnects...
Hi. I have a problem with Segger Embedded Studio. I always get more than 100% of RAM usage when building project on SES, even if examples projects from SDK . Anyone know what...