Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDE2_UDP example for download here free (feedbacks are wellcomed)
Hi all.
My goal is to get about 3Mbytes/sec data transfer rate from my DE2 board to PC. Here in this example I get about 1.2 Mbytes/sec. I'll accept comments about, how to speed up this, as well as suggests to improve the code, and some feedback from people that have interest in this theme. Could be in this thread or private. You can download the full project from: http://www.btxsistemas.com.ar/net2.zip I've used Quartus II 7.2 full suite. And the Wireshark software (http://www.wireshark.org/) like a net sniffer, but also, I've included in the main project folder, a UDP reciever to test the comunication between the DE2 board and the PC, if you wont to download the wireshark. Don't forget to specify your IP address and your MAC address in the NIOS hello_word "C" code to get it work properly. The main project is a modification of the DE2_NET demostration code that comes with the DE2 board. Have fun, and I'll be waiting for some comments.94 Replies
- Altera_Forum
Honored Contributor
I need connet the altera de2 with my computer using wireless someone can guide me with this project
- Altera_Forum
Honored Contributor
You can try to plug a wireless access point into the kit's Ethernet port, but if you are beginning with the kit you should try to start with something simpler...
- Altera_Forum
Honored Contributor
--- Quote Start --- hi, I got it work, but somehow there is some delay between the character send. Can anyone give me advise? --- Quote End --- I want to use DE2 or de2_70 to receive packets from pc,but I failed.May you send me an email that include your project?My email:[email protected],thank you so much. - Altera_Forum
Honored Contributor
Hi all,
I have tried execute the project to Ethernet DE2 Board (first post: http://www.alteraforum.com/forum/showthread.php?t=3947&highlight=ethernet&page=7) and I didn´t get sucess. When I tried do this I had a problem with the SBT for Eclipse. The follow error appears on my project: ERROR LOADING MANAGED MAKE PROJECT INFORMATION FOR PROJECT HELLO_LED_0. THE TOOL DEFINITIONS USED TO CREATE THE PROJECT ARE NOT AVAILABLE. I think it's cause my Quartus is 10.1 and the project was developed to 7.2. Anyone can help me with this problem??? - Altera_Forum
Honored Contributor
--- Quote Start --- Hi all, I have tried execute the project to Ethernet DE2 Board (first post: http://www.alteraforum.com/forum/showthread.php?t=3947&highlight=ethernet&page=7) and I didn´t get sucess. When I tried do this I had a problem with the SBT for Eclipse. The follow error appears on my project: ERROR LOADING MANAGED MAKE PROJECT INFORMATION FOR PROJECT HELLO_LED_0. THE TOOL DEFINITIONS USED TO CREATE THE PROJECT ARE NOT AVAILABLE. I think it's cause my Quartus is 10.1 and the project was developed to 7.2. Anyone can help me with this problem??? --- Quote End --- Try using Nios II 9.1 IDE, not SBT for Eclipse, probably it's still available with your Quartus release - Altera_Forum
Honored Contributor
Did you run this project?
And did you have success?? Cause now, I already tried with the 7.1, 7.2 (IDE) and 10.1 (SBT). None of them ran. I tried create a blank project and to execute over the bitstream generated for the exemple DE2_NET but appears a SysID error. thnkx!!!!! - Altera_Forum
Honored Contributor
--- Quote Start --- Did you run this project? And did you have success?? Cause now, I already tried with the 7.1, 7.2 (IDE) and 10.1 (SBT). None of them ran. I tried create a blank project and to execute over the bitstream generated for the exemple DE2_NET but appears a SysID error. thnkx!!!!! --- Quote End --- The code runs fine in Quartus 7.2 and DE2, verify for your setup. Cheers. Alberto. - Altera_Forum
Honored Contributor
HI,
I have few questions about DE-2 using a module Wifi, YOU HAVE ANY RECOMENDATION FOR ME? - Altera_Forum
Honored Contributor
While I might not be able to help you personally. Some more details about what you're trying to do would be very helpful, such as what module, do you have it working over wired yet, which version of Quartus, etc...
- Altera_Forum
Honored Contributor
Greetings driscoll42
I intend using the card DE-2 wifi achieve the realization of communication. The module to use in which I was thinking are: WIFI DFROBOT SHIELD (http://www.robotshop.com/world/dfrobot-wifi-shield-arduino.html) Or the WIFI-PROTO (http://www.mikroe.com/eng/downloads/get/1144/es_wifi_p_manual_v101.pdf) The Quartus version of which disposal is the Quartus II Version 9.1 available to me. And what I try is first sent from my PC via wifi, a character for the DE-2 receptors and it can be used for the lighting of a lamp. This test is to keep it simple I want to do too much to start.