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...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi,
I am working on buttonless dfu example, but i want to design my application in such a way that, device should enter into dfu mode when button is pressed. I should be...
Hi, I have some issue about mesh network.
Using below developing environment.
- SEGGER Embedded studio for ARM V4.22
- nRF SDK 15.3.0
- nRF Mesh SDK 3.2.0
- chip...
Hello
I'm a beginner in Bluetooh and I bought two dev board NRF52840 DK. I would like to make a mesh with these two boards. One in master and the other in relay, the goal...
Hi,
I´m working with "TWI Sensor" example of SDK 16 and I modified the Main function of main.c as follows (just added NRF_LOG_INFO("\r\ntest") );:
I just added this...
Is there a good way to uniquely identify mesh node across multiple smart phones? The problem is: Android provides access to MAC addresses that can be used as identifiers of...
Hello. When I examined the BLE data format, I found that it was as shown in Figure 1.
Fig1
I am using NRF52832, please tell me how to detect the CRC value...
I am using mbedtls with ECB hard accelerator on nRF52840. So I changed the macro definition: UPDATE_CBC_MAC in ccm.c to function:
#define HT_UPDATE_CBC_MAC \
for ( i...
Hi All,
we're developing beacon that advertise both legacy and long range at the same time.
however we got NO_MEM error while adding 2nd adv set
any limit on multiple...
Hello,
I am working with the Interactive PyACI (nRF_SDK_for_Mesh 4.0.0 with boards nRF52832). I followed the tutorial "demo_configuration" present in the doc folder. Every...
Hi,
I am trying to test the radio example from Eclipse. So i took one of my projects on SDK15.2 that works with the NRF52832, I cloned it and renamed it.
The arborescence...
Hello,
I'm using Thingy:52 to monitor FSR sensors in addition to MPU data.
I use saadc and can measure up to 8 FSR sensors thanks a multiplexer, it take about 10 ms for...
Hi,
I am coming accoss an issue while running the LLPM Sample example from http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.2.0/nrf/samples/bluetooth/llpm/README.html...
hello everyone,
I need scanner and advertising in single code of nrf52810. In SDK i found the example code of ble_app_multirole_lesc in PCA10040 it doesn't support with...
Hello ,
I was using the NRF mesh Light Proxy firmware and wanted to know how many network keys it supports? I was trying to add more than 2 but it gives insufficient resource...