Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
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, my device is central device( Central UART ) and I couldn't get stable pairing with peripheral device with display which provides passkey code. The scenario: 1. From the...
Following instruction here for setting up NRF52840-Dongle as a radio coprocessor for use with OpenThread Border Router.
The error is at the second step when executing "...
I'm alter the overlay file to adapt my board.
In my board,I try to use pin 9,10 as uart_tx and uart_rx,without cts and rts.
I wirte it in my app.overlay as follow:
...
I am currently working on a project where I need to connect my nRF52833 microcontroller to other devices using the Nordic UART Service (NUS). I am using the nRF SDK and Segger...
Hi,
I created a custom board following the instructions from https://www.youtube.com/watch?v=V_dVKgWKILM . Everything is ok and with the "Hello world" example builds without...
Hi,
We have our custom PCB with an nRF9160 SIP that is connected to a nRF9161-DK via P20. I have a couple questions about this setup.
Is it fine for us to program...
Hello,
I want to play a .wav audio file on nRF5340 audio dk.
I convert the wav file into raw data and store it in an array.
After that, I play it using nrfx_i2s_start...
Unable to write to flash memory using direct memory access functions like sd_flash_page_erase & sd_flash_write (nrf52840 nrf SDK 17.1.0) Also attached application and bootloader...
Hi,
I realise this is now quite an old version of the SDK and this particular library is no longer supported, but we have not yet migrated our project (I did try once...
I'm working on porting an existing product based on NRF5 which uses the nrf_twi_mngr with asynchronous calls in its drivers. The drivers takes advantage of the non-blocking...
I‘m a rookie for the matter.I use nrf52840 In the matter lock case,when i press button 4,it will start adv.But it did't start.
so i want to add config log to debug,But...
I am attempting to stream data in chunks of 65535 bytes from the nRF9160 using data mode from the 2.6.1 version of serial_lte_modem sample code. The nRF9160 receives AT commands...
I followed the MacOS command line installation instructions at docs.nordicsemi.com/.../install_ncs.html
After running `west update`, it says the tree structure should be...
When following instructions for setting up the NRF52840-dongle as RCP coprocessor , I'm getting this error: ModuleNotFoundError: No module named 'intelhex'
Full log...