Dominik Schmidt
Dominik Schmidt
Hi ! There is one thing missing in this Lib ... generating PWM signals. At the Moment I see 3 different ways .... 1) Using the Hardware like in this...
Hi ! I´m using estlcam at the moment and mostly happy with it. But especially the CAM part is not the best so I would try something different. grblHal may...
Hi ! I saw this project a while ago and always wanted to try it out. But there are some questions left ... So this is not an issue. More...
Hi ! More a general question ... Just found this pretty tool today. But the last commit is one year in the past ... So is thios project dead or...
Hi @all, today I tried to implement the AS3935 Lightning Chip in my application. But I run into problems reading the Registers separately. My first attempt was this: `i2cConnection.Write(0x01); byte...
Hi ! Maybe I´m doing something wrong but this code did not work: ``` File script = FileSystem.open("wlan-stats.sh", FILE_WRITE); script.print("#!/bin/sh\n"); script.print("ifconfig wlan0 | grep 'RX bytes'\n"); script.close(); // close the...
Hi ! I place some structs inside my List: ``` struct MenuEntry { EntryType Type; short CountId; short GroupId; short ParentId; short SubmenuId; String MenuText; bool ValueBool; int ValueInt; };...
Hi Martin, this is not an issue. It's more two first questions before I start the build :-) Which Filament did you use for printing the body structure? PLA /...