Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 25, 2024, 04:32:16 16:32


Login with username, password and session length


Pages: 1 2 [All]
Print
Author Topic: Connect microcontroller to WiFi?  (Read 21823 times)
0 Members and 1 Guest are viewing this topic.
zed65
Newbie
*
Offline Offline

Posts: 29

Thank You
-Given: 45
-Receive: 37


« on: October 16, 2012, 05:47:24 17:47 »

I'm searching for a WiFi module so I can hookup my PIC with my WiFi.
Hope you guys can suggest a module with fairly simple protocol (I2C, Serial).

Or perhaps it's easier to use cable (Ethernet)?
 
Logged
Gallymimu
Hero Member
*****
Offline Offline

Posts: 704

Thank You
-Given: 151
-Receive: 214


« Reply #1 on: October 16, 2012, 06:15:19 18:15 »

You should be able to do either.  There are lots of choices but here are two items I have used before both from Microchip.

For ethernet:
http://www.microchipdirect.com/ProductSearch.aspx?Keywords=AC164123
this little dev board is designed to be installed in a Microchip Explorer 16 but is based on the fairly easy to use ENC28J60 ethernet controller
http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en022889

For wifi:
Roving networks RN131 and RN171, also owned by microchip.
Link below is for the pictail daughter board
http://www.microchipdirect.com/ProductSearch.aspx?Keywords=RN-131-PICTAIL
Link for raw RN131
http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en558369

The biggest effort here is the stack integration into your software.  Again there are many options and microchip might not be the best choice for your application but I found their demos and stacks pretty straight forward to get off the ground.

Both of these are serial interface (UART or SPI)

Hope that helps.
Logged
CocaCola
Senior Member
****
Offline Offline

Posts: 482

Thank You
-Given: 169
-Receive: 232



« Reply #2 on: October 16, 2012, 06:15:55 18:15 »

Google 'UART WiFi Module Kit'
Logged
dotm
Active Member
***
Offline Offline

Posts: 179

Thank You
-Given: 81
-Receive: 75


$$$


« Reply #3 on: October 16, 2012, 08:40:41 20:40 »

for ethernet/internet purposes i'd recommend you to switch over to avr and use the fantastic tuxgraphics stack.
I the used to bridge it to wifi as mentioned here:
http://tuxgraphics.org/electronics/201006/avr-wifi.shtml
this may not be the most elegant method, but it worked well for me and the stack is stable and very small.
Logged
hbruno
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 112
-Receive: 75


« Reply #4 on: October 16, 2012, 09:04:41 21:04 »

You can use Lantronix items :
http://www.lantronix.com/device-networking/wireless.html
it's very simple to use it
Logged
mare69
Junior Member
**
Offline Offline

Posts: 89

Thank You
-Given: 50
-Receive: 85



WWW
« Reply #5 on: October 17, 2012, 06:53:21 06:53 »

I have good experience with Roving Networks RN-171. Here's one breakout board (with altium source) for experimenting:

http://e.pavlin.si/2011/06/19/rn-171-breakout-board/

M.
Logged
elcielo
Senior Member
****
Offline Offline

Posts: 266

Thank You
-Given: 115
-Receive: 232



« Reply #6 on: October 17, 2012, 12:49:38 12:49 »

Texas instruments

CC3000 SimpleLink™ Wi-Fi Module
http://www.ti.com/product/cc3000
Logged
zed65
Newbie
*
Offline Offline

Posts: 29

Thank You
-Given: 45
-Receive: 37


« Reply #7 on: October 17, 2012, 03:11:50 15:11 »

I think I will go with the Roving Networks RN-171. Sparkfun have it in stock Smiley
Logged
mario2000
Active Member
***
Offline Offline

Posts: 162

Thank You
-Given: 330
-Receive: 515


« Reply #8 on: October 18, 2012, 04:43:34 16:43 »

Hello, there are many modules that can be used to connect a PIC micro or other micro to wifi, such that these modules are extremely easy to use but rather expensive, for example the modules:

http://www.rovingnetworks.com/products/Wi_Fi_Modules

Wizfi modules eysi wifi:


Module WizFi210

Video:  http://www.youtube.com/watch?v=kED55kjgxDg

Info spanish: http://www.elektor.es/noticias/modulo-serie-a-wifi-de-bajo-consumo.2141813.lynkx


There are also some shield for Arduin, example RN-XV WiFly




You can also use the microchip module MRF24WB0MA


video: http://www.youtube.com/watch?v=oKaMa2-wSgE



Logged
mare69
Junior Member
**
Offline Offline

Posts: 89

Thank You
-Given: 50
-Receive: 85



WWW
« Reply #9 on: October 19, 2012, 10:48:27 10:48 »

Bluegiga just released WiFi WF111 module:

