Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
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...