thats good you wrote some code. i havent found much code that shows examples on interfacing lcd screens, a2d converters etc etc.
@NerdCaveYT2 ай бұрын
I am planning to make a big course on Pico Projects where I will go through everything in all detail, but just working on the script today it is going to take a long time but hopefully can do one a week. It expect each project to be over 1 hour so the editing time is going to be insane.
@KenanAtaerk3 ай бұрын
Hello Vernon! Nice video - with all details explained! I have a question - and I'm sure that the lot of peoples are curious about. Can we use this macropad for PC gaming? Thinking for more action oriented games where the buttons w,a,s,d, are pressed continuously and combined?
@NerdCaveYT3 ай бұрын
Yes you can, for example if it was a fight game where you maybe need to press up down up left etc. you can add small delays between each one send. If it is combined then it will have no delay for example: keyboard.send(Keycode.SHIFT, Keycode.A) this send both shift A at once for select all as an example.
@armand99103 ай бұрын
Awesome🎉
@NerdCaveYT3 ай бұрын
Thank you, het jy discord ek sukkel met my whatsapp
@gramozshala96293 ай бұрын
CAN YOU DO a bluetooth one
@NerdCaveYT3 ай бұрын
I have looked into it, it seems their is more support making one using the arduino environment with the Pico, I will research a bit more into the topic
@3ircle8553 ай бұрын
Great video.Can you make a 2fa divice with raspberry pi pico❤
@NerdCaveYT2 ай бұрын
like a macro that stores your key or you need to use something to verify you as 2fa?
@johantjie3 ай бұрын
Wow! Baie interessante projek.
@NerdCaveYT2 ай бұрын
Dankie, Dis nou al n ou series ek moet dink hoe ek dit kan verbeter
@tubeDude483 ай бұрын
Why not MicroPython?
@NerdCaveYT3 ай бұрын
MicroPython does not have the HID library support
@tubeDude483 ай бұрын
@@NerdCaveYT - I control hardware with MicroPython; no problem.
@Alvin_Ajith3 ай бұрын
@@tubeDude48 You need HID support to interface with a PC as if the Pico was an HID device like a keyboard/mouse, which MicroPython does not support as of now.
@tubeDude482 ай бұрын
@@Alvin_Ajith - That's true in some cases, but for what he is doing, MicroPython will do this simple task.
@Alvin_Ajith2 ай бұрын
@@tubeDude48 Can you please let me know how to, because I was trying to use micropython about a year ago to make a small macropad with the Pico. And gave it up when I realised I had to go with circuitpython instead 😂🥲