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...
A%dBBCCDDEEAABBCCDDEEAABBCCDDEEAABBCCDDXX = 40bytes
1) In Termite:
Data is complete and in sequence when until 6 only.
A0BBCCDDEEAABBCCDDEEAABBCCDDEEAABBCCDDXX A1BBCCDDEEAABBCCDDEEAABBCCDDEEAABBCCDDXX...
I have 2 message order by sequence and between each of them have delay 2s. for Example
How should it work
A1BBCCDDEEAABBCCDDEEAABBCCDDEEAABBCCDDXX
Delay 2s
A2BBCCDDEEAABBCCDDEEAABBCCDDEEAABBCCDDXX...
Hello Nordic Support.
it was first time i tried to set up zigbee project based on 52840 and nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71. and now i got question...
...
Hello,
I want to design my board using Raytac MDBT42Q-AT-UART module which has nRF52810 QFN SoC inside.
I need BOM with P/N and make of components which are used in...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
1) I want to configure Advertisement channels...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image.
Most of our devices are Peripherals. To control them, we will relay...
Hello everyone,
I already posted this on the Segger Forum, but rarely I get answers there, so I hope someone have a solution to this hellish problem! I have been happily...
Hi Sir,
I am working in nRF51 package for interfacing BLE. In general, I have doubts regarding BLE concepts.
1. How to calculate the maximum amount of BLE packets...
Hi,
I have an application demo using the latest nrf9160 sample lwm2m_client as its basis, and I'm getting a hard fault occasionally (after a few hours or days) in what I...
While working on the multiprotocol Zigbee+BLE application with dual-bank OTA DFU, we almost reached the size limit for the application. However, there are some functions still...
Hi,
I am considering to use nRF52832 to build a battery powered data collection device which can stream the data to nearby (within a few meters) Android devices via BLE...
Hello, does anybody know if this combination (NRF52810 + Zephyr + BLE + MCUBOOT) is possible?
When I build example "samples\bluetooth\peripheral" for NRF52810 by using ...
Just got my first nRF52DK (PCA10040) device today and the blinky sample simply works.
Since my ultimate purpose is to use it collect data from SPI then stream it to Android...
Hi! We use nrf52832 for product development. The SDK version we use is nRF5_SDK_15.3.0_59ac345, the software device version is s132, and the APP for debugging is "nRF Connect...
Hi...
I want to communicate the external sensor with nRF52 using I2C protocol , here i used twi sensor example and modified . constantly i am getting 0 value
Here i am...