2025-02-05
Forget the servos, I will steal some steppers from an old ender 3
social: a living document where I post pictures and updates
Forget the servos, I will steal some steppers from an old ender 3
Joe says hi
Hear me out, a 40 kg servo is ~800 TL, on the other hand an 11 kg servo is ~ 160 TL. Two of those? 1:2 gear? Maybe…
I would like to say it was finals, but it was mostly just me. Will try to get back on track. I archived all of the weekly posts as they add so little value, if you are that interested you can see them in the commit history I guess.
I also adding pagnation to the /soc/ page, thinking a bit ahead.
Anyway, now go watch this masterpiece of a film.
Eternal Sunshine of the Spotless Mind
When watching movies, I notice myself noticing and judging the acting, based on how I assume the director intended. But this time I was seeing something genuine, something real, and beautiful. The director in the subject.
Been a while
I want to redesign this whole thing, maybe after exams…
Turns out you can use timers and interrupts, I might write a whole post on the PIC16F887
, but that’s for future me to worry about.
Instead of a weekly post this week I will be writing the post about Rate Yildiz, I think I will stick to a “one post a week” till the end of the year, or unitl I start taking this website seriously.
There must be a more elegant way to do this
DELAY_1K
MOVLW D'250'
MOVWF TIMER
LOOP_1K
NOP
DECFSZ TIMER, 1
GOTO LOOP_1K
RETURN
DELAY_250K
MOVLW D'250'
MOVWF TIMER1
LOOP_250K
NOP
CALL DELAY_1K
DECFSZ TIMER1, 1
GOTO LOOP_250K
RETURN
DELAY_3M
MOVLW D'12'
MOVWF TIMER2
LOOP_3M
NOP
CALL DELAY_250K
DECFSZ TIMER, 1
GOTO LOOP_3M
RETURN
Rate Yildiz is now live on Github. I will be making it open-source, mainly because I want free labor. I wanted to upload it on the server today but I can’t buy the domain for some reason.
My bad, no update for you this week…