Roma Robot
Roma Robot
It's very interesting project! Thank you for your work! Are you planing to adapt blidino library for work with external UART bluetooth module? I work with MIDI synchronisation and all...
I need to receive and send UDP data from one port. But the library always setup random port for outgoing messages. Does anybody know how to fix my own outgoing...
When I try to receive data from UDP socket and no data exist in port, the program wait until it read data. But what do if I don't know whether...
I use a standard BLE client example. After a successful connection, a program example sends some data to a server. In case of disconnection of the server, the client detects...
I have a not typical question. Is it possible to move all BLE tasks to a different thread to execute independently? I founded an example "FreeRTOS". Is it possible to...
Hello! I tried to use this library. With unicast mode it works perfect, but when my app share broadcast ArtNet, my Arduino Mega doesn't receive anything. My app provides broadcast...
Hello. What pin use your library to control flow direction ? What Arduino pin use to connect Data Enable (DE) and Receiver Enable (/RE) pins not RS485 module?
Hello! I use Arduino Leonardo ETH in my projects. Leonardo ETH uses Ethernet2.h library for working with Network. Unfortunately I can't use EthernetBonjour library with my Arduino. Is there any...
Try to puck the .exe file with PyInstaller. And get the error _ModuleNotFoundError: No module named 'tinter.filedialog'_ when try to execute app. I associate extra library reference before export. How...