Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
Hello,
we are evaluating the distance measurement module to integrate an indoor location function to our product.
We see the module is still "Experimental".
We need...
Hello,
I have the peripheral BLE device. It is always had different mac addresses on disconnection/on reboot.
I use my mobile phone with Android OS to initiate pairing...
Hi, I need help with a simple example code to read analog pin 5 and either control brightness of the LED or print value on terminal. I found this example but it didn't work...
Hi nRF Team,
I would like to know more detailed operation of LE audio profile on nRF5340.
My requirement is to continuously process PDM mic ( PCM data ) interfaced to...
Dear all, in my company we started to product custom pcb with nrf52833 for networked lighting control (NLC).
For the firmware, we had a look to the examples provided with...
Hi,
we have got some async uart api application running with zephyr 3.2 on nrf52840.
This worked fairly well until there have been added some file-write operations to...
Using the zepher spi driver (which wraps nrfx) on ncs v2.6.1, the CS line goes low to start the transaction, then high about 10 us later, but the data keeps coming out.
...
I am using nRF52832 and Nordic connect sdk. I want filter scan for the beacon having specific uuid. I have programmed the dk with this code
The serial terminal is showing...
Hello,
Our nRF52833 is powered through a load switch and control when to enable it is based on external peripherals logic. The MCU is connected to external peripherals that...
Hello,
I am contacting you because I no longer have the "Enable Debug Options" option when I edit my Build Configuration.
I uninstalled and re-installed the nrf Connect...
Hi. I am trying to build/flash a sample with nrfConnect and vscode. When I add a build configuration, I face following issue :
-If the output build directory is "build/something...
Hello,
I noticed that our self-produced PCB's with a nRF5340 SoC all have the cores locked upon delivery (probably app protect is activated), and have to be recovered before...
I'm using ncs2.6.0 to develop a door lock project for matter, and I'm running into a problem: I need to store some user-set parameters in the project, which take up less space...
I am looking for a good document to establish an I2C connection between the nRF5340 and another microcontroller. I am using VS Code and the Nordic SDK. Unfortunately, the...
compliler enviroment is NCS2.6.0, zephyr/sample/bluetooth/peripheral_hids run in nrf52dk_52832 board.
use mobile, the <nRF Connect> app can connect the BLE board.
but...