dazz100

Results 10 comments of dazz100

Hi I also found a problem with dnsmasq in the logs. ```May 03 09:02:54 raspberrypi dnsmasq[1348]: read /etc/hosts - 5 addresses May 03 09:02:54 raspberrypi dnsmasq[1349]: Too few arguments. May...

Hi I have hit a similar problem. The details and logs can be found here: [https://lb.raspberrypi.org/forums/viewtopic.php?t=211202](url) It seems to be related to the interfaces.d/ap file or/and the 90-wireless.rules command. I...

Hi The documentation would be a lot clearer if I knew more about git. I ended up deleting everything and forked PyMeasure to create a new repository on my GitHub...

This YT video is the best I have seen for someone who knows nothing about git. [https://www.youtube.com/watch?v=mJ-qvsxPHpY&list=PL-WKO2ElUnsKI790FYjp_3IVz7TwPKQAR](url) Maybe just add a link to this video.

OK so maybe add a section at the top that is basically a checklist of steps needed to build a development environment. and at the end, some simple tests/checks to...

Hi I have a project in the planning phase. I intended to use ESP with ESPUI to connect to the internet via wifi. I need a stable and reliable TCP...

Hi Has anyone tried the TCP/IP adapter? I found this link to code. [https://esp32developer.com/programming-in-c-c/tcp-ip/tcp-server](url)

It appears the esp adapter has been replaced with ESP-NETIF. [https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/network/esp_netif.html](url)

Hi My application is to control and interface one or more master electric clocks to display time on a number of slave clocks. The esp32 controller will connect to the...