#garfield Logs
Dec 22 2024
#garfield Calendar
06:30 AM rue_mohr: https://github.com/max-titov/finger-tracker?tab=readme-ov-file
08:11 AM polprog: slept til 2pm today
08:11 AM polprog: i couldnt sleep due to cough
12:01 PM rue_mohr: :/
04:46 PM polprog: im getting better
04:46 PM polprog: so things i have to do
04:46 PM polprog: - sh4 stuff (yesss, overdue a year, time goes fast)
04:46 PM polprog: - 8051s for rue
04:46 PM polprog: - analog frontend for thesis
04:47 PM polprog: - the accelerometer glove, that stars with nee year
04:47 PM polprog: - some more linux sbc hacking, maybe the PowerPC now
04:47 PM polprog: i think ill start with the 8051 and the frontend
04:51 PM polprog: https://github.com/wd5gnr/qtl866
05:07 PM polprog: ok that seems to not work
05:07 PM polprog: 8051 basic will not work on our boards due to lack of ram, right?
05:20 PM rue_shop2: how many accels do you have?
05:20 PM rue_shop2: polprog, correct, you need like 64k ram for basic to work
05:21 PM rue_shop2: you can piggyback the ROM, if you ok wiht losing the IO
05:21 PM polprog: nah ill just write stuff in sdcc
05:21 PM polprog: or asm
05:40 PM rue_mohr: for me, I meant it for "I dont want to pay to use a new microcontroller for that stupid task"
05:40 PM rue_mohr: so, things like watering the greenhouse for 2minutes a day twice a day
05:40 PM rue_mohr: or driving a stepper motor at a fixed speed
05:41 PM Tom_L: freecad 1.0 should not be 1.0 it's too broke
05:43 PM polprog: thats true
05:43 PM polprog: rue_mohr: yeah, basically the controller side of microcontrollers
05:45 PM polprog: but if well be making version 3 of the 8051 board i would put a plcc socket there, or make space for an smd socket
05:45 PM polprog: and replace the header with a card edge, or add the card edge
05:45 PM polprog: along the header
05:46 PM rue_mohr: pin headers are nice for direct dupont connections to chineese modules
05:46 PM rue_mohr: in my old standard, every pin had a vcc and gnd pin, it was a 3 row thing
05:46 PM polprog: hm, what modules do you have in mind?
05:46 PM polprog: ah that
05:47 PM rue_mohr: but it was a bit too much
05:47 PM polprog: i wonder if you can fit a serial 8 servo driver on that board in the onboard ram
05:47 PM rue_mohr: well, all those 'arduino' modles
05:47 PM rue_mohr: accels, joysticks, buttons, leds, motors, displays
05:47 PM polprog: ah these
05:47 PM rue_mohr: yes
05:48 PM rue_mohr: because 8*20ms @50hz isn't overlapped
05:48 PM rue_mohr: so you COULD just do them in a loop one at a time