NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
hello,
i am using nrf52832 device with soft device of S132.
i am trying to connect 2 different applications on the same smartphone to the peripheral device. currently...
I have two NRF52840 dev kits that are running what are essentially the spi master and spi slave examples. They both work and I've altered them slightly. I'm just kind of confused...
Hi,
I've been trying to combine the spi_slave and USB_CDC_ADM examples so that I can pipe data from a spi_master all the way to my host machine. In my cobbled together...
Hello ,
Is there any development KIT available for the Evaluation of Direction FInding - AoA and AoD ? Any code examples for the same?
If not what is the time line?
...
Good day,
I would like to switch between two states once I receive a trigger. state1 <---trigger--->state2.
State1 = Beacon/custom manufacturing data - Beacon Example...
Hi,
In my application after some timeout i am trying to stop BLE advertisement.
for this i am checking current connection state,If it is connected or disconnected.
if...
I'm using the TWI_MNGR to schedule a transfer. I have copied the nrf_twi_mngr_perform() function to a function called nrf_twi_mngr_schedule() which does everything except...
Hi team,
I am working with the nRF5340 PDK v0.8.0 and I am trying to request the additional voltage for the VREGRADIO to support the additional 3 dB TX power on the RADIO...
i have a project with Nrf24, i'm using NRF24L01 + PA LNA 2.4Ghz with athena, to get 1000m -2000m range.
But i saw on nordic website that nrf24 not for new design, we have...
I have seen a few references to SoftDevice in the 6.x series not being able to transmit at 500kbps in these forums, but I can't find anything in the docs to reference. Can...
Hi, I am using nrf52832 dev-kit. I use P0.23 or P0.24 as an input pin. I am trying use this pin to read data from other device. When I use this pin like button, it can detect...
Hello,
I would like to get some input on general framework options for development.
I am starting by strictly following the SDK framework, trying to use its drivers, translations...
Hi,
Sorry for putting so many questions in to single thread :)
----
I am looking for information on what all images been integrated to zephyr/merged.hex, can you point...
Hello!
I'm currently implementing Modbus RTU into my nRF52832 to enable the CPU to communicate with other Modbus RTU capable devices.
When communicating via Modbus...
Hi, I am relatively new with ble and nordic development. I am working with the nus service for communicating but now i also want to have ota firmware update. I am trying to...