I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
Hi,
I want to prepare the scrip for Wi-Fi radio test commands. I am testing the RF performance on nRF7002dk and in order to test the each channel i have to run the below...
Hi,
We have run into an issue when debugging code with the nRFconnect sdk debugger. A breakpoint set in an interrupt service routine is not hit, however, we can see through...
Hi,
I have a piezo microphone with analog output and would like to record from it using the Line In AUX on nRF5340 Audio DK.
Currently, I am using the break out pins...
Current goal is to be able to program, and upgrade with the radio off, and the only connection as a UART.
But I'm both overwhelmed by the number of options (DFU, SMP, and...
Hardware: nRF5340DK
Software : nRF Connect SDK v2.6.1 (any reasonably up to date is fine)
Hi,
I'm new to Zephyr and Nordic and I want to make an example multi-core application...
We have a custom board based on the nRF52805 that does not have a HFXO or LFXO. We are using NCS 2.6.1.
When the firmware thread is idle, current consumption as measured...
Hi,
TLDR: Tried the new BLINFO feature on an existing app, upgrading to 2.6.1 SDK (Zephyr 3.5.99). App does not boot after merged.hex flashed.
So we are updating our project...
Hi,
I am trying to figure out how to change the automatic gain settings on the on-board microphone. It is connected via its I2C to the hardware codec, but apparently not...
Hi i would like to connect an led with mcu (NRF52832-QFAA-R7) and control the led with PWM. while investigating in datasheet i found "Three PWM modules can provide up to 12...
Hi there,
As I’m currently evaluating our GNSS implementation, I’ve encountered some discrepancies in your documentation.
My inquiry pertains to the optimal implementation...
I'm using 2 nrf52840dk, ncs2.5.0; running the central_uart and peripheral_uart examples, I want to know how to send a string without pressing the "enter" key. For example...
I am using pin 8 (NFC pin) as SCL and pin 9 as SDA of nrf52832 on my custom board. Basically I have connected MPU9250 with these pins and I know that MPU9250 is NRFND, for...
Hi,
We have custom hardware that includes an NRF52832 microcontroller. Currently pin 0.21 is mapped as reset pin and i cannot seem to figure out how to change this using...
I am sorry that I post my question on this forum because I cannot find a button to post.
I also use a J-LINK EDU mini to flash the RAK4631 board. During J-Link Commander...
I try to download FOTA from http server to nrf7002 over WIFI i use fota download library and initialized it ,then call API fota_download_start() then the fota_callback_handler...