Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
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...