nRF52840 NCS 3.0.1 RCP
I just installed the NCS 3.0.1 SDK. I am trying to set up a border router on a Raspberry Pi 4.
I followed these instructions on the Raspberry Pi...
Hello,
I have a legacy project that is using nrf5 sdk v17.0.2. I need to add the BLE DFU functionality to this project based on the nRF52840. Are there any examples on...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
I was doing some developement for a custom board on NCS v2.9.1 when i noticed some of the changes i was making in my prj.conf weren't being set in the application. My impression...
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...
I want to t o ensure the stability of BLE connection for BLE frequence calibration,but i don't know how to get the nordic into the test mode and broadcast the empty packet...
https://devzone.nordicsemi.com/f/nordic-q-a/9231/ble_hci_conn_failed_to_be_established-0x3e-problem/34074#34074
I also encountered the same problem as this one. How to solve...
Hi,
I am working on my nrf52840 dongle and it looks really cool to me. I just found an issue that, when my dongle enter DFU mode using DFU trigger, I can not return to the...
Quick question:
What IDE are most developers using?
I've seen both Eclipse & Segger being discussed.
I'm interested in having the best support, most libraries & examples...
I'm getting errors on trying to program a custom board using the Laird BL654. We are verifying manufacturing results with an x-ray of a populated board tomorrow checking for...
Details
Hardware: Thingy52, nRF52840 Dev Board, Samsung Tab A running Android 5.1.1
Software: Windows 10, using GCC for compilation, Thingy52 SDK, Android-Nordic-Thingy...
I'd like to advertise indefinitely when my software application is in a certain state. Is there a mode that I can put the software in (using the aforementioned SDK) that will...
In infocenter we will have to define ***********
#define
nrf_drv_ppi_channel_assign nrfx_ppi_channel_assign
Macro for forwarding the new implementation....
I am attempting to load a demo application from the nRF51 SDK v10 onto an nRF51422. Specifically the ANT broadcast tx demo. After loading soft device 210 v5 then programming...
Hello , I have a timer ad a value that increments every 1ms and I want to send this value to the central but I don't know how to do it.
here my timer code :
void timer_led_event_handler...
Hello!
I'm trying to understand a bit better how to modify the UUIDs. I'm using the ble_app_blinky, sdk 15 and SES.
1.- In the example i can read 0 or 1 according to the...
Hello Everyone,
i have got a steamVR tracker kit which has a bluetooth module Nordic nRF52832-QFAA 2.4GHz Radio SoC with Cortex M4 Processor and the trackers are connected...
Hi:
I using timer0's channel_0, channel_1 to drive a ADC, a handle_function.
unfortunately, I discover my timer with channel_1 didn't work when channel_1' value bigger...