Jump to content

hola

Members
  • Posts

    5
  • Joined

  • Last visited

Reputation Activity

  1. Like
    hola reacted to JColvin in Enabling Pmod wifi with FPGA board   
    Hi @hola,
    I'd like to offer some words of caution regarding your goal of transmitting wireless data with the Pmod WiFi. I will start by saying that yes it is technically possible to do what you want, but there are a few things to consider.
    - The 54 Mbps listed on the Pmod WiFi is the theoretical maximum rate available through WiFi 2 networks (previously known as 802.11g). These rates, quoted from Microchip's datasheet, are really only obtainable in specialized lab setups. The speed you will get will be much lower than that due to latency, overhead associated with the software stacks, and general quality and traffic on the actual WiFi network you will connect to. Because of this, I don't have a real-world transfer rate to quote for you, but I would also not be putting all of my expectations that the 30 Mbps will for sure be achieved.
    - "My first question at this point is that can I just follow the steps explained in the youtube video even with VC707 board which is not your product." You would not be able to use these steps directly, no. A number of the steps used various board file materials from Digilent to help enable the connections. You might be able to download Digilent's vivado-library, https://github.com/Digilent/vivado-library, and just add the Pmod WiFi IP to your block design and get the appropriate AXI and MicroBlaze connections made, but I don't know what other nuances might be associated with that.
    - "My second question is that could I communication data through FPGA board andĀ Pmod wifi by using SPI communication?" All protocol and associated WiFi stack materials are available in the documentation and driver/src materials for the Pmod WiFi: https://github.com/Digilent/vivado-library/tree/master/ip/Pmods/PmodWIFI_v1_0. The demo that is closest to what you are describing would be the HTTPServer demo where you are able to set and view the status of different IOs on the FPGA through a locally hosted .html page. It does not offer streaming of data so to speak, though the echo server/client demos could probably be adjusted on both the board and host computer application side to change this behavior.
    - Since you are new to this field and will probably want to be doing a lot of proof of concept and other development work (though I don't know your system constraints or budget) I would probably recommend getting a lower cost board than the VC707 to get some development testing done. You can also do a lot of development work in Vivado and SDK/Vitis directly without any hardware to make sure all of the board designs and applications are able to build correctly if you wish.
    Thanks,
    JColvin
  2. Like
    hola reacted to zygot in Wifi communication with Zybo Z7-20   
    I'm sure that, with some work it's possible.

    Are you just looking for wifi connectivity or do you have a minimum data rate requirement? This might be important to consider. It depends on the wifi device being used and how it is used.

    You should look around the Digilent forums for example projects, and at the Digilent PMOD product pages, and Digilent Git repositories to get an idea of what's immediately available to bootstrap your projects. I'd also investigate the wifi device manufacturers websites for information. Really, the answer depends on what exactly you want to do.
×
×
  • Create New...