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...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Internal fault[0xb3b91b:5060750] occured during linking when disable the log output by [#define NRF_LOG_ENABLED 1],
but no error occured when eanble the log output by [#define...
I know there are other (long!) threads about PDM mics and I've studied them all carefully. Unfortunately I'm still having an issue with our on-board mic. The difference is...
Hi,
Toolchain manager is failing to download SDKs.
I am using:
Windows 10 PC
3.7.0v nRF Connect Desktop application
0.9.3v Toolchain manager.
Downloading sometimes...
Where is the provisioning configuration data getting stored ?
1. EEPROM
2. Any other non volatile memory
Is it getting stored in external chip to nrf52833 or inside...
Hello there!
I'm quite new to the topic and just tried to dig into it a bit, so I'm sorry if I didn't get all things yet about the nRF5280 Dongle :) .
Right now, I'm following...
Hi all,
Using the thread CLI example (on a PCA10056 board) as a starting point I would like nodes to connect automatically to a thread mesh when booting. I then want to...
I use the following example source code to test NFC pairing.
Example source code for NFC: nRF5_SDK_17.0.2_d674dde\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\experimental...
Hi
thank you very much for your paying attention.
Yes the peripherial_uart sample seems to be a good choice for my project. But Uart 0 pins didn't come out on GPIO connector...
Hi,
We are trying to create a network using 20 movesense sensors and BWG840 Fanstel gateway acting as the central. The gateway is running a modified ble app uart multilink...
I'm a beginner in BLE applications, and I'm having trouble with connecting nRF toolbox application
I wanted to use UART function provided in nRF toolbox.
But, an e rror...
Hi,
I wish to run an existing project in Segger embedded studio for its debug capabilities (Currently the project runs in VS code).
I'm using the nrf52832, running a bare...
I'm trying to add the unity test integration to our project, but failing to build, since the project has a dependency on nrf_oberon
For the sake of completeness, the project...
I'm having trouble connecting Thingy:91 to cloud.
I've installed both the modem and HEX image in the board successfully.
I've added the SIM card successfully to the...
I've had intermittent issues with the nrf9160 modem using mfw 1.3.0 with an iBASIS SIM getting stuck in "searching" state when first powering on. The symptoms are similar...
I am using a nrf_drv_twi_tx() and nrf_drv_twi_rx() for a simple I2C transaction but I'm noticing a strange behavior.
If I don't use APP_ERROR_CHECK(err_code); right after...