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 using NCS 1.2 with Zephyr SMP_SVR example compiling with my own board DTS and using MCUBOOT
I have my own partitions configured in my DTS (attached down at the...
So I'm trying to start off development of my project using the PCA10040 development board. I have downloaded the SDK16 and built a couple of examples no problem using SES...
Hi,
I have a question regarding the frequency of the SPI peripheral of the nrf52.
According to the Product Specification v1.4, the minimum value for the frequency is 125kbps...
Hello Nordic Support!
The stop bit of the last character is short in the Uart output part, and the other MPUy cannot receive the character. How do I fix it until I send...
To the kind attention of Nordic support team,
I was wondering if it is mandatory that Host and Devices share the very same frequency table, with same size.
Is it possible...
Hello,
Because I have no space for additional transistors on my board I made a design with nrF52840 and rgb led connected to 5V.
Configuration o GPIO pins:
H0D1 Value...
I was wondering if I could get some guidance with regards to the effect of interrupting the nRF9160 GPS during an initial cold fix.
Consider an application which uses...
Hi, what is the accuracy of the humidity sensor of the nRF52 at low relative humidity levels (<10%)? Checking if I can trust the numbers I see in a nitrogen glovebag. Thank...
Hello ,
I am having requirement to use the mesh network with 50-60 nodes and they will be operated with one server. could you please suggest and help for the product.
Using nRF5_SDK_16.0.0 with the example: examples\ble_central_and_peripheral\experimental\ble_app_interactive. The terminal has been replaced by a PC application sending commands...
Hi,
I want to use flash area of nrf9160. To do it, I have created simple example using predefined samples on zepyhr project. My goal is to write a data to flash and read...
I have followed your tutorials on implementing custom service and one on custom characteristics. Everything works when adding only one characteristic. When calling sd_ble_gatts_characteristic_add...