http://www.bluegiga.com/wf111-wi-fi-module

See link.
Logged
Brosske
Active Member
***
Offline Offline

Posts: 105

Thank You
-Given: 75
-Receive: 292



« Reply #10 on: October 21, 2012, 06:03:57 18:03 »

I tought it was possible with MRF24J40MA (spi / 2.4GHz)
Logged

Do or do not - there is no try
sn00p
Newbie
*
Offline Offline

Posts: 15

Thank You
-Given: 0
-Receive: 1


« Reply #11 on: October 23, 2012, 03:09:51 15:09 »

It depends on what you're wanting to do.

If you want something truly simple an electricimp may be suitable.

It's a device that includes a wifi stack and some simple IO, it runs asynchronously to your device.  You program it via a web interface and configure how/what you want it to communicate (i2c/spi/bit banging), so in your case you'd put software on it to communicate with your microcontroller over i2c.

It just depends on what you want to do and how much effort you want to put it.

Edit:

That WF111 mentioned above doesn't look bad value tbh....goes off to read the datasheet.

Double Edit:

Seems it's not microcontroller friendly.  Says it requires linux.

Triple Edit: (sorry)

WF121 seems to be the device for micro controllers.
« Last Edit: October 23, 2012, 03:16:19 15:16 by sn00p » Logged
zed65
Newbie
*
Offline Offline

Posts: 29

Thank You
-Given: 45
-Receive: 37


« Reply #12 on: October 28, 2012, 09:50:05 21:50 »

Quote
It depends on what you're wanting to do.

The thing is, I don't really know what I want to do Smiley
I'm thinking if I can connect my microcontroller to a WiFi then to the Internet, the possibilities are endless..

For start, read some ADC/Temp, some I/O:s on and off via Internet.
Logged
Ichan
Hero Member
*****
Offline Offline

Posts: 833

Thank You
-Given: 312
-Receive: 392



WWW
« Reply #13 on: October 28, 2012, 09:59:09 21:59 »

For experimenting, easy and quick way is to use SparkFun WiFly Breakout board with RovingNetwoks RN131C (now Microchip). Some samples in there too.

-ichan
Logged

There is Gray, not only Black or White.
Taner
Active Member
***
Offline Offline

Posts: 153

Thank You
-Given: 299
-Receive: 59


« Reply #14 on: November 03, 2012, 08:10:31 08:10 »

Hi,
you can use the Microchip WiFi modules:
http://www.microchip.com/pagehandler/en-us/technology/wifi/products.html

with Microchip's free TCP/IP Stack:
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2505&param=en535724

 Smiley
Logged
Kabron
Active Member
***
Offline Offline

Posts: 196

Thank You
-Given: 63
-Receive: 139



« Reply #15 on: November 03, 2012, 07:20:53 19:20 »

serialio.com
Logged
SteveyG
Newbie
*
Offline Offline

Posts: 23

Thank You
-Given: 4
-Receive: 9


« Reply #16 on: November 17, 2012, 06:23:38 18:23 »


The Microchip tools work well from past experience.
Logged
sherazi
Inactive

Offline Offline

Posts: 4

Thank You
-Given: 3
-Receive: 1


« Reply #17 on: January 28, 2013, 12:11:17 12:11 »

You can use Lantronix items :
http://www.lantronix.com/device-networking/wireless.html
it's very simple to use it
lantronix solution is very expensive .
does these other modules have easy interface for setting up authorisation settings??
Logged
localcrack
Active Member
***
 Muted
Offline Offline

Posts: 173

Thank You
-Given: 64
-Receive: 21



« Reply #18 on: October 03, 2014, 07:02:38 07:02 »

ESP8266 is cheapest one

Check the following link on sonsivri

http://www.sonsivri.to/forum/index.php?topic=57720.0
Logged
XxMohannadxX
Newbie
*
Offline Offline

Posts: 32

Thank You
-Given: 23
-Receive: 78


« Reply #19 on: October 13, 2014, 08:10:09 20:10 »

http://www.mikroe.com/click/wifi-plus/
Logged
Ambient
Inactive

Offline Offline

Posts: 1

Thank You
-Given: 0
-Receive: 0


« Reply #20 on: January 31, 2016, 08:21:23 08:21 »

The WF121 is good, sometimes can even replace the controller as you can run quite good scripts on it, unless you need to do a lot of fast bit-bashing.
Logged
SamiQ
Inactive

Offline Offline

Posts: 1

Thank You
-Given: 0
-Receive: 0


« Reply #21 on: April 21, 2016, 07:59:09 07:59 »

If anyone decides to use ESP8266, then I suggest using the AT commands with the help of this library:

https://github.com/ve3wwg/ESP8266

