Wifi communication with microcontroller

AI Thread Summary
The discussion revolves around selecting the right devices for establishing WiFi communication between a PC and a microcontroller (MCU) for displaying messages on an LCD. The user is considering options like the Black Widow, an Arduino-compatible board with a built-in wireless module, and the MRF24WB0MA wireless module for PIC microcontrollers. Concerns are raised about the complexity of wireless links and the importance of choosing products with strong support and documentation. The necessity of understanding specific project requirements such as range, power, size, price, and latency is emphasized. Ultimately, simplicity is recommended, with a caution against the potential complications of wireless communication.
maestro63
Messages
3
Reaction score
0
Hi, I'm doing a project to send messages from a PC to a micro controller using WiFi. The MCU will intern display the message on an LCD. I have doubts about what devices I should buy to make the wifi communication and also what type of MCU I need to buy?...Any suggestions...
 
Engineering news on Phys.org
What are the devices found so far and why do you doubt them?
 
I have done some research but haven't found any devices so far and I needed suggestions on which MCU comes with wireless module or do I need to buy the wireless module separately??...I only need to send a maximum of 32 characters message since the LCD is 2 by 16.
 
actually I found out I can use Black Widow which is an "Arduino Duemilanove compatible clone but it has some components switched out for surface mount equivalents to free up space for the wireless module" http://www.seeedstudio.com/depot/blackwidow-10-p-613.html?cPath=79_82...I am not sure which components have been switched..

Also found out on MRF24WB0MA wireless module which is connected to PIC microcontrollers via a 4-wire SPI interface...so which option should be sufficient and less complicated to implement my project??...thanks
 
I think it will be difficult for anyone here to judge which will be sufficient as we don't know the requirements of the project. For example, is there a range, power, size, price, or latency requirement (to name a few)?

I guess my first suggestion would be to avoid wireless links. Especially if you want to keep the project simple.

And if it absolutely must be wireless, go with whatever product comes with the best support and documentation because you're definitely going to need it. Wireless links, and their drivers, have a way of breaking in ways you wouldn't expect.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...

Similar threads

Replies
4
Views
2K
Replies
5
Views
2K
Replies
3
Views
1K
Replies
1
Views
3K
Replies
2
Views
2K
Replies
7
Views
2K
Back
Top