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...
Hello, Nordic.
I use SDK15.3.0, s340 softdevice, nrf52840.
Recently, I am testing dfu service. So I merge App, softdevice, and bootloader.
Dfu service's test has done...
Hey everybody!
I'm working with the zigbee cli agent router example.
Can anybody help, how can i get zigbee report automatically? The problem is that i have to enable...
I'm in the process of evaluating the BLE functionality via the 52840 dev kit. I ran a number of examples without issue and just recently received power profiler kits so I...
Hi,
I would like my BLE device to connect to the PC via a BLE USB adapter. How do I do this? How does this work? Will my BLE device act as a peripheral and connect to the...
I want to implement a tag (type 2) like t2t library using nrfx nfct driver.
Is it possible? if so, how can i do this?
if not possible, is there any other libraries to...
I am using nRF52840-MDK and connect to my Ubuntu running in VMWare. When I connect this device to my laptop and run pyocd-flashtool. I am getting a error message stating ...
Hi
I have purchased an nRF52832 DK to develop a human fall detection device. I'm a newbie to embedded studio, and nordic products. I just started to understand things on...
Hi, I have seen a few similar questions to this but the answers weren't too clear...I am trying to use both the long button push and the button push actions to generate separate...
Hello,
I have a Raytac MDBT50Q-RX USB dongle that I want to evaluate.
The dongle comes with Raytac's own test firmware.
In order to evaluate it for my purpose, I wanted...
I am very new begginer and dont know where to start about nordic nrf52832 chip. Started a week ago with downloading SDK and playing with examples in it.
I in specific need...
This is the structure.I am using bitfields here, even if i don't the problem still exists.
struct CODE_T
{ uint32_t guest_code_start_time; uint32_t guest_code_end_time;...
Hi,
Lior Neumann and Eli Biham found a vulnerabilitiy in BLE secure connections, to which CVE-2018-5383 was assigned.
Is the S132 SoftDevice affected by this vulnerabilitiy...
Hi Everyone
My requirements are as follows
1. I am running 4 tasks using free rtos in which one measures the ADC , 2nd sends the adc data over BLE and 3rd check if the...