robertferanec
yes the board is the same and windows did not find it automatically
Announcement
Collapse
No announcement yet.
WiFi module
Collapse
X
-
I tried to provide WiFi functionality in my circuit via ESP8266 module.
I connect the modules Rx and Tx signals to a serial port of a CPU (legacy COM, Btw, I am sure the voltage levels match with each other). I beg the system automatically detects the module and load the drivers, However, Nothing happened!
Why you can not use USB WiFi dongle? That is probably the simplest way. Personally I prefer to use PCIE mini card WiFi modules (they may be faster than some USB WiFi modules).
Leave a comment:
-
Are you running Linux on your board? And what is your CPU is it ARM, x86, MIPS, ...? What are requirements for the Wifi (has to be fast)?
Leave a comment:
-
Thank you Lakshmi thank you robertferanec
After your responses I got it. You know, I prefer the CPU automatically see the WiFi, like Laptops, and windows load the drivers. UART is not mandatory, I have PCI express buss available too.
What would be your suggestions? Is there any such a WiFi module in the market?
and also, which bus (usb, pci, uart,...) you prefer in your designs as a Wifi communication protocol?
thanks
Leave a comment:
-
altay can you attach some documentation?
I guess, if you use UART, you should be able to use some AT modem commands to see if the module is initialized and if it is working. Then, you may need some higher level of code (driver) which will be "connecting" your application with the modem.
Be careful. When you are using modules, it is a lot about firmware which is loaded inside of the module - so you may need to follow the example codes and instructors from the module manufacturer.
Leave a comment:
-
If you want to use the only UART, then you have to use USB TTL converter and then connect to the CPU.
Leave a comment:
-
Have you tried connecting your ESP8266 to the CPU over USB instead of UART
Leave a comment:
-
WiFi module
I tried to provide WiFi functionality in my circuit via ESP8266 module.
I connect the modules Rx and Tx signals to a serial port of a CPU (legacy COM, Btw, I am sure the voltage levels match with each other).
I beg the system automatically detects the module and load the drivers, However, Nothing happened!
Can anyone give me an idea did I miss something?!
The second question, Can anyone give me an idea which module you prefer for WiFi communications? or in other words, which module you use in your design?
I have Both USB and serial port available on my design.
Thanks
Tags: None
Leave a comment: