Darrel, maybe a more detailed explanation of the application is needed in hopes you can advise me of my best options.
The client is using temperature sensors as described at this website: http://www.vfcdataloggers.com/usbtcdatalogger.aspx As you can see each temperture monitoring unit is also a data logger and has a USB port that is used to access the stored data on the device. He wants me to provide a wireless gateway so that the temperature readings on these devices can be transmitted via WiFi to internet and displayed on a web page. He wants my embedded wireless controller to interface simultaneously with both of the temperature monitor devices to monitor two temperature probes at two different locations in a refrigerator....the freezer and the refrigeration compartment.
Therefore, my embedded controller has to have two USB ports and be able to dowload the temperature data from both temperature monitors on an hourly basis when an alarm interrupt is received from a RTC that will be in the embedded controller. The temperature probes will be continuously plugged into the controller via thetwo USB interfaces but will only download when qued to do so by the controller. The PIC microcontrollers (plural assuming one will be required for each USB Port) will(each download the hourly temperature reading from their respective thermometer that is plugged in to its USB port. One of the two pics will also be interfaced to the RTC and to the WiFi module as well as its thermometer/USB port. This "master" PIC will monitor the alarm interrupt from the RTC and upon receipt of an hourly alarm interrupt will start the data loggin/reporting process. The other PIC must send the measurement that is downloaded from its thermometer/USB port to the other PIC (serial?), which will then send both temperature readings to the WiFi module for reporting over the internet to the website.
With this kind of a configuration can't I program each of the PICs with PBP to download the temperature readings from their respective USB ports without having a "Host Mode"?
Bookmarks