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 Technical team,
I want to use nrf52832 for my project, below are the some doubts i have with nrf52832
1) nrf52832 will act as HUB and receive data from peripheral...
Hi,
I have already working code in nordic sdk 13.1 with eclipse. But we are move to latest sdk v 15.0 for example of central and peripheral. Now every thing i have modified...
After a node successfully provisioned in the Mesh Network. If I want to unprovision the node, what procedure is needed to make it?
Should I remove all the netkey, appkey...
Hi, I have a problem with the usb HID examples in sdk v15.0 on a nrf52840 Preview DK. I cannot get them working together with a Linux or WindowsCE based USB Host, with Windows10...
Hello.
I'm modifying the Eddystone Beacon Application example. For now, I can transmit my own Eddystone frame. This frame is static, and the board starts transmitting it...
Hi,
I'm using a nRF51822 on a custom board. I would like to implement serial DFU on it using the bootloader_secure example.
1.) Is serial dfu implemented in sdk 12.3 ...
Hi all , I am beginning with MESH SDK on Window . I use NRF52832 board with Softdevice S132v3.0 on KeilC5 . I read instructed at infocenter.nordicsemi.com/index.jsp but I...
Hello Nordic:
I am trying to add advertising with whitelist function to my code which is base on
nrf52832 dk
softdevice s332 5.0.0
SDK 14.2
I use the example code...
Dear Nordic support,
In our company we are using application "nRF Connect", in android platform. It works well, however when we try to use it on iOs platform the application...
Hello!
What version|tag|commit of MQTTSNGateway ( https://github.com/eclipse/paho.mqtt-sn.embedded-c ) do you use in Raspberry Pi image? Do you use special way to build...
I had the nrf52832 with BLE 4.2 running just fine with iOS 10.xx and Android phones.
iPhone would SCAN and connect and I could interact with the services on the hardware...
How to select nrf528332 UART clock source, how to make the serial port baud rate not change with temperature?When the baud rate is 9,600, the baud rate varies greatly with...
Hi,
I found this in the documentation for the Timer Library of the SDK 14.
' When app_timer_start() or app_timer_stop() are called, the timer operation is only queued...
I plan to use the flash device driver from Nordic (52840) in a Zephyr system. My plan is to use the <flash.h> api but it seams that this api is not available in a default...