Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
Hi,
I'm using an application with FreeRTOS , nRF52833, SDK 16.
When I'm trying to get it into low power (sleep mode) the system still consumes ~4mA
In vPortSuppressTicksAndSleep...
Hi,
I am starting with PPK. Tried some measurements on ble examples and looks like i am doing something wrong. I have aproximatelly 7mA during advertising. Am I doing something...
Hi,
i have load existing program to new nRF52 module. But it shows NRF_ERROR_NO_MEM.
Same old module doesn't show this error. i also reload the soft device. But no improvement...
I'm looking to implement the following security schema:
The peripheral does not have a display nor input capabilities
A smartphone will connect to the device
The peripheral...
I can use the nRF Sniffer to capture packets , but info "Empty PDU" is more and more, I want filter it. Please kindly help me how to operate it. Many thanks!
Hello. I have 3 peripherals connected to 1 central. The BLE_GAP_EVT_TIMEOUT event occurs in Central. Occurrence timing is random, p_ble_evt->evt.gap_evt.params.timeout.src...
Hi,
We are developing a solution with our partner company based on nrf52833 using S140 softdevice.
I would like to change the advertisement power after every advertisement...
I'm new to the nRF5340 and zephyr and ncs, but I have gone through the tutorial series https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts...
I'm trying to look at the nRF log for the temperature example I found in examples/peripherals using my nRF52840 development kit.
My laptop is windows and I have the DK plugged...
i am working with nrf52832
i need to check 2 analog inputs and set my own v- (ref)
i can have value read every few seconds so no fast readings needs to be done
if...
Hi, I'm currently evaluating using a nRF52810 based module to synchronize time between a number (2-20) of the same devices. I currently have a working prototype using an ESP32...
Hello,
I need to interface with a touch sensor from Azoteq (IQS263). This device allows a communication window during which you can read or write on I2C. The issue is that...
Hi,
I am trying the example project "light_switch_server_nrf52840_xxAA_s140_7_0_1_dongle.emProject", facing some errors as show in image below:
If anyone has any kind...
When debugging IIC, it always crashes here. what is the problem。
nrfx_twim.c,line 441.
else { while (!nrf_twim_event_check(p_twim, evt_to_wait)) //forzen here { if (nrf_twim_event_check...