Skip to main content

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
I'm having a heck of a time switching to Matrix Orbital mode, and having it stick.  I start with 0xFE 0x47.  Then is position 0 0x00 0x00 or 0x00 or 0x01 0x01 or something else?
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
Anyone wanting to send data to the #twatch using PHP, here's a starter for you:
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?
Got my #twatch, and was quite excited to hook it up.  Went and got a universal AC/DC adapter (Philips is a reputable brand, right?), set it for 6 volts, and plugged it in.  No joy.  So, I got out the multimeter to check things, and found that when set at 6 volts it was, in fact, spitting out 9, and when set to 7.5 it was outputing 11.  Tested another AC/DC adapter, just to be sure it wasn't my multimeter - it's reading correctly.

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?

( ! ) Fatal error: Uncaught exception 'Elk_Exception' with message 'Please try again. If you come back to this error screen, report the error to an administrator.' in /var/www/dangerousprototypes/forum/sources/database/Db-mysql.class.php on line 696
( ! ) Elk_Exception: Please try again. If you come back to this error screen, report the error to an administrator. in /var/www/dangerousprototypes/forum/sources/database/Db-mysql.class.php on line 696
Call Stack
#TimeMemoryFunctionLocation
10.01292301640session_write_close ( )...(null):0
20.01332433232ElkArte\sources\subs\SessionHandler\DatabaseHandler->write( )...(null):0
30.01332434008Database_MySQL->query( ).../DatabaseHandler.php:119
40.05682572744Database_MySQL->error( ).../Db-mysql.class.php:273