Custom PCB with nrf5340/nrf7002. Currently was using NCS2.9.0, with WPA2-PSK connection to the wifi.
While trying to enable use of WPA2-Enterprise, I updated to NCS3.0.0...
When using the shell_module project of SDK v3.0.1, I changed uart20 to pins p2.0 and p2.2, and the serial port printed garbled text.
Below is my overlay file:
Strangely...
Beginner here .. steep learning curve for Nordic ... trying a project with I2S. Took half and hour with an ESP32, but many many hours later, no joy with Nordic.
Working...
Hello. I use the function zb_zcl_finish_and_send_packet to send data from ZC to ZED and it works but one problem is that we're using a rather slow poll (20 seconds) to enhance...
Dear Nordic DevZone,
I'm encountering pairing issues with mobile devices and a nRF54 DevKit flashed with HCI over UART firmware. After initial pairing, deleting the bonding...
Hi, i have locked my beacon with the write_lock characteristic and now i want to unlock the beacon with the lock code which is hard coded in my code. but i was unable to do...
Dear Nordic Team,
Thanks for support
Currently i am work with VL53L0X in ble_uart_app example. it working fine , but its take 5ma current. How can i use TWI in low power...
Hi,
I would like to know if you can sniff BLE packets with really low transmission power, for example can you sniff a -35 db signal with any average bluetooth receiver?...
I've used PCA10040 sdk15.0 example ble_peripheral ble_app_uart
I can handle it through terminal.
If I insert strings through terminal, App can receive.
But, I...
hii,
i am trying to interface the nrf24LU1+ and nrf52832. I wanted to know if i can program the nrf24lu1+ without the requirement of nrfgo motherboard. or is it necessary...
I don't want to use MESH, because there are too many data
Application scenario
Mobile phone ------------> DeviceA --------------------------------------> DeviceB
...
Hello,
Would there be any particularly adverse side-effect if two NRF51822 GPIO pins (e.g., P0.18 and P0.19) were shorted together? One of the pins (e.g., P0.18) would be...
SDK :15.0.0
Examples:ble_peripheral / ble_app_uart / pca10056 / s140
Board:nRF52840 DK
After pairing, may be connected, because the indicator lights continue to shine...
Hi,
I am using sd_ble_gatts_characteristic_add to set a characteristic in my service. The function call return 0 - NRF_SUCCESS but when I browse the service with nRF connect...
Hello,
I try to add pairing functionality to my app. Error code NRF_ERROR_INVALID_PARAM occur from the sd_ble_gap_sec_params_reply when i want to read my characteritic...
Hey, I have a sensor (ADC with data rate is 250 sps), attached to nrf51822. It has Data ready pin (output), which toggles from high to low when data is ready. Also this sensor...
Hi, I'm using nRF52832 with my custom board. (sdk 15.0.0)
I changed ble_uart example code, so I can receive GPS data through bluetooth.
Now, I have to send GPS data to...
Hello all.
few years ago, I made some product using nRF51822 on SDK v10.0.0
currently, I have to software update to use ECC(Elliptic Curve Cryptography) function on...
I'm using: nrf52832, SDK 15.0, SoftDevice S132 v6.0.
I'm trying to control a motor using an H-Bridge. If I simply do a nrf_gpio_pin_write to set forward/reverse to 1/0 or...
I have the nRF52832 PCA10040, V1.2.1, 2017.23 development board with ble_app_blinky_gcc_nrf52.ld RAM/FLASH settings:
MEMORY { FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0x5a000...