- 25
- 490
Dreine
เข้าร่วมเมื่อ 16 ส.ค. 2011
Lesson 100 solution: creating a class for the state machine servos
Title says it all, my response to the lesson: th-cam.com/video/rJ2nPpYsgZo/w-d-xo.htmlsi=3AtwF1VmNTIjS1YL
มุมมอง: 4
วีดีโอ
Lesson 99 solution: Dual state machine servos on Pi Pico
มุมมอง 11หลายเดือนก่อน
My solution to the problem posed in: th-cam.com/video/F8_SaNCi9FY/w-d-xo.htmlsi=oR5sPO7N4nDb9sia
Lesson 98 solution, statemachine and python servo sweep
มุมมอง 14หลายเดือนก่อน
My solution to the problem posted in: th-cam.com/video/eEBUl07-ub4/w-d-xo.htmlsi=y_EU-YsuwXbjqIfp
Lesson 94 Solution - State machine Binary counter with reset
มุมมอง 102 หลายเดือนก่อน
My solution to assignment posted in: th-cam.com/video/X-AKyr3cfPU/w-d-xo.htmlsi=Qp2cYxCYyg7_v_v-
Solved! Pico State machine Up Down Binary with buttons
มุมมอง 153 หลายเดือนก่อน
A followup to my last video, solved the problem with the ISR
Almost Solved: Pico State machine Up Down Binary with buttons
มุมมอง 213 หลายเดือนก่อน
Problem solved: th-cam.com/video/cPWNPbtbMvg/w-d-xo.html Here I attempt to solve a problem posed by Paul in his live video: th-cam.com/users/liveE3zHcl9gHhA?si=U68xlKaHcxqgpbjh I'm having a problem with the ISR register in that I cannot find a way to reset it in between each button read without using the push() function which specifically can clear it. I've tried using mov() and set() to attemp...
Lesson 90 Solution - Pico statemachine binary upcounter
มุมมอง 203 หลายเดือนก่อน
My solution the problem posed in: th-cam.com/video/scjKnrcYh0o/w-d-xo.htmlsi=H7iufQJmRY_ORULg
Lesson 87 Solution - User input into state machine
มุมมอง 224 หลายเดือนก่อน
This is just my response to the question posted in the lesson at: th-cam.com/video/PXE7q25Mf1E/w-d-xo.html
Lesson 85 Solution: Up and down binary counter with LEDs and buttons.
มุมมอง 184 หลายเดือนก่อน
A solution to the assignment posed in: th-cam.com/video/je9QVjFSxME/w-d-xo.html
Lesson 84 solution to binary debounce
มุมมอง 414 หลายเดือนก่อน
My solution the the problem posed in: th-cam.com/video/s2tjQbwBkxw/w-d-xo.htmlsi=pBGGPM1bBm4biCBK
Lesson 83 assignment solution
มุมมอง 64 หลายเดือนก่อน
Response to lesson 83 from th-cam.com/video/GxtQJmvhsvs/w-d-xo.htmlsi=wcEPp5SljWl-2r_l
Lesson 81 Homework solution
มุมมอง 255 หลายเดือนก่อน
solution to assignment discussed at the end of: th-cam.com/video/_-QkTfmr7c8/w-d-xo.htmlsi=dpP8U_5fqRhAJ9vy
Lesson 80 assignment, asynchronous timer.
มุมมอง 205 หลายเดือนก่อน
My completed assignment for the lesson at: th-cam.com/video/69S2g1q5m7E/w-d-xo.htmlsi=eG2d-Ghie3wDBb-O
lesson 78 assignment
มุมมอง 185 หลายเดือนก่อน
My solution to the lesson 78 assignment following: th-cam.com/video/Lz7MMT5TGoI/w-d-xo.htmlsi=KaMLjRU1M0yyLC2X
Excellent!
Excellent
Hi Dreine. I'm glad that you've solved the problem. After a quick look at your code, I think that the problem was caused by initially setting y to zero instead of 15. I won't go into the gory details. 'Phew!', I hear you say😆😆
Hi Dreine Nice video. You can clear the isr by putting mov(isr, null) after mov(x, isr)
So I think I was wrong about where my problem was. I tested the mov(isr,null) in a separate program and it was clear that may work to set isr to 0, but it wasn't fixing my problem.. I believe my problem is with the in_() function. I noticed in the documentation that the in_ function "shifts" in bits, so I figured my backup was occurring there, and that somehow the source was storing bits read from my buttons. I found in the datasheet for the rp2040 that you can use null as a src for in_ and it specifically mentions as a method to shift the contents of it. so in(null, 32) would shift 32 0s into the isr, effectively clearing it. It worked. Not sure why mov(isr, null) is not achieving the same result.
Excellent!
Very nice, especially liked the error handling. Thanks for teaching me several useful tricks.
Thanks, I honestly just put all of that in because I have 0 idea about what would happen if we passed strange or large values into the tx fifo.
Excellent!
Hola, me podría ayudar? Subo el código pero no me muestra ese resultado, la serie de números, me sale un anuncio en amarillo que no reconocio el cable, pero ya cambie de cable como 3 vecez
Not sure I can help you, this video was mainly just to showcase my solution though it is probably not the best or easiest to implement, it is not a tutorial. You would need to be using the same hardware as myself too. You can see the instructors solution to the binary counter in his lesson 85 video: th-cam.com/video/je9QVjFSxME/w-d-xo.htmlsi=q66UyQEvvVhmTLZU and the previous video also covers the majority of the code behind the button pressing.
Excellent!
Nice!
Nice Solution!
Nice solution!
Excellent!
Excellent!
Excellent!