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...
Hello,
I've downloaded nRF mesh and installed it on my iPhone, I can use it to provision my device, but there is a question about how to import AppKey on it.
I clicked...
I have a smartwatch, smartphone, and tablet.
I went to some place without any other bluetooth devices, my devices are able to scan and pair with each other. But nRF-51 not...
Hi,
I have followed sequence in http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fsdk_app_serial_dfu_bootloader.html&cp=4_0_0_4_3_4...
Hi,
I have a beacon code for nrf51 that I wanted to port to nrf52. It uses app_timer, gpiote and adc. The power consumption in idle is ~30uA. Now I wanted to port this code...
FDS_VIRTUAL_PAGE_SIZE
The size of a virtual flash page.
Expressed in number of 4-byte words. By default, a virtual page is the same size as a physical page....
Hello,
I would like to use proxy_server(example of light_switch ) and ble_app_blinky_c, to make these two functions work together in one card. So this card can be controlled...
Hello everybody,
i have crated an Report id for the telephony usage on iOS from here https://opensource.apple.com/source/IOHIDFamily/IOHIDFamily-247/IOHIDFamily/IOHIDUsageTables...
Hello All,
I'm trying to program a NRF51822 module for the first time.Using Keil, Soft device s110_nrf51_8.0.0,soft device kit nRF51_SDK_9.0.0_2e23562 when I try to program...
I found the next response in a topic and i would like to know if there are some new improvements in the last SDK mesh 2.01.
devzone.nordicsemi.com/.../120547
I turn off...
I have installed from "nrfgostudio_win-64_1.21.2_installer" on Win-10 laptop. Weh I start nRFgoStudio, the main window appears for a second then I get a message "nrfgostudio...
Hi all, we're using code from this forum to enable GPIOTE and PPI to measure the low between the arrows to indicate a "start of transmission" and then switch to measuring...
Materiel and software use :
SDK mesh 2.0.0
SDK 15.0.0
NRF52832 with PCA10040 x5
Situation :
I would like to implement this network :
I follow the instruction...
I'm using the UARTE peripheral via the UART driver code in SDK v14.2. Due to transfer size and SoftDevice timing I have to use the double-buffered receive method (by calling...