It is a mature, powerful, and reliable SDK.
I have used it successfully with PIC18F87J11 through a serial port @19200 baud.

Best regards,
Sami
Logged
XxMohannadxX
Newbie
*
Offline Offline

Posts: 32

Thank You
-Given: 23
-Receive: 78


« Reply #22 on: April 21, 2016, 12:24:23 12:24 »

i think this one for ESP8266 will be helpful
http://nodemcu.com/index_en.html
Logged
mare69
Junior Member
**
Offline Offline

Posts: 89

Thank You
-Given: 50
-Receive: 85



WWW
« Reply #23 on: April 24, 2016, 10:59:26 22:59 »

Check Atmel:
http://www.atmel.com/products/wireless/wifi/

I have played with http://www.atmel.com/devices/ATSAMW25.aspx quite successfully
Logged
cesare
Newbie
*
Offline Offline

Posts: 20

Thank You
-Given: 8
-Receive: 25


« Reply #24 on: April 25, 2016, 08:34:27 08:34 »

Check ESP-12-E from ADAFRUIT https://www.adafruit.com/products/2491. ESP-12-E is a module using ESP8266 with embedded antenna and is FCC certified.
Logged
Drako
Inactive

Offline Offline

Posts: 5

Thank You
-Given: 5
-Receive: 0


« Reply #25 on: May 16, 2016, 02:16:23 14:16 »

I have seen nodemcu.com is very good for WIFI and it is not expensive.
Logged
Taner
Active Member
***
Offline Offline

Posts: 153

Thank You
-Given: 299
-Receive: 59


« Reply #26 on: September 18, 2016, 12:19:51 12:19 »

The new and cheap IoT WiFi Chips/Modules

1. From Espressif - ESP32 (WiFi and Bluetooth)
https://espressif.com/en/products/hardware/esp32/resources
http://esp32.net/
https://www.sparkfun.com/news/2017

2. From Realtek - RTL8710 (WiFi only)
https://www.rtl8710forum.com/
http://www.cnx-software.com/2016/08/18/getting-started-with-bt-rtl-00-rtl8710-module-serial-console-at-commands-and-esp8266-pin-to-pin-compatibility/
http://www.cnx-software.com/2016/08/01/development-resources-for-realtek-ameba-rtl8710-rtl8711-and-rtl8195-wifi-socs/
http://hackerboards.com/tiny-iot-module-runs-freertos-on-realtek-ameba-wifi-soc/
« Last Edit: September 18, 2016, 01:07:57 13:07 by Taner » Logged
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4646

Thank You
-Given: 826
-Receive: 4207


There is no evidence that I muted SoNsIvRi


« Reply #27 on: September 18, 2016, 01:57:39 13:57 »

Also look for Wemos D1 Mini kits, with 8 shields for $10 on Aliexpress.
Wi-Fi with 4M of memory and high speed.

Use Arduino or Nodemcu to program.
« Last Edit: September 18, 2016, 02:00:14 14:00 by pickit2 » Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
Xicoxloko
Inactive

Offline Offline

Posts: 2

Thank You
-Given: 9
-Receive: 1


« Reply #28 on: March 18, 2017, 07:00:13 19:00 »

You have this options:

ESP8266 modules - Cheap, Simple and the best choice
You can control over Serial with AT commands.
Can you change your design to just use it?
Good examples: https://www.youtube.com/channel/UCv1D6zrC0ZL0PSgM6tdEpPg

RV-171 Roving Networks Module - Robust and reliable
I used in some Arduino projects with WyFlyHQ Lib - https://github.com/harlequin-tech/WiFlyHQ
My friend made this tutorial (I help him Cool) (in PT-BR, sorry  Cry)
http://labdegaragem.com/profiles/blogs/tutorial-utilizando-o-wifishield

I'm never used but exist:
Texas instruments CC3000 SimpleLink - elcielo talk about it
http://www.ti.com/lit/ml/swst009b/swst009b.pdf

u-blox Wifi Modules
https://www.u-blox.com/en/wi-fi-modules

Wiznet - WizFi310 - mario2000 talk about it
http://www.wiznet.io/product/wifi-module/

Realtek - RTL8710 (WiFi only) - Taner talk about it

Logged
koky
Active Member
***
Offline Offline

Posts: 180

Thank You
-Given: 149
-Receive: 157


WWW
« Reply #29 on: March 20, 2017, 02:51:09 14:51 »

i have found very nice and easy
http://www.miupanel.com/

Logged
hanle
Inactive

 Warned
Offline Offline

Posts: 6

Thank You
-Given: 21
-Receive: 7


« Reply #30 on: May 22, 2017, 05:08:56 05:08 »

Hi
I think that it's helpful for you
https://libstock.mikroe.com/project_categories/view/25/wifi
Logged
Pages: 1 2 [All]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC