#garfield Logs

Dec 16 2019

#garfield Calendar

01:11 AM rue_mohr: https://www.thingiverse.com/thing:2797593 <-- rue.
01:16 AM rue_mohr: https://justanotherelectronicsblog.com/?p=458
01:16 AM rue_mohr: hmmm
01:16 AM rue_mohr: the TL866II Plus is about $60
01:16 AM rue_mohr: but I wonder
01:16 AM rue_mohr: I been on the fence a few times regarding 'just buying ' a programmer
05:14 AM Tom_L: you sit on the fence too long it'll poke ya in the arse
09:02 AM rue_mohr: there has not been a programmer come up thats got official linux supprt
09:02 AM rue_mohr: somoen has made software for that one tho, its a bit restricted
12:41 PM Tom_L: you won't find 'official' support on any
01:48 PM Tom_L: fixed the mux code
02:25 PM Tom_L: rolls over to 0 after 4 digit count
04:59 PM Tom_L: now to work on the blanking buttons
06:55 PM Tom_L: posted new file version
07:49 PM Tom_itx: https://www.youtube.com/watch?v=kUzNEWvFPxk&feature=youtu.be
07:58 PM rue_mohr: why didn't you start at 0 abnd got o 3 anyhow?
07:59 PM Tom_L: i could i suppose
07:59 PM rue_mohr: nice
07:59 PM Tom_L: but it starts when you plug it in
08:00 PM Tom_L: and it's just been sitting here running a while
08:00 PM Tom_L: the video makes the digits flutter but you can't see it irl
08:01 PM rue_mohr: yep I see
08:09 PM rue_mohr: heh
08:09 PM rue_mohr: that seller ran away
08:10 PM rue_mohr: I wonder if I should apply for my refund now
08:14 PM Tom_L: i would
08:15 PM Tom_L: the laser you mean?
08:16 PM rue_mohr: I'm sure if they were going to send the item, they would not have deleted their account
08:16 PM rue_mohr: yea
08:17 PM Tom_L: so as i see counters on these, you can count to a value or you can count until the var rolls over
08:17 PM Tom_L: use the msb to trigger an event
08:18 PM Tom_L: this example, the vars roll over
08:18 PM Tom_L: you can be more precise if you count to a value
08:20 PM Tom_L: then the msb is stored to a single bit var that toggles
08:36 PM rue_mohr: :)
08:36 PM rue_mohr: 3 packages arrived today
08:36 PM rue_mohr: none were the fpga
08:36 PM rue_mohr: BUT
08:37 PM rue_mohr: I got 4 tickets for signed-pickups at the postoffice
08:37 PM rue_mohr: I should be abel to get them tommorow
08:37 PM rue_mohr: I'll have from the 24th to the 2nd off
08:38 PM rue_mohr: it would feel more special if I had A WORKING TRUCK AND A CHRISTMAS TREE
08:38 PM rue_mohr: two shops didn't get back to me today on doing it up
08:57 PM Tom_L: driving the company truck now?
09:17 PM rue_mohr: dont usemy truck for too much
09:18 PM rue_mohr: groceries minalt
09:18 PM rue_mohr: mainly
09:19 PM Tom_L: what engine?
09:59 PM rue_mohr: 2.5 vin code A
10:44 PM rue_mohr: (chewing on fsm code)
10:45 PM rue_mohr: I'v shortened the ugliest of the functions
10:45 PM rue_mohr: its down to 262 lines
10:45 PM rue_mohr: its good after is loses about 220 lines
10:46 PM rue_mohr: gotoyx ( wherey(), 6 );
10:46 PM rue_mohr: cprintf ( "if input = ");
10:46 PM rue_mohr: gotoyx ( wherey(), 17);
10:46 PM rue_mohr: cprintf ( " ");
10:46 PM rue_mohr: gotoyx ( wherey(), 17);
10:46 PM rue_mohr: the fat is not hard to trim
11:36 PM rue_mohr: ok, down to 249 lines