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...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
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...