Пікірлер
@phuongpt1204
@phuongpt1204 2 ай бұрын
Is that real
@borjonx
@borjonx 4 ай бұрын
SOOOO COOL!!! tysm - just got mine from a friend; had never heard of Arduboy & never programmed w/a display. This tut was very helpful.
@MemeReacts12
@MemeReacts12 7 ай бұрын
sir pls help me i have uploaded all your code and also it is not showing any error but i cannot use my funduino joystick shield, pls help
@androPoint
@androPoint 8 ай бұрын
Aaaal fiiiin encuentro un video con todo lo necesario para usar el joystick shield como Gamepad!!!! Me he roto la cabeza tratando de lograr usarlo como un periférico pero no encontraba la manera y nunca se me ocurrió hacer un programa en Python (no se usarlo la verdad😅😅😅😅) you are brilliant!!!
@androPoint
@androPoint 8 ай бұрын
Hi i'm tried the coding of arduino and worked just fine but the code of python it won't work. It release the mesage: Exception has occurred: ModuleNotFoundError No module named 'imp' File "\Funduino-JoyStick\Funduino-JoyStick.py", line 1, in <module> import serial ModuleNotFoundError: No module named 'imp' i already instaled the serial and pyautogui libraries. i'm using the Visual Studio Code with the version 3.12 of python on windows 10. it's like it doesn't understand that it has to import the libraries and only read "imp" (that's what i understand of the error message). I have the program sublime text but i don know how to run it in tha program. if you can give me a hand to make it work i wil be really grateful. sorry for the writing i'm not use to write in english, hope its understand
@Godmil
@Godmil 10 ай бұрын
What a wonderfully concise tutorial.
@jacobtatze3772
@jacobtatze3772 11 ай бұрын
Will you come back? nice project btw
@engineerish
@engineerish 10 ай бұрын
Hard to say :) passion has taken me to new hobbies 🤙
@creative27feb
@creative27feb Жыл бұрын
Awesome👍
@mohamedaminesaidane7512
@mohamedaminesaidane7512 Жыл бұрын
how can i run it on ubuntu ??
@TheRealStructurer
@TheRealStructurer Жыл бұрын
I like the clean design and that it's very modular so can be printed even on smaller printers. Music was also nice, but bro, you need to adjust your volume between you talking and the music 😉
@tekanova7480
@tekanova7480 Жыл бұрын
Once uploaded to board, will the joystick show up on the the windows USB controllers calibration window. win11 H
@amppower
@amppower Жыл бұрын
Use flux led👍
@renegadethesandwing02050
@renegadethesandwing02050 Жыл бұрын
yes you did say "hi" lol .- .-.. ... --- --. --- --- -.. ...- .. -.. . ---
@keonscorner516
@keonscorner516 Жыл бұрын
0:11 what is the opposite word of light up
@Rohithkaki1124
@Rohithkaki1124 2 жыл бұрын
C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino: In function 'void setup()': C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:12:2: error: 'pinmode' was not declared in this scope pinmode(ButtonA_pin, INPUT) ^~~~~~~ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:12:2: note: suggested alternative: 'pinMode' pinmode(ButtonA_pin, INPUT) ^~~~~~~ pinMode C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino: In function 'void loop()': C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:29:2: error: 'button' was not declared in this scope button |= ((digitalread(ButtonA_pin) == LOW ? 1 : 0) << 0; ^~~~~~ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:29:2: note: suggested alternative: 'ultoa' button |= ((digitalread(ButtonA_pin) == LOW ? 1 : 0) << 0; ^~~~~~ ultoa C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:29:14: error: 'digitalread' was not declared in this scope button |= ((digitalread(ButtonA_pin) == LOW ? 1 : 0) << 0; ^~~~~~~~~~~ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:29:14: note: suggested alternative: 'digitalRead' button |= ((digitalread(ButtonA_pin) == LOW ? 1 : 0) << 0; ^~~~~~~~~~~ digitalRead C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:29:59: error: expected ')' before ';' token button |= ((digitalread(ButtonA_pin) == LOW ? 1 : 0) << 0; ^ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:30:59: error: expected ')' before ';' token button |= ((digitalread(ButtonB_pin) == LOW ? 1 : 0) << 1; ^ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:31:59: error: expected ')' before ';' token button |= ((digitalread(ButtonC_pin) == LOW ? 1 : 0) << 2; ^ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:32:59: error: expected ')' before ';' token button |= ((digitalread(ButtonD_pin) == LOW ? 1 : 0) << 3; ^ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:33:59: error: expected ')' before ';' token button |= ((digitalread(ButtonE_pin) == LOW ? 1 : 0) << 4; ^ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:34:59: error: expected ')' before ';' token button |= ((digitalread(ButtonF_pin) == LOW ? 1 : 0) << 5; ^ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:35:66: error: expected ')' before ';' token button |= ((digitalread(Buttonjoystick_pin) == LOW ? 1 : 0) << 6; ^ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:37:2: error: 'serial' was not declared in this scope serial.print(x); ^~~~~~ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:37:2: note: suggested alternative: 'Serial' serial.print(x); ^~~~~~ Serial C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:41:17: error: 'buttonState' was not declared in this scope serial.printin(buttonState); ^~~~~~~~~~~ C:\Users\Rohith\AppData\Local\Temp\.arduinoIDE-unsaved2022921-15040-pfgqsa.nspjh\sketch_oct21a\sketch_oct21a.ino:41:17: note: suggested alternative: 'buttonStates' serial.printin(buttonState); ^~~~~~~~~~~ buttonStates exit status 1 Compilation error: 'pinmode' was not declared in this scope may i know what is this error
@danielezambelli9745
@danielezambelli9745 2 жыл бұрын
Does it work even on Android?
@kylestashuk
@kylestashuk 2 жыл бұрын
Does this setup still work?
@kylestashuk
@kylestashuk 2 жыл бұрын
@Jannick Holm I took the dive last night as well and it works as expected.
@balubhai7926
@balubhai7926 2 жыл бұрын
I think this will help me make my thing Thank you 👍
@r3d3mpt10nn
@r3d3mpt10nn 2 жыл бұрын
Great value content, whats the audio latency like with this config?
@quarteratom
@quarteratom 2 жыл бұрын
11:34 And what license did the code you found on the internet have?
@EnergeticWaves
@EnergeticWaves 2 жыл бұрын
the trouble is it's useless
@thomasday6967
@thomasday6967 2 жыл бұрын
could this be used for a tv audio or is their a delay
@terrylarry5658
@terrylarry5658 2 жыл бұрын
Im working with python 3.9.13, not sure which version of your python and serial is working on but i kept getting the error "ValueError: invalid literal for int() with base 10" after some research i figure out they might have change the output value to binary instead of just string, which may explains the reason why its impossible to convert to int or float Since the video had been made a long time now I don't think you would be replying to my comment anytime soon, however this is just to warn any python3.9 or future watcher about this issue. Unfortunately I still wasnt able to find the solution to this yet. I will be appreciated if anyone can give any possible solution to this one, thank you
@terrylarry5658
@terrylarry5658 2 жыл бұрын
Update(solved) : just add a b behind the ',' , it works like a charmed The value is red as binary, so it must be read in b form
@yandyyay
@yandyyay 2 жыл бұрын
i love the design and the thiness, but i feel it neds more leds / better diffusion, would make a great wall clockk
@DorianDiaconuTV
@DorianDiaconuTV 2 жыл бұрын
It seems I’m having some issues with icecast2. Did anyone get stuck at the end with no status in the ip web page?
@isabelrobeson8377
@isabelrobeson8377 2 жыл бұрын
Do you have any advice for hooking Sonos speakers up to a *bluetooth* turntable, by chance??
@nicka113
@nicka113 Жыл бұрын
Connect the turntable to a Roam via bluetooth.
@isabelrobeson8377
@isabelrobeson8377 Жыл бұрын
@@nicka113 I have Sonos One is there another way? I don’t have a Roam
@nicka113
@nicka113 Жыл бұрын
@@isabelrobeson8377 nope, only a Roam or Move or will connect via bluetooth.
@HB-vi3om
@HB-vi3om 2 жыл бұрын
Nice! Thinking out loud here ... might add a button for backspace, one for shift, and one for carriage return. A space probably isn't necessary, but a pause of more than a few seconds shouldn't translate to a bunch of spaces. Hmmm. Support for iambic paddles ? ...Thanks for posting!
@vvteeseling
@vvteeseling 2 жыл бұрын
Will this still work today?
@sixteen12
@sixteen12 2 жыл бұрын
Shouldn't be an issue. You can still add a radio station to the sonos app, and ice cast and dark ice are still working.
@jhthrane69
@jhthrane69 2 жыл бұрын
What is the minimum specs for the rasberry . Will a vers 3 be enough?
@maxsandoval4246
@maxsandoval4246 2 жыл бұрын
Great VIdeo Is there a Way to use it connecting a HC-05 or something like that? Thank you
@ENDERLEGEND26
@ENDERLEGEND26 2 ай бұрын
Same query Did u find a soln?
@titangerd9654
@titangerd9654 2 жыл бұрын
Does this still work in Dec 2021?
@retrorocketman6969
@retrorocketman6969 3 жыл бұрын
Looks like Sunday FUN day with the mix drink. You go now! I liked your video. Can you show us how to build a sound detection module from the elect mic, cap, resistors and I think Lm386?? Please do man. Cheers Bro
@jaxondeneys7157
@jaxondeneys7157 3 жыл бұрын
whats the latency like?
@JoseGomez-lg4pm
@JoseGomez-lg4pm 3 жыл бұрын
I like it a lot these project. Is great. I will be do this. Thanks so much
@PhotonicallyProjectedAtoms
@PhotonicallyProjectedAtoms 3 жыл бұрын
Your not an actor this isnt a show just give us the info with out all the theatrics please for God's sake
@tuneyouup
@tuneyouup 3 жыл бұрын
🤮🤢
@overlandcamping
@overlandcamping 3 жыл бұрын
Works this with the IKEA speaker too?
@astolat
@astolat 3 жыл бұрын
attractive and cool! thanks for sharing this project
@astolat
@astolat 3 жыл бұрын
This is a very interesting project! If you made more detailed videos, your channel would already have a million subscribers.
@Santanapain
@Santanapain 3 жыл бұрын
What was the song at the end
@aleksajandric4487
@aleksajandric4487 3 жыл бұрын
gy
@reverse1014
@reverse1014 3 жыл бұрын
you are waste
@MatthewHarrold
@MatthewHarrold 3 жыл бұрын
My wife found an old timey morse code button thingy, my eldest son gave me a Pi Pico thingy at Easter ... now I'm half way to a clue on how to make a morse keyboard. $0.02 cheers.
@CaninsLupus
@CaninsLupus 3 жыл бұрын
Is this compatible with the latest sonos “s2” app?
@aeebjafar4194
@aeebjafar4194 3 жыл бұрын
Wow bro 😍😘😁
@ragraphicsartsigncompany7245
@ragraphicsartsigncompany7245 3 жыл бұрын
Very nice and warm project. Please sir can you do video on petrol station 7 segment price display with led pixel?
@roboticsgen2229
@roboticsgen2229 3 жыл бұрын
I apply your Code for Counter display.I show only First Digit.I not sure in #define DIGIT is I can set for Maximum how many digit.I plan to use 4 Digit.
@engineerish
@engineerish 3 жыл бұрын
Yes - changing the value of DIGIT should work
@theoneness
@theoneness 3 жыл бұрын
Is the latency due mostly to the compression process? I'm wondering what the config files should look like or what other requirements you would need if you did not want to compress the audio. A low latency/high bandwidth alternative would be so nice.
@marcelgommans2020
@marcelgommans2020 Жыл бұрын
You are listening to a record, not playing a game. Why would let's say a 1 second latency be an issue?
@NeedlerWoW
@NeedlerWoW Жыл бұрын
@@marcelgommans2020 maybe for DJing?
@slacksthegreat
@slacksthegreat 3 жыл бұрын
Can you point me in the direction of how to learn to code 7 segment or even 14 ws2812 leds i have one thats use 2 instead of 3 but i couldn't get you code to run. I wan to be able to input numbers or create a way to display the date with 2 numbers.
@engineerish
@engineerish 3 жыл бұрын
Hey! Well.. apart from experimenting with the code to understand what it does - I don’t have any advice on how to learn how to code this specific project. What’s not working for you when you’re testing my code? I guess you’ve seen that you can configure how many leds each segment contains (2 instead of 3)
@slacksthegreat
@slacksthegreat 3 жыл бұрын
@@engineerish I just need to understand the whole process more i am really new to this
@slacksthegreat
@slacksthegreat 3 жыл бұрын
@@engineerish i had to define pin D4 and not 4 and it works my leds are just out of order
@engineerish
@engineerish 3 жыл бұрын
Does your circuit work with any other example project with neopixels?
@slacksthegreat
@slacksthegreat 3 жыл бұрын
@@engineerish yes it does I figured it out I'm just trying to get the other digit to work with you code but my lack of understanding c++ is making it complicated I just need more practice, thanks for replying
@lukaspetersson4475
@lukaspetersson4475 3 жыл бұрын
Behringer UFO202 is expensive in my country, would a "Behringer U-Control UCA202" work? www.amazon.se/Behringer-U-Control-UCA202-gr%C3%A4nssnitt-USB-ljudkort/dp/B000KW2YEI/ref=sr_1_1?dchild=1&keywords=Behringer+UFO202&qid=1615141597&sr=8-1
@engineerish
@engineerish 3 жыл бұрын
Looks about right 👌 guess you can give it a try and return it if it doesn’t work
@ballamoto
@ballamoto 3 жыл бұрын
Right, after many hours (damn Python 3 updates throwing the coding off!) I have got my joystick working - my only problem is that it I cannot hold down the joystick. It only registers each direction input once. The readout on the Serial port is fine, the numbers are staying high if the joystick is pressed. But the python code seems to only allow a single press. It looks like this happens in the video at 11:22. Can you help?
@ballamoto
@ballamoto 3 жыл бұрын
Fixed, I just removed the line: "if key not in keysDown:". Otherwise once the key has been pressed and is added to KeysDown, the "pyautogui.keyDown(key)" will not run again, and the button will not be pressed again. I'll leave this here in case anyone has the same issue.