Wireless voice changer instructions
6:16
Robot voice changer demo
1:52
Ай бұрын
Fusion 360 basic tutorial No 2
3:38
Fusion 360 simple tutorial
9:11
4 ай бұрын
Padawan 360 board for a UK client
4:37
Evinrude etec 90hp
1:03
8 ай бұрын
Padawan 360 on Ryobi tool battery
4:11
Cylon Eye Lights / Larson Scanner
1:02
Flickering lantern
1:17
Жыл бұрын
USB Host Shield Fix
1:09
Жыл бұрын
Padawan 360 with Sabertooth 2x12
2:23
Padawan 360 board
1:57
Жыл бұрын
24v Padawan system
1:48
Жыл бұрын
Lobot kit
0:51
Жыл бұрын
Пікірлер
@Quirkomatic
@Quirkomatic Күн бұрын
Very cool!
@Sarahbuildsstepsequencers
@Sarahbuildsstepsequencers 4 күн бұрын
Unplug the battery prior to connecting the usb mini?
@Asundur17
@Asundur17 18 күн бұрын
What does this guy use to have his voice distorted is it in person or in post?
@sou1creeper211
@sou1creeper211 22 күн бұрын
Hello, I realize this is an older video but do you have any idea where to get the sound files for the ID10 droid? Thanks in advance!
@zumbifer
@zumbifer 22 күн бұрын
I like different than the original Proton pack designs nowadays
@FutatabimeNochancesu
@FutatabimeNochancesu 23 күн бұрын
This isn’t ghostbusters. Sorry this was a left wing propaganda shit feminist abomination
@harkthrokgedunth
@harkthrokgedunth 28 күн бұрын
Are guys still making these lights and the headsets?
@BenjaminHartley-zf3jl
@BenjaminHartley-zf3jl Ай бұрын
This is awesome! I’ve been looking for a video like this for ages! Still learning script tho and i don’t think I’d be able to manage from scratch aha
@ImperialLightandMagic
@ImperialLightandMagic Ай бұрын
Worth looking at AI to get you started with writing code, ChatGPT (whilst purists will shudder) can get you off to a really great start and can get you very close with just a few prompts.
@BenjaminHartley-zf3jl
@BenjaminHartley-zf3jl 6 күн бұрын
ive been at this for 8 hours and cant seem to get it to work ive tried so many different codes through chat gpt, any chance you could share yours? i keep getting #include <SoftwareSerial.h> const int motionSensorPin = 2; // Pin connected to RCWL-0516 OUT const int rxPin = 0; // Arduino D0 connected to DY-SV5W TX const int txPin = 1; // Arduino D1 connected to DY-SV5W RX const int ledPin = 13; // Onboard LED pin for indicating motion detection SoftwareSerial voiceModule(rxPin, txPin); // SoftwareSerial instance for voice module void setup() { Serial.begin(9600); // Initialize serial for debugging voiceModule.begin(9600); // Initialize SoftwareSerial for voice module pinMode(motionSensorPin, INPUT); pinMode(ledPin, OUTPUT); // Initialize the DY-SV5W Voice Playback Module delay(500); // Delay to allow the module to power up sendCommand(0xAA, 0x02); // Command to set module to MP3 mode } void loop() { if (digitalRead(motionSensorPin) == HIGH) { Serial.println("Motion detected!"); digitalWrite(ledPin, HIGH); // Turn onboard LED on playRandomTrack(); delay(2000); // Delay to prevent multiple detections digitalWrite(ledPin, LOW); // Turn onboard LED off } } void playRandomTrack() { int trackNumber = random(1, 6); // Generate a random track number between 1 and 5 Serial.print("Playing track number: "); Serial.println(trackNumber); // Send play command to voice module sendCommand(0xAA, 0x03, trackNumber); // Command to play specific track } void sendCommand(byte cmd, byte para1, byte para2 = 0) { voiceModule.write(cmd); // Start byte voiceModule.write(para1); // Command or parameter byte voiceModule.write(para2); // Data byte (if needed) }
@jamesdennis2877
@jamesdennis2877 Ай бұрын
This is amazing, I was talking about doing a C-3P0 head with a motion trigger earlier today. I'll be dropping you an email about this once I finish my current R2 project.
@ImperialLightandMagic
@ImperialLightandMagic Ай бұрын
Look forward to hearing from you
@samh8977
@samh8977 Ай бұрын
These things are great, I used to have one until I lost it on the bus
@jcole8008
@jcole8008 Ай бұрын
Homeland Security has entered the chat
@AnTiZeRoDeadHeaven
@AnTiZeRoDeadHeaven Ай бұрын
Airsoft is starting to get real crazy 😂
@ailurii
@ailurii Ай бұрын
Do you think an Arduino Giga R1 would work well for this as well?
@ImperialLightandMagic
@ImperialLightandMagic Ай бұрын
Sorry I have no personal experience with the Giga R1 so don't really feel qualified to answer.
@ConnersWorld
@ConnersWorld Ай бұрын
Hi Steve, how can I reach out to you about a build request?
@ImperialLightandMagic
@ImperialLightandMagic Ай бұрын
email [email protected] sir :)
@danielsdevil
@danielsdevil Ай бұрын
Would it be possible to do a voice similar to Half Life Combine Ordinal? If its able to do voice similar to him I swear im gonna order it right now.
@ImperialLightandMagic
@ImperialLightandMagic Ай бұрын
Quite possibly yes, skip to around the 2 minute mark of this video: kzfaq.info/get/bejne/iZ5xZKqE0JO1c40.htmlsi=KGhAOrxNAhv2dQrD
@joeljain10
@joeljain10 Ай бұрын
noooooo
@Messi9999
@Messi9999 Ай бұрын
Nice 👍🏻
@defiantevents314
@defiantevents314 Ай бұрын
This looks great. Thank you for the build.
@ImperialLightandMagic
@ImperialLightandMagic Ай бұрын
Glad you like it!
@ConnersWorld
@ConnersWorld Ай бұрын
This is amazing! I wish I found this months ago. Would have saved me lots of time and money!
@ricksanchez56
@ricksanchez56 Ай бұрын
although i wasnt fond of the 2016 movie. i Loved the new models.The new models did Look amazing. and the proton pack has A FREAKING FARADAY CAGE
@wisteela
@wisteela Ай бұрын
That's great. It could also display bAng. Subscribed.
@ImperialLightandMagic
@ImperialLightandMagic Ай бұрын
Thanks, appreciate the sub :)
@davidpodmore5941
@davidpodmore5941 Ай бұрын
I’m sorry Steve for getting your name wrong apologies again, watching so many videos to get my electronics right
@davidpodmore5941
@davidpodmore5941 Ай бұрын
Hi Mike Are you using the Pololu Mini Maestro, PS great video
@ImperialLightandMagic
@ImperialLightandMagic Ай бұрын
Not sure who Mike is? :) Yes, the mini maestro is a 12 channel board, although software wise, I think they are all the same regardless of mini, micro etc.
@maxsgeekdom8514
@maxsgeekdom8514 2 ай бұрын
I am using flysky FS 16X TRANSMITTER AND an Arduino Uno
@maxsgeekdom8514
@maxsgeekdom8514 2 ай бұрын
I'm making an R5 and don't need the sabertooth or syren10 I was planning on using ESC does your software control esc I f I'm using FS-IA6B receiver.
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
No, this system is build specifically to use the xbox 360 transmitter and USB receiver.
@maxsgeekdom8514
@maxsgeekdom8514 Ай бұрын
@@ImperialLightandMagic aaah ok, thanks and keep up the great work.
@BenjoReacts
@BenjoReacts 2 ай бұрын
Hey Steve. If I’m seeing this right, you’re powering the Arduino through the Sabertooth?
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
correct
@jamesmcfarland8444
@jamesmcfarland8444 2 ай бұрын
I would love to purchase a set if by chance that you still have any available or even schematics. This is what I have been looking for for my BB-Chopper build.
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
Thanks for your email, hope I can sort you out :)
@DarrenPoulson
@DarrenPoulson 2 ай бұрын
Nice work! :D
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
Thanks buddy
@terminus2444
@terminus2444 2 ай бұрын
measure the volatage on the 3,3V Line with the HC125 - the 3,3V line goes up to 3,9-4,0V.... this voltage stop the MAX USB Chip... With a long USB Kabel on the Ardoino Schield - Drop the 5V voltage so much that the high voltage on the HC125 drop to 3,6-3,7V and the MAX still work.... In my test USB Shields work without a Voltage Pin on the HC125, lift the PIN 14 from the HC125 - pls reports y results
@pgocon
@pgocon 2 ай бұрын
Hey Steve, thanks for this video, seems to be I had issues also until you got me squared away, Much Thanks !!! is there a different sketch needed for the ADK Board or will the same sketch work?
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
Any mega sketch will work (I host one on my GitHub page which has maestro support already coded in) but make sure you select ADK board when uploading, not just mega (I’ve done a video about this too!)
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
@@brunobernier8870 to what?
@pgocon
@pgocon Ай бұрын
@@ImperialLightandMagic Hey Steve! it's me again.... so i picked up a Mega ADK board, i have included all the libraries from Dans GitHub page, the sketch i copied from your page. loaded it to the board (i think) but the Xbox receiver does not appear to be working. the xbox controller just continues to flash the green circle. I know i have got to be overlooking something simple. can you give me a clue as to how i am fat fingering this....... Thanks... Pat
@ImperialLightandMagic
@ImperialLightandMagic Ай бұрын
@@pgocon when you say flash the circle, do you mean it’s spinning (which is good) or all lights flash together? If spinning, you are probably good to go. If they all flash together, either they receiver and transmitter are not bound together, or the sketch is giving you problems. I have a video elsewhere about binding. Did you upload with the ADK board type selected (rather than just mega)? Hope this helps
@pgocon
@pgocon Ай бұрын
@@ImperialLightandMagic All the lights flash together like it is not bonded, however if i plug the receiver into my PC, the controller and receiver link instantly. board i selected was the Arduino Mega ADK.
@emrecakar5732
@emrecakar5732 2 ай бұрын
Hi, i need help with my Usb Host Shield and xbox 360 wireless receiver. Ive done what you said in the previous videos but its still doesnt work. I soldered the 3.5v and 5v, checked for the name problem but it didnt solve my problem. İ need to fix in 2 days for my school project. Can u help me?
@emrecakar5732
@emrecakar5732 2 ай бұрын
By the way ive seen your Mega ADK video but im very closed to deadline so i cant buy new parts and its a lot expensive. İm waiting for ur answers its very very very important for me, thank in advance.
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
@@emrecakar5732hi, did you confirm that the chip labelled AHC on your board is actually an AHC or a HC?
@emrecakar5732
@emrecakar5732 2 ай бұрын
@@ImperialLightandMagic Hmmmm.... İdk what is AHC/HC, im using clon UNO R3.
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
@@emrecakar5732 look for my video about fixing issues with USB host shields. There is a huge batch of shields made with an incorrect chip onboard which renders them useless, until you change the chip Hence why ADK boards are MUCH easier
@emrecakar5732
@emrecakar5732 2 ай бұрын
@@ImperialLightandMagic İts AHC
@VirtuallyMainstream
@VirtuallyMainstream 2 ай бұрын
Great video, thank you! Is it possible to have the servos manually controlled via the thumbsticks? For example, moving the holoprojectors manually using the thumbsticks.
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
not via the maestro no, it would probably be possible to edit the main sketch such that you could manage a couple of servos but this is a bad idea, as anything you do inside the main sketch (ie anything that your transmitter is able to influence) has potential for you to lose control of your droid.
@VirtuallyMainstream
@VirtuallyMainstream Ай бұрын
Thank you!!
@rprealitycosplay
@rprealitycosplay 2 ай бұрын
Hi Steve. I was able to upload the Arduino sketch for my mega ADK successfully. I do have a generic Microsoft controller. I changed the settings to the generic controller receiver, and everything seems to pair once I plug in the receiver to the Mega. However, when I press down on the joystick button, it does not seem to rotate through the numbers on the circular dial on the controlled like you were able to. Am I doing something wrong?
@VirtuallyMainstream
@VirtuallyMainstream 2 ай бұрын
This is amazing! Thank you so much for these incredibly detailed videos. Sorry if you mentioned it as I missed it, but is there any way to control servos via the thumbstick, like if I wanted manual control over the holoprojectors? Thank you!
@raspberrypiploy771
@raspberrypiploy771 2 ай бұрын
The exact same vape was delivered today and with the adaptor and air pump works incredibly well. One question ... how did you get the cap off to refill am scared of putting to much force on it. Thanks again... PS This.whole project cost less than £15 which is an £85 saving on the cheapest solution on Aliexpress
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
Force :)
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
If you think I’ve deserved a cup of coffee out of your savings, the paypal address is in the video description ;)
@raspberrypiploy771
@raspberrypiploy771 2 ай бұрын
@@ImperialLightandMagic done
@andywilx8815
@andywilx8815 2 ай бұрын
Hi Steve, like you I've been trying to get the Vape tip solution to work consistently with poor results. This is amazing and just what I'm after, thank you. I'll be popping one into my Daleks gun ASAP. Great work, thank you.
@raspberrypiploy771
@raspberrypiploy771 2 ай бұрын
That's Brilliant, I have been looking a portable rechargeable units and they are very expensive. Your Solution produces far more smoke than the expensive units as well.
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
Glad to help
2 ай бұрын
Awesome project
@JamesHouston
@JamesHouston 2 ай бұрын
Does the dfplayer work within padawan 360?
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
You’d need to rewrite the code to use the Dfplayer and it’s libraries
@YATOwen
@YATOwen 2 ай бұрын
That blue voice changer where do i buy that?
@ImperialLightandMagic
@ImperialLightandMagic 2 ай бұрын
@rprealitycosplay
@rprealitycosplay 3 ай бұрын
Great video Steve. Can you please tell me how many AMPs this system pulls? I am very new to electronics. If I had a 24v battery with 10 AMP hours what kind of run time would I get? I am using 24 v motors for the wheels and dome. I am really trying to figure out what battery specs I need and I am struggling. Any help would be awesome! Thanks
@joelrggizmo1373
@joelrggizmo1373 3 ай бұрын
I'm removing the 5W laser from mine my ORTUR 24V Laser Engraver 2 Pro and adding the 20W TO my ORTUR Laser Master 3 10W moving the 10 W laser to my Laser Engraver 2 Pro. where did you find that expansion board? I will take the power supply from my other one and swap everything out. I just need that control board. Can you please send an extension where you purchased it thank you.
@ImperialLightandMagic
@ImperialLightandMagic 3 ай бұрын
It came with the new laser module and also included the power supply.
@rprealitycosplay
@rprealitycosplay 3 ай бұрын
Hi Steve...thanks for the video with the new Arduino Mega ADK. So much easier than the Host Shield. Another question for you.....I am seeing that there is no Ground Loop Isolator on this set up like you have show before. Is there a reason for that? Also....trying to find the AVI Link Ground Loop Isolator is near impossible (especially in the US). Can you please recommend a Ground Loop Isolator for me to buy? Thank you sir! I LOVE LOVE LOVE LOVE this tutorials.
@rprealitycosplay
@rprealitycosplay 3 ай бұрын
Hi Steve...hopefully this is an easy question. I have an Arduino Uno and USB Host shield connected. I have ensured that the Host Shield is soldered appropriately to ensure the USB port provides power to the XBOX receiver. I am noticing, however, that the XBOX receiver is not powering up when plugged into the USB Host Shield, however, it does power up when plugged into my PC. So.....I tested the the USB host shield by plugging a USB cord into in and connecting it to a simply LED light....which worked. I am wondering if the USB Host Shield is not providing a full 5 volts to power the XBOX receiver? Is there something I can do to resolve this?
@ImperialLightandMagic
@ImperialLightandMagic 3 ай бұрын
On some receivers, the light only comes on when the device is communicating (why it lights when plugged into your pc) so that’s more than likely an issue with the host shield (have you seen my video about faulty usb host shields and changing the chip?) or the hardware ID
@rprealitycosplay
@rprealitycosplay 3 ай бұрын
Hi Steve. Yes. I did change the IDs per your video…still no luck.
@ImperialLightandMagic
@ImperialLightandMagic 3 ай бұрын
@@rprealitycosplay Have you checked the "AHC" chip? If you don't know what I mean, check out my video about fixing issues with USB host shield.
@rprealitycosplay
@rprealitycosplay 3 ай бұрын
Hi Steve...I love these videos...thank you so much. Please...help me understand. How can you use a 24 volt battery with parts which require less that 24 volts without a buck converter. I love how straight forward and simple this design is. I am just trying to understand how you get away without stepping down voltage. I appreciate any help you can lend me.
@ImperialLightandMagic
@ImperialLightandMagic 3 ай бұрын
Not sure which "parts" you are referring to. In my build videos, the amplifier is rated to 24v so no issues there. The speed controllers are both fine, and the arduino and sparkfun mp3 take 5v out of the two speed controller 5v outputs, so they are fine too. That's all the parts on my board. If you wish to add extras like servo controllers etc, then you may need to add a 5v buck converter, but that's not what these basic boards have. Hope this answers your question.
@rprealitycosplay
@rprealitycosplay 3 ай бұрын
Thank you Steve...yes....that is very helpful. I see now (looking at the video more closely) that your 24 volt battery is not plugged into the MP3, rather the Syren 10 is powering that component. Another question.....how to you address, with this set up, any worries about back EMF when the batteries are unplugged?@@ImperialLightandMagic
@ImperialLightandMagic
@ImperialLightandMagic 3 ай бұрын
@@rprealitycosplayI unplug my foot motors when pushing the droid around, just in case. (I use XT90 connectors between my sabertooth 2x32 and the wires that go to the feet)
@rprealitycosplay
@rprealitycosplay 3 ай бұрын
Thank you! Also….what 24 or 12 v batteries do you recommend for your setup?
@pgocon
@pgocon 3 ай бұрын
Frustration level is high... I can not seem to get past this error, no matter what i do.... ANY help would be MUCH appreciated.. I found the file, and attempted to put it every where i THOUGHT it might need to go, and just cant get it to accept it... here is the error. C:\Users\oconn\Documents\Arduino\libraries\padawan360_body\padawan360_body_mega_i2c_ino\padawan360_body_mega_i2c_servo.ino\NewSoftSerial.cpp:41:10: fatal error: WConstants.h: No such file or directory #include "WConstants.h" ^~~~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: WConstants.h: No such file or directory
@ImperialLightandMagic
@ImperialLightandMagic 3 ай бұрын
Try my copy and see if it compiles: github.com/Imperiallandm/padawan_360_mega_maestro/blob/main/Padawan360_body_mega_maestro.ino
@pgocon
@pgocon 3 ай бұрын
Getting a new error now, C:\Users\oconn\AppData\Local\Temp\.arduinoIDE-unsaved2024224-9828-8jliap.go7nr\sketch_mar24b\sketch_mar24b.ino:107:10: fatal error: PololuMaestro.h: No such file or directory #include <PololuMaestro.h> // added the Maestro libray ^~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: PololuMaestro.h: No such file or directory
@ImperialLightandMagic
@ImperialLightandMagic 3 ай бұрын
@@pgocon Yes, my version can control a pololu maestro board. You need to download and install the zip library from github.com/pololu/maestro-arduino in your IDE software
@pgocon
@pgocon 3 ай бұрын
Dam fine job, Compiled and uploaded...... You sir, are a life saver.. next time i am in the UK, will personally buy you a pint... Thank You....
@ImperialLightandMagic
@ImperialLightandMagic 3 ай бұрын
@@pgoconGlad you are sorted. If you wish to buy me a virtual beer, my paypal is [email protected] :)
@pgocon
@pgocon 3 ай бұрын
Frustration level is high... I can not seem to get past this error, no matter what i do.... ANY help would be MUCH appreciated.. I found the file, and attempted to put it every where i THOUGHT it might need to go, and just cant get it to accept it... here is the error. C:\Users\oconn\Documents\Arduino\libraries\padawan360_body\padawan360_body_mega_i2c_ino\padawan360_body_mega_i2c_servo.ino\NewSoftSerial.cpp:41:10: fatal error: WConstants.h: No such file or directory #include "WConstants.h" ^~~~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: WConstants.h: No such file or directory
@rprealitycosplay
@rprealitycosplay 3 ай бұрын
Hello....thank you for these amazing videos! Question....where is the "range" on the controller? Do you need to be fairly close to the R2 unit for good signal (assuming no nearby interference). Is there any type of antenna needed to increase the range?
@ImperialLightandMagic
@ImperialLightandMagic 3 ай бұрын
range is pretty good, certainly further than I would ever want to be apart from my droid in a public setting
@nicksadventures4362
@nicksadventures4362 3 ай бұрын
I have a board similar to this that I have put together but recently it has been giving me issues. Is there anyway you’d be able to help me with it please?
@ImperialLightandMagic
@ImperialLightandMagic 3 ай бұрын
What sort of issues are you having, how is your board put together? I could probably assist, if you don't mind "buying me a coffee" :)
@oliblake1
@oliblake1 3 ай бұрын
I am buying the components for this build but I was wondering what cable you used to connect the mp3 trigger to the amplifier? Thank you. Is there anywhere I can find a wiring diagram with cables needed?