Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
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...
Background : We developing lighting product and planning to use nRF52833 module and we planning to use the latest SDK version that is nRF5 SDK for Mesh v5.0.0. First step...
Hi,
We're doing some testing of mesh protocols and their latencies using the nRF5340 DK. We want to isolate the wireless communication from interference as much as possible...
Our project uses nRF Connect SDK v1.5.0. Two main developers work with the files in very different environments.
I am not sure if this was an accident of initial development...
Hi,
I am currently running a custom bootloader I found that updates via SPI. I have 2 nrf52840 DKs that are programmed as an SPI master and a SPI bootloader. I have been...
After developing with an nRF52 832 DK (pca10040), our code builds and runs fine. But when we try to use the same code on the nRF52840 dongle it does'nt work. We added flashing...
periodic_adv sample is not working with nrf5340dk_nrf5340_cpuapp
it is working for nrf52840dk_nrf52840 after adding CONFIG_BT_LL_SW_SPLIT=y to proj.conf
Here is the log...
My problem is the that on some devices the ScanResult.getDevice() or ScanResult.getScanResult() both return null on some devices but works fine on most.
This is probably...
Hi folks,
I want to calculate the timestamp for which my thingy 52 board was scanning from another thingy 52(may be more than one board). Is there any technique to get the...
I am confirming ADC sampling 420Hz operation by following question.
https://devzone.nordicsemi.com/f/nordic-q-a/69096/1khz-or-more-adc-sampling-rate-over-ble
The source...
Hello,
I am using the nrf9160DK and I am implementing on zephyr.
For my application I need to write to an external flash memory through I2C. I need to write one page at...
Hello
We are using the NINA-B1 on one of our products.
The phone application is working 100% and was very easy to setup.
Till we came to connect our frontend to...
Hi:
we set p21 as Hardware Reset Pin by config UICR.PSELRESET[0] = UICR. PSELRESET[0] = 21
when we use these code to check halt state, but always get DBG_HCSR zero value...
Hello,
I am attempting to install the nRF Connect SDK v1.5 on a Mac Mini with Mac OS 11 with Apple M1 Silicon per the instructions:
https://developer.nordicsemi.com/nRF_Connect_SDK...
We are using the Nordic fork of Zephyr on nRF5340.
Looking at the serial interface peripherals (SPI/I2C/UART), we understand that these have shared resources and only one...