1
Topics
This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.
Topics - sheetzam
2
#twatch network LCD backpack / switching to Matrix Orbital mode
Or is there another command which should do it?
Also, sending 0xFE 0x99 does not display the IP address information, or if it does, it does so very quickly and is overwritten.
Also, which version of the #twatch firmware shipped with the device?
3
#twatch network LCD backpack / PHP starter
Code: [Select]
<?php
$fp=fsockopen('192.168.1.8', 1337);
if ($fp){
fwrite($fp, "xFEx42");
sleep(1);
fclose($fp);
}
4
#twatch network LCD backpack / Great, now what?
So, given that I probably applied too much voltage to the #twatch, is there any way to repair it? I get no ethernet lights, no lcd display. Is it cooked?