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 all,
i build project use HCI controller with nrf52840 , it some time show error message,
how to deal with this issue
HCI Host Not enough space in buffer #hci
https...
Hi,
I am working on a development where the values of a bunch of nodes with a sensor needs to be captured in one aggregator device in a mesh network. The aggregator then...
I tested ble_app_att_mtu_throughput_test code with 52840 EVB for BLE5 Long Range as below site.
( https://devzone.nordicsemi.com/b/blog/posts/testing-long-range-coded-phy...
Hi everyone,
I am trying to use the Port interrupts on the nRF52840. I started from the example "pin-change-int" and it works fine when I use one input pin.
But when I...
Hi,
We have a product composes of a central and a peripheral which uses Nrf52840 as their MCU and communicate with each other via BLE. The peripheral will send some data...
Hi,
what should I do in order to enable Bluetooth Low Energy on PC (mainly Windows XP to 8, but Linux or Mac would be nice if they don't support BLE natively)?
My device...
Last few lines of log
After looking into error code it shows 'DFU_END_ERROR_UNAUTHORIZED'. I followed procedure from here . Am I missing something here. Have flashed my...
how can i do a new characteristic ( all new 128bit-uuid )Under the same service
this is i try use nrf connect to do this , i hop add new different from NUS servic ( only...
I received the device and tried running the default asset tracker that was installed and kept getting these messages:
DEBUG modem << Connected to LTE network\x0D\x0A
DEBUG...
Hi, Why a smartphone cannot use Advertising Bearer to send/receive messages in a BLE mesh network? While it can do advertising for a normal BLE connection (pairing for example...
Hello, This is my third question in this respect and I have not received any response what so ever and I don't know why! It seems that the nRF mesh application uses GATT bearer...
Hello
I am trying to activate GPS on pca10090, VERSION 0.85, using asset tracker example, tag : v1.0.0-rc4
I get:
GPS initialized Starting GPS Enabling PSM PSM...
Hi,
We are using nRF9160 and want to use PSM & eDRX mode in one of our project. We referred 'Asset tracker Application' & found that lte_lc_psm_req() and lte_lc_edrx_req...
It would be great if I could move my project over to the Mac and use one less computer. But I wonder how well the tools work on MacOS platform. Are there any major limitations...
Hello,
the "Developing for nRF52810" user guide in the Infocenter says that to fully transfer a project to nRF52810 the defines DEVELOP_IN_NRF52832 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES...