Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
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...