Hi, It works with Arduino uno R3 but not with the R4 Wifi? In the serial monitor it shows the data but when I connect excel it does not show for R4, whereas it does for R3. Is there any workaround for this?
@ChefJeffPhD25 күн бұрын
@@Unfreeze007 I’m not sure if the R4 is supported by Excel Data Streamer. I’d recommend trying another Serial terminal option called CoolTerm (I made a video about this) or writing/finding a Python code that can read the data via the PySerial library.
@pkmrpotassium27 күн бұрын
Thank you!
@jacks_wasted_lifeАй бұрын
very helpful
@KiranKumar-dj5pwАй бұрын
sir how to setup flow simulation study - suppose a gas like N2 at 300℃ entering a reactor and heating catalyst which is initially at room temperature, i want to time taken for the catalyst bed to reach 300℃, please help me
@fougamagister88622 ай бұрын
very interesting, thank you !
@tukangngajar232 ай бұрын
How to set title column automatically
@ChefJeffPhDАй бұрын
I'm not sure how to do that in CoolTerm. There might be a setting that could accomplish that. One option would be to trigger the "Serial.print();" functions using a button or other boolean command and then have the first print statements after the data collection trigger be the column titles separated by commas. That would probably work.
@jasonlipavsky73712 ай бұрын
what board are you selecting in arduino ide?
@sirclippliers3 ай бұрын
Great Vid and it might explain my issue I have had. I also wonder if it will do exactly the same with an ESP32 board? (only cos I have one)
@CrisRed-y9k4 ай бұрын
how would this change if you use it in the flow simulation
@audreyflores2434 ай бұрын
Thank you for provide great instructions. Have a great weekend.
@GolFoxtrotAlpha4 ай бұрын
Hello, is it possible to record "TIME" colon also? When I want to export CSV file, I wan't to see time info.
@negarmeshkini23044 ай бұрын
I have also same problem. Did you fix it?
@cattflap144725 күн бұрын
@@negarmeshkini2304 Same here, without the timestamp it's useless.
@ancientmoon43034 ай бұрын
Your video is excellent, explain clearly and in detail. Learn a lot indeed. Do you use Ansys? I am eager to watch your some video Ansys thermomechanical simulation using Ansys software.
@vikramwanjari5 ай бұрын
Your 100th like Professor!
@1953MikeT6 ай бұрын
Arduino with Excel is a recreational programming Disneyworld. Never had such fun. And this video made it even better. Thank you, ChefJeff!
@Bmagj26 ай бұрын
This video reallh helped me submit my diagram for my technical project professionally. I dont know why they dont have the H-bridgequad driver IC natively, so I created one with the assistance 5 mins of this video. Thanks!!
@hoangduong75506 ай бұрын
how to draw a thermostat, sir?
@daisywong-ke1kz6 ай бұрын
Great Work Jeff! We'd love to offer you some boards if you might need them in the upcoming content. (PCBWayDaisy)
@ChefJeffPhD6 ай бұрын
That would be great! I’ve been meaning to create some PCBs.
@felipebustamante26657 ай бұрын
means that you need the arduino?
@wanraziman55778 ай бұрын
My excel not recognised the Arduino com, how to fix it?
@ChefJeffPhD8 ай бұрын
I’d recommend trying to verify and identify the Serial COM port in the Arduino IDE, view the data in the Arduino IDE Serial Monitor, close it, and try to connect to it in Excel.
@bjy7039 ай бұрын
hi please help me out, i have a arduino uno r4 wifi board and everything is working fine except when i press start data, no data seems to be streaming in
@fiaviy.52982 ай бұрын
I think that's a known issue. It's not quite compatible with recent new arduino versions. The potential solution is to add Serial.dtr(); in the setup function.
@ChefJeffPhD27 күн бұрын
Hmm I’m not sure about this issue. I just got an R4 recently to try out but haven’t had time to test it. Could be compatibility issues like the commenter suggests. It’s new hardware, so I’m unclear if it’s supported in Data Streamer. This setup should theoretically work with any Serial Output from a COM channel. Maybe you could try using CoolTerm - I made a video about that too.
@Черезтернии-ю5ч9 ай бұрын
thank you
@rufustoad19 ай бұрын
Thats good stuff. I am trying really hard to learn Arduino but most people do not explain what the line functions are like you have. That is very helpful to a guy starting out.
@KC2DZB10 ай бұрын
I didn't realize that Excel had that feature, this will be very handy - thank you. Also, you can copy from the Arduino IDE serial monitor, I did it this afternoon.
@ChefJeffPhD8 ай бұрын
For some reason I’m not able to copy paste from it. I used to be able to do it on V1.7 before the current Arduino v2.X software update.
@glennfelpel978510 ай бұрын
This is a great presentation. I did not know this can be done. And in addition, I too use SolidWorks in my daily work and I noticed you have several SolidWorks related videos. Thank you for sharing the Arduino information.
@klave851110 ай бұрын
Great explanation, I didn't know about the Data Streamer, it looks really useful!
@sihui._.750810 ай бұрын
Hello, i have a project that is using MP3 all the code is fine and if i connect my earpiece to the MP3 it will work but when i connect to the speaker its very soft, what can i do?
@diyoregonnowtexas920210 ай бұрын
Can you make a video showing how to attach a separate momentary switch for each channel.
@diyoregonnowtexas920210 ай бұрын
I followed exactly but cant get it to trigger at all. I dont understand high or low. what do you mean? Plus I cant see exactly where the wires are plugged in on your modules. Too blurry.
@jifanluo805110 ай бұрын
Hi, Why I can have a black Convection icon and a blue convection icon also?
@BumDad11 ай бұрын
The day I even consider putting a $70 mouse in my shopping cart…
@ChefJeffPhD10 ай бұрын
Ha I didn’t even notice that! Didn’t end up getting that mouse.
@mikelowrey542611 ай бұрын
Thanks for making the video, is it possible to set up one trigger with multiple different sounds that you can skip thru?
@larrybud Жыл бұрын
No UART mode example? Grounding specific pins might be fine for a couple of sounds, but you quickly use up all your GPIOs if you do it this way.
@rondove9868 Жыл бұрын
I got this board. It is perfect for what I want to do . I am using a ultrasonic sensor at 2 different thresholds I want to play a sound. It works but when I have it set to return to high after my last threshold. It just repeats the last sound byte . What am I doing wrong?
@ChefJeffPhD Жыл бұрын
I found that it works best if you trigger an adjacent pin with no sound or a short sound to interrupt playing the first sound. It’s a bit of a hacky solution, but it usually works. The pins sometimes play the whole song or sound when triggered with a short press. There may be some timing to the triggering it I’m unaware of. Try triggering an adjacent pin to stop the sound.
@rondove9868 Жыл бұрын
@@ChefJeffPhD wow didn't think you was going to reply so fast for being a older video.. I'll give it a shot. I have a couple more things I want to trigger with it. by looking at vague instructions, it says once trigger 7 is done it goes back high. I have 6 things to have triggered and I will make 7 no sound .
@rondove9868 Жыл бұрын
@@ChefJeffPhD hey there, after many many attempts to get this to work. I figured it out .. I had to write the code in the void setup to treat the mp3 trigger by receiving a signal from a button. But there is no button.
@retrobombstudios1258 Жыл бұрын
im asumming this could be connected to a 3.3 v pico too as long as as the voltage is taken care of.i am wondering though,how would i go about attaching leds to this also.Is this possible?
@ChefJeffPhD Жыл бұрын
I believe that this chip is supposed to work on 5V. I’m not sure if 3.3V will provide enough power for the chip and electronics on board, but it could be worth a try. I don’t have this board on hand anymore to check. You could attach LEDs onto the trigger pins to visualize the trigger logic - they will be high by default and low when triggered. It would probably be better to use the microcontroller to attach the LEDs.
@larrybud Жыл бұрын
You need 5v. You generally have 5V going into the pico which you can tap off the VBUS pin of the pico to get your 5v.
@toysforboysrc Жыл бұрын
Professor I still have a question, can this board respond to PWM? I know that I can use individual PWM switch boards in order to control each pin via PWM, but is there ANY other playback board like this one that responds to PWM?
@howdydoody30204b Жыл бұрын
Thanks for the video. I'm not using an arduino, though. How might I trigger this using, say, a "Try me" button? Also, I'm using the DY-HU8F module, and I rashly deleted the files that were on it, but I remember that they were named like "1-whatever.mp3", "2-whatever.mp3", and so on. So, is there flexibility in the naming? As you observed, instructions are minimal.
@ChefJeffPhD Жыл бұрын
I believe the filing naming needs to be “0001.mp3”, “0002.mp3”, etc. the file naming does need a specific format when triggering them directly from the pins. If your using another device or a button, you can give the board 0V and 5V and solder a connection to one or more trigger pins that correspond to the file naming convention. You pull the trigger HIGH (5V) to not trigger the mp3, and pull the trigger pin LOW (0V) when you want to play a song. That should work!
@howdydoody30204b Жыл бұрын
The sound level is very low. Can hardly hear on my laptop.
@eldjmasterfreddy4366 Жыл бұрын
Great video presentation thank you for your time
@Badassiguess Жыл бұрын
Hey, uhh how can i add heat regeneration within the part i'm designing?
@ChefJeffPhD Жыл бұрын
What do you mean by “heat regeneration”? Do you want to add a heat source?
@dotBAIT Жыл бұрын
My SerialMP3Player doesnt power on.
@toysforboysrc Жыл бұрын
I have a question… is it possible to activate those “audio pins” via PWM signal?.. if not, will Arduino help make that possible?.. I certainly do not want an individual relay for each pin, but my application is PWM and I would greatly appreciate it if you could give me any info and point me in the right direction?🙏
@mydmcdelorean Жыл бұрын
Hey, great video. I need some help.... am using an MP3 trigger board to play a sound to sync with lights from a prop but there always seems to be a 1.5 sec delay for the MP3 to play when triggered (even using a relay). Do you have any tips as to how to make a sound play instantly as soon as a trigger voltage (high 3.3v) is applied so it syncs perfectly with the prop I am using (which triggers instantly). Delaying the prop is not an option in this case unfortunately. Thanks in advance
@ChefJeffPhD Жыл бұрын
I haven’t used this chip in awhile, but I recall that there was very little delay between grounding the pin and the audio playing. Keep in mind that the pins need to be grounded to play (with a common ground to the Arduino), not pulled high to 5V or 3.3V. This may be part of the reason why there is a delay in the sound playing, or there is a blocking delay of some kind in your code. You could test the functionality by manually grounding the trigger pin with a wire by hand to check the triggering and sound delay.
@mydmcdelorean Жыл бұрын
@@ChefJeffPhD thanks for the quick reply. Yes I think you are correct, grounding the pin does work a lot quicker. How could I make the sound trigger this way without having to physically touch the pins or press a switch? I need a digital pulse to ground the pins with no delay to make the sound work
@larrybud Жыл бұрын
Couple of things: First, make sure your sound file doesn't have empty space at the start of the file. If there's a 1 sec gap of no sound at the start of the file, the device will "play" it, but since there's 1 sec of no sound, you won't hear anything for 1 second. Two, relays aren't instant. If you need to trigger this when something goes high instead of low, use a transistor. I see in your other message that you need a digital pulse. Are you using a microprocessor? If so, you would set the digital output to pull up HIGH, and then trigger it by writing LOW to trigger the sound.
@corycoral7072 Жыл бұрын
Thanks man, ive been trying too get this to work for my project for so long. You made it easy to follow, enjoyable and yes, got me with the rick roll lol
@jasongibson4 Жыл бұрын
Anyone know how to make this randomly place a selection?
@toysforboysrc Жыл бұрын
… I’ll try to answer.. the playback module just holds onto the audio files and has 7 channels or contact points that activate the assigned audio to that given channel number file to play. So having an arduino or raspberry is just another board added to the equation because those boards perform the action for you.. so instead of you manually triggering the playback module to play an audio file just by you closing the circuit with the ground wire, the arduino or raspberry can do that for you. So now what’s missing is the tool or method you want to use to trigger arduino to trigger the playback module at any of the given 7 channels. The arduino and raspberry can be activated by using a voice detection board, a motion detection board, a vibration detection board, a temperature detection board, and even a hand gesture sensing board. These are small and cheap and most other boards that perform tasks will respond to any of these sensor boards I mentioned. However if you’re wanting the music to repeat or play the next song fully automatically., then you need to tell arduino or raspberry exactly what to do and when to do it, which might just be coding jargon. The least complicated way to avoid coding or just the thought process in general would be to have a board, any board, but one that has a “shuffle” feature or random select feature and let it do all the communicating with the playback module for you. Hope that was helpful I’m still learning, I haven’t even touched one of these things yet, I’m still researching for myself so I can apply the technology to my large scale RC cars🙏👌💯
@reball10 Жыл бұрын
Nice video! FYI TX transmits data and RX receives data so you always have to connect the TX of one device to the RX of the other so you having to flip the pins is totally normal. if TX is connected to TX and RX to RX neither device can transmit or receive data. Device 1 TX goes to Device 2 RX Device 1 RX goes to Device 2 TX for serial communication to function. Thanks again for the video!
@williamtucker3700 Жыл бұрын
I really learnt a lot about using the Arduino IDE from your example. Great stuff!
@boundary1918 Жыл бұрын
Thank you. And tell me if the machine is homemade, which post processor to choose?
@adamshockey8501 Жыл бұрын
Great video. Im using a Nano Every board and a YX5300 and I want to play more than one song on the card, without buttons. Just play from "track1" and go through what's on the SD card once it boots up. I'm extreme newbie. Any help would be great!