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...
I have developed the schematic of connecting NRF 8001 BLE chip with Arduino,the file is attached that contains the schematic. Can you please verify my schematic i.e will it...
Hi, I'm looking for a solution can make a ble device communicates with multiple 2.4g devices at the same time , is 51882 qualified for this? or just by combining both nrf8001...
Hello,
I would like to use the fifo common library but i have an link error. I don't understand that because fifo_app.h is included and contain the functions...
...
Hi
We are using indication to send data to make sure master receive all the package.If we didn't
receive the confirm message,what should we do?Should we send it again in...
I'm guessing it is because the engine powering the site does not support it. But has it ever been considered?
I think it is a powerful way to engage users and build a community...
Hi,
I have two questions about nRF24LU1+.
Q1
Can i change nRF24LU1+ isocheonous endpoints(Endpoint 8 IN/OUT) to Endpoint 1 IN and Endpoint 2 OUT?
Q2
Can i use Endpoint...
Hi,
we’re a group of students at NTNU in Trondheim doing a project regarding bike and pedestrian registration. So far we want to make a solution based on iBeacon and Bluetooth...
Hello,
I am looking into the possibilities of implementing frequency hopping using the nRF24L01+ radio with an external Ti MSP430 microcontroller. I have read that it's predecessor...
Hi,
I want to realize the function of bond, I use "lib_aci_bond(180/* in seconds */, 0x0050 /* advertising interval 50ms*/);'\",.When I click the connect, it can connect...
In nrf51_sdk_v4_4_1_31827\nrf51822\Source\console\console.c,
#include "uart_legacy.h"
But there is no "uart_legacy.h" file in the SDK.
I have to modify to "app_uart...
I downloaded the source for the Android UART app, hoping to hack it into something I can use to test my gadget. But it's incomplete: it fails with the message:
Missing...
I have 3 short questions:
Does S120 support or will support swiching over BLE and Gazelle like S110 does?
Will be able in future to be connected to a BLE...
Hi,
If I want to send data(400Bytes) to client(phone),I must use sd_ble_gatts_hvx to notify client. Is it right?
Every time I notify 20bytes until the end, is it right...