I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
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...
Hi,
I'm running hello world sample on both app & net core in nRF5340 SOC but logging on network core is working as expected. What I'm missing?
Code
Logging ...
Hi, After successful provisioning using "nRF Cloud Multi-service", I can view device on my nRF Cloud account. It shows successful MQTT and CoAP connections and GPS tracking...
My project uses ESB for communication. In our hardware design, nrf5340 + FEM is used. Nrf5340 uses two GPIO link FEM chips to switch between PA mode and LNA mode. May I ask...
Dear Nordic,
I am considering to make a board that includes an nRF5340 + display. I am looking at a display that supports QSPI and I was wondering if the nRF5340 QSPI can...
Hi,
I am learning nRF52840 development and making a sensor device.
The datasheet of the nRF52840 chip says:
Regulated supply for external components up to 25 mA
...
Hi,
I'm working on a project with the Nordic nRF9160 Development Kit and am trying to send Bluetooth beacon data from the nRF52840 chip to the nRF9160 chip using UART and...
Hello,
I try to enable the LE Data Packet Length Extension. According to the available documentation, it should be as simple, as adding `CONFIG_BT_USER_DATA_LEN_UPDATE=y...
When loading empty software (zephyr based) into the nRF9151, the nRF9151 uses roughly 4mA and when erasing the IC, it uses 5.8mA.
Does zephyr not include a power down mode...
Hello!
I am porting a nRF Connect v2.9.0 application from a nRF52 to the nRF54L15.
We are using PPI/EGU to get exact measurements for some BLE radio events for some optimizations...
Hi,
We are developing application software on the nrf9161dk that uses the little FS file system running on external FLASH. Most of the application development has been completed...
Hi
I want to use P0.18 gpio as output pin and not as reset for nordic.
I am using ncs v2.0.0.
I have added
CONFIG_GPIO_AS_PINRESET =n in prj.conf
and when i...
Hello,
I have a Nordic Thingy:91, and I need to perform continuous wave (CW) transmission tests in LTE. To achieve this, I plan to develop custom firmware that alternates...