components specification and software used to dump code and also there is several codes
@ece476017 күн бұрын
Is this a question, or what? The project is documented in the linked report. The project is 8 years old. The ONLY documentation is the report.
@eraslasta25 күн бұрын
Hello sir, I was wondering , Can I do this project with Artix-7 XC7A100T? Please let me know, Best Regards
@ece476025 күн бұрын
I know nothing about the device. I do know that FPGAs are compute universal, so the answer has to be ‘yes’. It would probably mean changing most of the code.
@Maksym_Palii27 күн бұрын
Mr. Land, may I ask you to clarify two points? 1. 21:21 - what if we put a potentiometer to the negative pin of the comparator instead of two 10k resistors? (In this case, we can regulate the level of threshold and adjust it for low signals) 2. 27:00 - will the SMA filter help with these periodic noises?
@VarungowdaKN28 күн бұрын
What are the components required for this project
@ece476028 күн бұрын
did you read the linked report?
@VarungowdaKN17 күн бұрын
@@ece4760 yes
@derrekvanee4567Ай бұрын
Plus one air!
@พ่อบ้านเกษตรไทยАй бұрын
😅😅😅
@พ่อบ้านเกษตรไทยАй бұрын
ความรู้ ดีๆ😊😊
@hainguyen992 ай бұрын
can you help me please, the ASL learner code link is not working
@ece47602 ай бұрын
Our server will not serve python files. I changed the extension so it should work, by you will need to fix the file extension.
@Juan-qv5nc3 ай бұрын
This is very interesting, thanks for explaining. Did someone made a mobile app for this yet?
@ece47603 ай бұрын
i don’t know.
@venturebone45823 ай бұрын
Code plz
@ece47603 ай бұрын
did you read the linked report?
@宋姿儀-o8w3 ай бұрын
If I want to do this project without module "the Computer system" and HPS, I just want to use the FPGA board only. But I have no idea to which pin can be connected to VGA _VS and VGA_HS. I would be grateful if you can help me with this problem.
@ece47603 ай бұрын
youwill have to write a state machine which generates VGA timing pulses.examle: people.ece.cornell.edu/land/courses/ece5760/DE2/indexVGA.html
If this experiment has been dropped from the lab would it be possible to share the PID code implementtion in C? If not atleast the skeletion pseudo code. Though I have seen such code from chatGPT however would be interesting to see the implementation from the instructor as there would invariably be some new insight.... :)
@ece47604 ай бұрын
did you look at the lectures for this lab? Lab 4 at kzbin.info/aero/PLKcjQ_UFkrd43P4lgzCot1hgiUu8onfaj
@ece47604 ай бұрын
also people.ece.cornell.edu/land/courses/ece4760/labs/f2021/lab3heilcopter/Lab3/Helicopter-PIC32.html
@johnadams62494 ай бұрын
Get this man a better board eraser!
@rosepriyajohnson7024 ай бұрын
Is it possible in Zynq board (Zedboard )
@ece47604 ай бұрын
Possible? Yes. Easy? No. You will need to recode every detail.
@nandanab39094 ай бұрын
Is this possible to do in zinq zedboard
@宋姿儀-o8w4 ай бұрын
Hey man.I just want to say you did a great job, but when I opened the zip file and wanted to learn, the code inside seemed incomplete. Is there any other v code you can give me for reference? Thank you so much , and have a good day!
@ece47604 ай бұрын
since the project is 7 years old, the only documenttion is the report. Sorry. Do you have a specific piece that is missing? The course documentation from 7 years ago is still online.
@宋姿儀-o8w4 ай бұрын
@@ece4760 Sorry, I'm not sure about this, but all the data type is "unknown" or "high impedance" after running the simulation.
@ece47604 ай бұрын
@@宋姿儀-o8w there is not nearly enough info here for me to understand what yu are actually doing.
@宋姿儀-o8w4 ай бұрын
@@ece4760 I would like to ask about the purpose of module "Computer_System". After clicking on the synthesis file, there are nearly 200 submodules in it, and some of them are garbled. I would like to ask whether those files are necessary for execution.
@ece47603 ай бұрын
@@宋姿儀-o8w The module links the Verilog to the Qsys bus and is mostly generated by the compiler from the Qsys description. Qsys == Platform Designer
@NANDANAB-g1l4 ай бұрын
Sir ,what is the benefical of using dijkstra algorithm because we have google map which will show this.
@ece47604 ай бұрын
the benefit for the students is learning how to do it themselves.
@SerBond0074 ай бұрын
is there any way to extend this for analyzing and detecting a specific sound in the array of sounds?
@ece47604 ай бұрын
code that is not written can do anything. sure, you could use the rising edge to get the timing, then analyse the sound perhaps with an FFT to detect specific frequencies.
@SerBond0074 ай бұрын
@@ece4760 what does the FFT stands for?
@ece47604 ай бұрын
@@SerBond007 google is your friend. en.wikipedia.org/wiki/Fast_Fourier_transform#:~:text=A%20Fast%20Fourier%20Transform%20(FFT,frequency%20domain%20and%20vice%20versa.
@182mm5 ай бұрын
몸좋노
@durgaholla43385 ай бұрын
Which fpga board is used here?
@ece47605 ай бұрын
did you read the linked report?
@ece47605 ай бұрын
terasic de1-soc with cyclone5
@durgaholla43384 ай бұрын
does SPARTAN 6 support this project? Like the vga and all..
@ece47604 ай бұрын
@@durgaholla4338 I have no idea. Read the manual, then get ready to recode every detail.
@superabbasalmani60795 ай бұрын
Mr. Lands💐🪻🌷🌹🏵🪷🌼🌻🌺🌾🌵🌲🌳⚘️🌵🌍🌐🌎🗺🏜🏖🏕 🎉😂🌴🌵 Thank you very much 🥳🙋♂️
@adrianteiusanu5 ай бұрын
Where do you use the potentiometer?
@ece47605 ай бұрын
First, you will note that this project is 9 years old, so any detailed memory is gone. The linked report mentioned a pot in the parts list, but no where else that I could find. Is that what you are refering to?
@adrianteiusanu5 ай бұрын
@@ece4760 Thank you for your reply! Yes that is the one I'm talking about. In the meantime i analyzed the linked report even further, and i assumed it is being used in the LCD circuit for the calibration of the contrast since there is no mention of it anywhere else, and there is no circuit for the LCD showed. Have a wonderful day!
@ece47605 ай бұрын
@@adrianteiusanu The old LCDs did require a pot to set contrast. They did not include it, because it was a stanadard part of the class infrastructure at the time.
@Santiago-Rj7 ай бұрын
Yo, thanks for show this. I love it!
@ananthakrishnank32087 ай бұрын
Cool stuff in Real-time!
@TooSlowTube7 ай бұрын
Does the SRAM timing just assume it's fast enough, so there's no need to worry about set up times and wait states? I don't see anything resembling code to allow for that sort of thing, but I can't really claim to fully understand what I'm looking at. I was wondering how to use external SRAM that isn't provided as part of a dev board. I'd pictured there being more to it than that.
@ece47607 ай бұрын
some sram (cyclone5 m10k) requies an explicit wait-state while reading.
@TooSlowTube7 ай бұрын
@@ece4760 Thanks. I didn't know that either. I've been meaning to try adding SRAM to at least one of the FPGA boards I've bought, but I haven't made a start on it yet. I can buy ready made SDRAM boards for a DE10-Nano, but I wouldn't really know where to start with using that sort of memory.
@ece47607 ай бұрын
@@TooSlowTube the sram we use is part of the fpga, not added on. SDRAM on the DE!-soc is handled by the QSYS platform designer tool.
@TooSlowTube7 ай бұрын
@@ece4760 I see. I thought this was using the physical SRAM chip on the DE2 board. I've looked at an example using QSYS, for the DE10-Nano, but it seemed really awkward and cumbersome. I found the user interface for making connections pretty annoying - it seemed to be disconnecting lines as i was trying to add more connections, like a bad dream. I was thinking of digital audio applications where it's important to get consistent timing, which seems easier to do with SRAM, even though it doesn't need to be particularly quick. Since I'm mostly doing it to learn FPGA programming, it would be nice to stick to all Verilog, so I have code for all of it, ideally without any black boxes of IP that I don't get to look in.
@ece47607 ай бұрын
@@TooSlowTube you do not need qsys for on-chip sram, and you canwrite all in Verilog, but Quartus will infer IP from your verilog to build memory using m10k blocks.
@Aaditya_Kumar_20047 ай бұрын
Hey will you please share the Python code you wrote?
@umut_c8 ай бұрын
Hi Bruce, I'm not sure if you'll see this but how do you connect the NTSC camera's power? I've seen a couple of other projects that use the same camera. Have the students been plugging these into digital power sources that you have in the lab to get 12V? Assuming they're 12V like the ones we have here in UK due to regulations for cars, like CAN bus etc. Love the videos. Thanks
@ece47608 ай бұрын
they used a small wall-wart 12 v supply
@umut_c8 ай бұрын
@@ece4760 Thank you!
@dhruvgoyal71638 ай бұрын
Why is it so that what you want to make is already made by someone? I mean the exact functionality.
@ece47608 ай бұрын
anything you make yourself is hard, even if it already exists
@MrSanjeeb18 ай бұрын
Which SPGA and what is the MAx speed of the signal that LA can detect
@ece47608 ай бұрын
did you read the linked report?
@smgaming80769 ай бұрын
Please explain also how to make this
@ece47609 ай бұрын
Did you read the linked report? What are you really asking?
@narenmisale63249 ай бұрын
hey i am doing the same workflow but using xilinx spartan 6 fpga board , and for some i am not able to generate bitstream. Can i get your email , i think you can help me out.
@ece47609 ай бұрын
this project is 4 years old, so I doubt that the students will respond. The only documentation is the linked report. Sorry.
@BeTechy12310 ай бұрын
4.5 Flex sensor
@BeTechy12310 ай бұрын
4.5 Flex sensor Vibration motor
@Ultra_Adventure10 ай бұрын
His heart sounds beautiful
@fjs111110 ай бұрын
Bruce, that is very impressive for a project. What university was this?
@ece476010 ай бұрын
cornell university, masters project
@yonkeuulen838010 ай бұрын
Daft Punk is good!
@bhvx878710 ай бұрын
Hi, can I have a contact detail?
@heyitsmea888310 ай бұрын
Is this Atmega 2560 because we have this module wanted to simple project on that so please help
@ece476010 ай бұрын
did you read the linked report? It is not, you could always pport the program.
@ashwin37210 ай бұрын
cool shirt!
@TheRealRedFlashlight10 ай бұрын
Needs to be a consumer product, guys. My Dad had one in the 1970s. What happened to that company????
@tinto27810 ай бұрын
LMAO this music, this video, this subject is truly gods work! 😂😂
@nishitbayen902110 ай бұрын
I just want to know how the map is translated? this is a great project, want to try this with my own country railway network Thanks in advance
@ece476010 ай бұрын
did you read the linked report?
@ece476010 ай бұрын
Please be more specific with the question. what do you mean by ‘translated”.
@Adeeshwarinaik5 ай бұрын
@@ece4760 how you created that map.. Thn how it is linked with code and fpga kit
@ece47605 ай бұрын
@@Adeeshwarinaik the linked report has the only information on this project. acording to the report, a jpg of the rail system was converted to a bmp file, then converted to a C header file.
@Adeeshwarinaik5 ай бұрын
@@ece4760 actually I didn't understand that conversion part.. Can you suggest some reference for that pls
@حازمجادو11 ай бұрын
Possible details about the application device used
@ece476011 ай бұрын
did you read the linked report?
@jahekeraton7255 Жыл бұрын
Nice tools, very good information. What is the maximum transmission distance if it deploy in underwater
@haxzol3362 Жыл бұрын
song name please?
@ece4760 Жыл бұрын
I believe that the music was open source background music from one of scores of web sites.
@aabdev Жыл бұрын
DTMF sends 4-bit. Is any DTMF-like standard to send 8-bit with sound? I want to update firmware via Mic.
@ece4760 Жыл бұрын
for decades data went over analog phone line as tones. look up ‘acoustic modem’
@limabravo6065 Жыл бұрын
Okie dokie I know this is old but having been in combat I can say this is a good idea on paper but not in practice. You don't want grunts like me to have a rifle with an (I'm assuming) on all the time laser. Regardless of that laser being in the visible spectrum or in ir, because: A. Grunts like me will get bored and start pointing those lasers at everything up to and including each other, which runs the risk of severe eye damage maybe even loss of vision B. Your night optics especially the light amplifier kind don't play well with intense sources of photons and will easily burn out But like I said good idea and I hope you guys developed it further maybe with passive rfid tech or something
@abdulqayyum4597 Жыл бұрын
Password for zip file?
@ece4760 Жыл бұрын
I just opened it with no password. None required.
@ardeshiraminian9841 Жыл бұрын
I have a legal question. Can students ask you to remove their videos from KZbin? Are you obliged to do that?
@ece4760 Жыл бұрын
I consider student video to be the property of the student(s). They have to explicitly allow me to put it up. They can withdraw that permission at any time. I have taken a few down over the years.