Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
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...