SaKiEQ
SaKiEQ
The recommended install guide asks to: curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt install -y nodejs build-essential npm sudo npm install -g npm@latest Where cncjs seems to...
Me again.... After several different setups and different problems to solve in creative ways, the simple and dumb issue of controlling a printer / cabinet light came back to me....
I have been trying to get the enclosure temperature and humidity via MQTT, but I seem to not find either the topic/tag names or it simply does not exist (yet)...
Would it be possible to make a small arduino temperature and humidity reader, that pushes the temp to of the enclosure to octoprint. It seems that the latency of some...
I tried for several hours to do a 'quick' installation of the plugin and its external PostgreSql Database. Now I am neither new to linux, nor new to client /...
I have an ili9163 that does not seem to have the 'usual' 32px memory offset. I got the library to work with Ucglib_ILI9163_18x128x128_HWSPI, by modifying ucg_dev_ic_ili9163.c. While it worked at...
I am using Ucglib_ILI9163_18x128x128_HWSPI tft(__DC, __CS), which works perfectly fine in terms of initialization and communication. The display is rotated 180 with tft.setRotate180(); . When drawing any frame the vertical...
I think it would help first time users to note, that the setupOTA(); replaces the traditional WIFI.begin() call. Specially when you merge a existing project to add OTA capability. The...
ESP32 Adafruit_ILI9341 Problem: drawCircleHelper does not draw any pixels on screen. Reason: it seems since its a "helper", it does not initiate startWrite. When in use from drawRoundRect, the helper...
macOS Sequoia Error when trying to use "sdpa" over "eager". Not sure if this is a platform specific error. Tried running it with torch_device = "mps" and "cpu" ValueError: T5EncoderModel...