In my circuit I have a MOSFET which disconnects the battery. There is a GPIO pin which turns this device on and I'm using regulator-fixed to drive it during start-up. A short...
We are currently using ncs 2.9.0 on an nRF5340. We use the BT_HCI_OP_VS_READ_VERSION_INFO to determine at runtime what version of the BLE stack is present. This information...
Hi I'm trying to load a custom board with nrf9160 with the Serial LTE Modem, and route the AT commands to the UART from a coprocessor (ESP32C3) I have followed the guide on...
Hello,
we have a working system on the nrf9161 that works without zephyr. We have our own secure firmware that successfully uses the cc310 after we start the actual application...
Keep hitting my head on this inconvenient workflow.
Edit build config
Select target custom board
Build config
All OK
Edit config again
Target board has been...
I have used the Programmer previously with success. I am attempting to program the Dongle (10059) with a slightly modified version of ble_nusc_usb_dongle. Although it claims...
H ello Nordic team,
I'v found a bug on mqtt sample (using both ncs 3.0.0 and 2.6.1).
Description
Settings CONFIG_MQTT_SAMPLE_TRANSPORT_CLIENT_ID and trying to connect...
According to PS, external reference min. voltage is 0.83V. However, I've experimented with voltages of about 0.2V and it appears to work. Specifically, I connected a voltage...
Dear all,
I am planning to develop a system which has the same functionality as N550M8CC SoC.
I cannot use directly N550M8CC module because space limitations so I am...
Hello everyone
I am trying to write to SDCARD with FATFS.
Data received from BLE and SAADC incoming data.
Writes every second.
The size is about 100 bytes.
SAADC is 1000...
Hi guys,
I wanted to try out the experimental "ble_app_att_mtu_throughput" on the newest nRF5240 DK. Using Keil, this project is to big for the free version. Since I knew...
Hi everyone,
I have one problem with the application timer. When I change the state of characteristic to the value of 1, the following code is executed:
err_code = app_timer_stop...
Just stumbled upon a few questions, which are hard for me to answer at the moment.
I wanted to do some throughput measurements with the example taken from SDK 14.2.0 mentioned...
What does the QSPI controller inside the nRF52840 do when the ACTIVATE task is started?
Does the ACTIVATE task result in communications with the external QSPI part such...
Hi,
I have a question about the UARTE peripheral.
is it possible to keep the DMA running and let it write to ram in a circular way?
I used DMA on the stm32 before and...
Hi there,
I'm a beginner with NFC and there is somethings I don't understand with the NDEF Messages frames. I have a the PCA10040 Development Kit.
I've seen this schematic...
Hi All!
I would like to implement the DTM nterface over USB VCOM instead of 2xUART (from examples).
Is it possible co-work USB driver (VCOM) and DTM from samples together...
Hi All,
I use 2 peripheral and 6 Central roles coexisting.
Not clear the order of conn_handle number assigned by SD during BLE Connection.
For example.
After Central...
I am new to nRF programming. My "far away goal" is to make a BLE sensor mesh with a centralised data collection.
Currently I am deciding what libraries to start playing...