Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
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...