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,
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)...
I have configured new UART in zephyr.dts device tree like this" "/ { chosen { zephyr,console = &uart1; zephyr,shell-uart = &uart1; zephyr,uart-mcumgr = &uart1; zephyr,bt-mon...
my device acts as ble periph ,case BLE_GAP_EVT_DISCONNECTED in ble_evt_handler , if do m_conn_handle = BLE_CONN_HANDLE_INVALID,current changed to 2.5mA, if dont, current is...
Hi,How can I force mcuboot to use a specific serial port for logging?
chosen {
zephyr,uart-mcumgr = & uart0 ;
zephyr,console = & uart1 ;
zephyr,shell-uart = & uart1...
Hi,
we have created a new product prototype where audio streaming is the functionality. 2 different HW revisions were so far built, the software originally is built to use...
I am trying to make the broadcast _audio _sink work . It is always stuck with the following logs :
Broadcast Sink created, waiting for BASE
which then times out with ...
We built a custom version of the Direct Test Mode sample in our firmware, using the USB shell to interface with the test operations and removing the UART or HCI interface...
I have a IMU whose interrupt is connected to GPIO0.11 which is also nrf-gpio-forwarder GPIO (which I dont use)
I managed to get it to work but lost that progress and cant...
Dear Nordic
Question 1: How many bytes can the Rf Tx of the current Nrf52810-QFAA transmit at a time? Now I can only send 256 bytes at a time. Can I send 512 bytes at a...
Hi there,
I always have to start up nrfconnect-5.0.2-x86_64.appimage and then select the power profiler. How can I directly start up the power profiler?
I can see that...
Hi there
I wrote a program (include of advertising, pairing and connecting over service, characteristics) for nrf51822QFAA and work well for C0 build code (nrf51822QFAAC0...
I want to know the power saving mode of nRF5340. Dose this chip set have the following mode ? 1. each BT products connencts, however, the data were not send. above condition...
Today I tried to use the bt_conn_le_param_update() method to update the connection parameters, using the following values.
interval_min = 3000
interval_max = 3000
latency...
Hello,
We can successfully build and flash the ncs/application/asset_tracker_v2 example code in nrf9160. But when trying to boot up, it throws the following error:
**...
Hi there,
I'm using a nRF5340 to generate an 8MHz signal and would like to force the HFXO to always be used as the HFINT is not accurate enough. I have verified this with...
Im following Lesson 8 Exercise 2 – DFU over USB.
My project is in its late stage and now I tried to add DFU over USB but Im getting #error "Serial recovery selected without...