rsgelg.bsky.social
@rsgelg.bsky.social
Is it too early to start my Chr***mas shopping (for myself 😂).
As it's September I couldn't bring myself to type the C word! 🌲
September 26, 2025 at 5:40 PM
What about the bizarre difference with watch duration for tablet users?! Are they an older demographic who are less likely to move to the next video?... or do people have a better idea? 🤔
September 18, 2025 at 8:48 PM
Yes! Me too. My daughter was most impressed... as was I. Particularly with the large Raspberry Pi ones 👏👏
July 4, 2025 at 6:46 PM
I saw it as a round bale... so consider it a success
June 22, 2025 at 4:28 PM
I did wonder why there was a photo of a chiller cabinet with your post... until I zoomed in 😂
June 14, 2025 at 10:34 AM
Nice 👍
May 20, 2025 at 9:04 PM
You are not alone friend. Should we set up a support group?
May 3, 2025 at 12:45 PM
I was impressed, so I had a look... but I'm more of a Micropython than C coder. But good work 😀
April 26, 2025 at 4:51 PM
Nice!
April 22, 2025 at 5:38 AM
Glad you liked it.
Your starter code made the process a lot quicker and less taxing for my brain 👏👏
April 15, 2025 at 9:15 PM
Reposted
A much improved version!! Great work and thanks for sharing! 👍
April 15, 2025 at 9:13 PM
Micro Python code can be found at github.com/RSG72/MicroB...
GitHub - RSG72/MicroBits at Games-using-Keyer-AD-Key-K845037
Contribute to RSG72/MicroBits development by creating an account on GitHub.
github.com
April 15, 2025 at 8:56 PM
Fantastic 😍
April 12, 2025 at 7:06 PM
I've not seen the Clue before. Is it the same form factor as the Micro:bit? It looks like a screen rather than a 5×5 matrix. Will the clue slim case fit a Micro:bit?
Thanks
April 11, 2025 at 6:27 PM
Stage 1 #2 Move dot v2 gamifies the moving pixel by giving you a target to aim for.
www.youtube.com/watch?v=ARUo...
BBC Micro:bit & Keyer-AD-Key K845037 Stage 1 #2 Move dot v2
YouTube video by Richard Goodhand
www.youtube.com
April 8, 2025 at 2:25 PM
Stage 1 - get the keypad working
Stage 2 - get radio between two Micro:bits working
Stage 3 - get servos working
Stage 4 - Robot!!
I'm going to store all the python code and iterations in my new Githut
github.com/RSG72/MicroB...
GitHub - RSG72/MicroBits
Contribute to RSG72/MicroBits development by creating an account on GitHub.
github.com
April 8, 2025 at 2:25 PM
Thanks for sharing
April 7, 2025 at 8:44 AM
Thanks, I'd found the main() on line 143; it was more the double underscore that was new to me.
April 3, 2025 at 9:54 AM
Thanks... I think I just about understand the explanation 🤔
April 3, 2025 at 9:51 AM
Morning Chris
Looking at the code, the only bit I'm unsure on is

if __name__ == "__main__":
main()

I can't see a reference to __name__ or __main__ elsewhere in the code at first (or 2nd or 3rd) glance.
Is it a method of a forever loop? Is so why the double underscore?
April 3, 2025 at 7:37 AM