Re: [lwip-users] Advice on wifi module

2017-08-10 Thread Noam Weissman
Hi Sergio,

Murata, Microchip and all other readymade modules are a bit expensive. Around 
30-45$... 

Some time ago I have searched for such module and finally we chose ROVING 
RN-171... They may have a 
newer one, now.

ROVING module was also around $29 for small quantities but after talking with 
their representative they were
willing to drastically go down on price if we take large quantities (1K and 
more).

ROVING have a full TCP stack on their module + ability to write some code under 
their own micro. The second
option is using the module in PASS THROUGTH mode via fast RS232 920Kbit or 
something. In this mode one can
configure the WiFi and then send/get data over this serial connection. This is 
good for small systems that does
not need to send lots of data.

BR,
Noam.



-Original Message-
From: lwip-users [mailto:lwip-users-bounces+noam=silrd@nongnu.org] On 
Behalf Of Sergio R. Caprile
Sent: Thursday, August 10, 2017 5:38 PM
To: lwip-users@nongnu.org
Subject: Re: [lwip-users] Advice on wifi module

> I recall having seen an asian SDIO module, but I can't remember the 
> part number.

Found it:
WF111 from BlueGiga, now Silicon Labs.

Atmel has a module series too, but I personally don't like Microship.
Murata is also building a number of modules, some based on the Cypress 
(formerly Broadcomm) chip mentioned in this thread.

Nice to know we do have some options these days.


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2017-08-10 Thread Sergio R. Caprile
> I recall having seen an asian SDIO module, but I can't remember the part
> number.

Found it:
WF111 from BlueGiga, now Silicon Labs.

Atmel has a module series too, but I personally don't like Microship.
Murata is also building a number of modules, some based on the Cypress
(formerly Broadcomm) chip mentioned in this thread.

Nice to know we do have some options these days.


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2017-08-07 Thread Ari Suutari

Hi,

On 4.8.2017 19:30, u123 wrote:

Hello all,
we are in the same situation and we have the same question but 4 years
later... Are there new ideas and/or solutions?

I have been using MXCHIP EMW3165 modules with LwIP. Those modules have
Cypress Semiconductor CYW43362 (previously broadcom BCM43362) wifi chip 
on them.
The WICED SDK for those no longer has LwIP, but it is possible to use 
only wifi driver
layer from it with any stack. Module costs only $4.49, and one gets a 
STM32 + flash chip
on it too. There is also a ready-made breakout board for prototyping 
called "WifiMCU", for

about $10.

I have a couple of those modules running with LwIP 2.0.2, they work very 
well.


If I remember correctly there are other modules using the same wifi 
chip, but
they are more expensive and don't include application MCU. But those 
might be

useful if you want to use something else than STM32 on this module.

The stuff I use to build the driver from SDK is here:
https://github.com/AriZuu/wiced-driver
in case someone is interested. LwIP driver source is in wlan_if.c.


Ari S.


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2017-08-07 Thread Arpit Agarwal
Hi All,


You can try out Artik053 IoT module which uses LWIP on Wifi.
For more information checkout: https://www.artik.io/modules/artik-053/

ARTIK 053 - ARTIK IoT Platform<https://www.artik.io/modules/artik-053/>
www.artik.io
The Samsung ARTIK 053 IoT module brings Wi-Fi to "things" that need 
connectivity without sacrificing hardware-based security.




--
Thanks & Regards,
ARPIT
Alumni, Department Of CSE
IIT Guwahati-781039 (INDIA)
E: arpi...@alumni.iitg.ernet.in

-
“ The greater part of progress is the desire to progress. ” — Seneca




From: lwip-users  
on behalf of Sergio R. Caprile 
Sent: Monday, August 7, 2017 9:48 PM
To: lwip-users@nongnu.org
Subject: Re: [lwip-users] Advice on wifi module

I've been searching for something like that for some time.
Most wifi modules have their own TCP/IP stack because they already have
horsepower and intelligence to support WPA.
We embedded developers would want to have our applications written once
for lwIP and peruse them either on Ethernet or Wi-Fi, and sometimes
both, but so far...
Redpine Signals seems to have some modules without TCP/IP offloading.
However, they've been very reluctant to provide the information I
requested (I happen to work for a local component distributor in
southamerica, yes, no big sales volume no support)
The ESP32 could be somewhat tricked into this, or even used itself (the
ESP8266 is better left alone...)
I recall having seen an asian SDIO module, but I can't remember the part
number.
I've stopped my quest since then.

___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users
lwip-users Info Page - 
lists.nongnu.org<https://lists.nongnu.org/mailman/listinfo/lwip-users>
lists.nongnu.org
Welcome to the lwip-users mailing list. Use it to ask questions, share your 
experience and discuss new ideas. To see the collection of prior postings to 
the list ...



___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] Advice on wifi module

2017-08-07 Thread Sergio R. Caprile

I've been searching for something like that for some time.
Most wifi modules have their own TCP/IP stack because they already have 
horsepower and intelligence to support WPA.
We embedded developers would want to have our applications written once 
for lwIP and peruse them either on Ethernet or Wi-Fi, and sometimes 
both, but so far...
Redpine Signals seems to have some modules without TCP/IP offloading. 
However, they've been very reluctant to provide the information I 
requested (I happen to work for a local component distributor in 
southamerica, yes, no big sales volume no support)
The ESP32 could be somewhat tricked into this, or even used itself (the 
ESP8266 is better left alone...)
I recall having seen an asian SDIO module, but I can't remember the part 
number.

I've stopped my quest since then.

___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2017-08-04 Thread u123
Simon Koudijs | Intellifi wrote
> Hello everyone,
> 
> I'm working a project that uses wired Ethernet, lwip is working pretty 
> nice there!
> 
> Now we would like to start using wifi as well. We are now searching for 
> a suitable and cheap wifi module that can be used on the ethernet level. 
> Given the right drivers it should just operate as a second netif in 
> lwip.
> 
> I would really like to know if anyone has already gone down this path, 
> and could advice me on the kind of module that works for him/her. 
> Perhaps an example with working drivers as well?

Hello all,
we are in the same situation and we have the same question but 4 years
later... Are there new ideas and/or solutions?

Thanks to all



--
View this message in context: 
http://lwip.100.n7.nabble.com/Advice-on-wifi-module-tp22092p30369.html
Sent from the lwip-users mailing list archive at Nabble.com.

___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2013-12-13 Thread Martin Velek
Hello,

I personally prefer connectone modules because some of them have the
RMII interface. I would avoid modules not allowing passing raw
ethernet frames because they have only tcp/ip v4 inside (most of
them). In the future with the IP v6 it could be a problem and also if
you want to implement your own ethernet based protocol.

Best
Martin

On Thu, Dec 12, 2013 at 3:15 PM, bernard  wrote:
> We have open source a Marvell 88W8686 driver:
> https://github.com/RT-Thread/ART/tree/master/software/platform/wifi_8686
>
> The 88W8686 WiFi chip module can be buy from taobao.com, which is about 3 -
> 4$.
>
> It's based on STM32F4 & RT-Thread RTOS, an open source RTOS. The lwIP is
> used and 88W8686 driver as a network interface. However, this WiFi driver
> has no WPA/WPA2 feature.
>
>
>
> Best Regards,
> Bernard Xiong
> http://www.rt-thread.org
>
>
>
> 2013/12/12 Daniel Doron 
>>
>> You can also check out www.connectone.com
>>
>> Daniel.
>>
>> -Original Message-
>> From: lwip-users-bounces+daniel=identytech@nongnu.org
>> [mailto:lwip-users-bounces+daniel=identytech@nongnu.org] On Behalf Of
>> Grant Erickson
>> Sent: Wednesday, December 11, 2013 8:38 PM
>> To: Simon Koudijs
>> Cc: lwip-users@nongnu.org
>> Subject: Re: [lwip-users] Advice on wifi module
>>
>> On Dec 10, 2013, at 9:00 AM, simon.koud...@intellifi.nl wrote:
>> > I'm working a project that uses wired Ethernet, lwip is working pretty
>> > nice there!
>> >
>> > Now we would like to start using wifi as well. We are now searching for
>> > a suitable and cheap wifi module that can be used on the ethernet level.
>> > Given the right drivers it should just operate as a second netif in
>> > lwip.
>> >
>> > I would really like to know if anyone has already gone down this path,
>> > and could advice me on the kind of module that works for him/her.
>> > Perhaps an example with working drivers as well?
>>
>> Simon,
>>
>> I think you'll find the Broadcom WICED WiFi solution to integrate quite
>> well with LwIP.
>>
>> Best,
>>
>> Grant
>>
>>
>> ___
>> lwip-users mailing list
>> lwip-users@nongnu.org
>> https://lists.nongnu.org/mailman/listinfo/lwip-users
>>
>> ___
>> lwip-users mailing list
>> lwip-users@nongnu.org
>> https://lists.nongnu.org/mailman/listinfo/lwip-users
>
>
>
> ___
> lwip-users mailing list
> lwip-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-users

___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2013-12-12 Thread bernard
We have open source a Marvell 88W8686 driver:
https://github.com/RT-Thread/ART/tree/master/software/platform/wifi_8686

The 88W8686 WiFi chip module can be buy from taobao.com, which is about 3 -
4$.

It's based on STM32F4 & RT-Thread RTOS, an open source RTOS. The lwIP is
used and 88W8686 driver as a network interface. However, this WiFi driver
has no WPA/WPA2 feature.



Best Regards,
Bernard Xiong
http://www.rt-thread.org



2013/12/12 Daniel Doron 

> You can also check out www.connectone.com
>
> Daniel.
>
> -Original Message-
> From: lwip-users-bounces+daniel=identytech@nongnu.org [mailto:
> lwip-users-bounces+daniel=identytech@nongnu.org] On Behalf Of Grant
> Erickson
> Sent: Wednesday, December 11, 2013 8:38 PM
> To: Simon Koudijs
> Cc: lwip-users@nongnu.org
> Subject: Re: [lwip-users] Advice on wifi module
>
> On Dec 10, 2013, at 9:00 AM, simon.koud...@intellifi.nl wrote:
> > I'm working a project that uses wired Ethernet, lwip is working pretty
> > nice there!
> >
> > Now we would like to start using wifi as well. We are now searching for
> > a suitable and cheap wifi module that can be used on the ethernet level.
> > Given the right drivers it should just operate as a second netif in
> > lwip.
> >
> > I would really like to know if anyone has already gone down this path,
> > and could advice me on the kind of module that works for him/her.
> > Perhaps an example with working drivers as well?
>
> Simon,
>
> I think you'll find the Broadcom WICED WiFi solution to integrate quite
> well with LwIP.
>
> Best,
>
> Grant
>
>
> ___
> lwip-users mailing list
> lwip-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-users
>
> ___
> lwip-users mailing list
> lwip-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-users
>
___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] Advice on wifi module

2013-12-12 Thread Daniel Doron
You can also check out www.connectone.com 

Daniel.

-Original Message-
From: lwip-users-bounces+daniel=identytech@nongnu.org 
[mailto:lwip-users-bounces+daniel=identytech@nongnu.org] On Behalf Of Grant 
Erickson
Sent: Wednesday, December 11, 2013 8:38 PM
To: Simon Koudijs
Cc: lwip-users@nongnu.org
Subject: Re: [lwip-users] Advice on wifi module

On Dec 10, 2013, at 9:00 AM, simon.koud...@intellifi.nl wrote:
> I'm working a project that uses wired Ethernet, lwip is working pretty 
> nice there!
> 
> Now we would like to start using wifi as well. We are now searching for 
> a suitable and cheap wifi module that can be used on the ethernet level. 
> Given the right drivers it should just operate as a second netif in 
> lwip.
> 
> I would really like to know if anyone has already gone down this path, 
> and could advice me on the kind of module that works for him/her. 
> Perhaps an example with working drivers as well?

Simon,

I think you'll find the Broadcom WICED WiFi solution to integrate quite well 
with LwIP.

Best,

Grant


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2013-12-11 Thread Grant Erickson
On Dec 10, 2013, at 9:00 AM, simon.koud...@intellifi.nl wrote:
> I'm working a project that uses wired Ethernet, lwip is working pretty 
> nice there!
> 
> Now we would like to start using wifi as well. We are now searching for 
> a suitable and cheap wifi module that can be used on the ethernet level. 
> Given the right drivers it should just operate as a second netif in 
> lwip.
> 
> I would really like to know if anyone has already gone down this path, 
> and could advice me on the kind of module that works for him/her. 
> Perhaps an example with working drivers as well?

Simon,

I think you'll find the Broadcom WICED WiFi solution to integrate quite well 
with LwIP.

Best,

Grant


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2013-12-10 Thread Noam weissman
Hi Ivan,

The RN171 can be used in raw mode via fast UART as a network interface. 

BR,
Noam.

-Original Message-
From: lwip-users-bounces+noam=silrd@nongnu.org
[mailto:lwip-users-bounces+noam=silrd@nongnu.org] On Behalf Of Ivan
Delamer
Sent: Tuesday, December 10, 2013 7:14 PM
To: lwip-users@nongnu.org
Subject: Re: [lwip-users] Advice on wifi module

Hi,

I use Redpine modules.

http://www.redpinesignals.com/Products/Modules/Connect-io-n/Wireless_Dev
ice_Server/RS9110-N-11-22.html

These can work like you propose: as a 2nd netif. I can send you some
code for the netif driver but it is really hardware specific, basically
SPI code.

I will also test the RN171 in the coming months, although I'm not sure
you can use it as netif. It has a built-in stack, I need to check if you
can bypass it.

Cheers
Ivan

> Date: Mon, 09 Dec 2013 16:33:36 +0100
> From: Simon Koudijs | Intellifi 
> To: lwip-users@nongnu.org
> Subject: [lwip-users] Advice on wifi module
> Message-ID: <5596cb4e4a1c714b01baf30d68383...@intellifi.nl>
> Content-Type: text/plain; charset=UTF-8; format=flowed
> 
> Hello everyone,
> 
> I'm working a project that uses wired Ethernet, lwip is working pretty

> nice there!
> 
> Now we would like to start using wifi as well. We are now searching 
> for a suitable and cheap wifi module that can be used on the ethernet 
> level.
> Given the right drivers it should just operate as a second netif in 
> lwip.
> 
> I would really like to know if anyone has already gone down this path,

> and could advice me on the kind of module that works for him/her.
> Perhaps an example with working drivers as well?
> 
> Thanks in advance!
> Simon
> 
> 

___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

 
 


This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals &
computer viruses.






 
 

This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer 
viruses.





___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2013-12-10 Thread Nicolas Pinault

Hello,

Le 09/12/2013 16:33, Simon Koudijs | Intellifi a écrit :

Hello everyone,

I'm working a project that uses wired Ethernet, lwip is working pretty 
nice there!


Now we would like to start using wifi as well. We are now searching 
for a suitable and cheap wifi module that can be used on the ethernet 
level. Given the right drivers it should just operate as a second 
netif in lwip.


I would really like to know if anyone has already gone down this path, 
and could advice me on the kind of module that works for him/her. 
Perhaps an example with working drivers as well?
It depends on which hardware interface you need between your CPU and the 
radio module.

You can have a look at :
- ConnectBlue
- RedPine
- Silex America
And many others.

I contacted ConnectBlue many years ago for a project using a PowerPC 
CPU. ConnectBlue delivered support only for little endian CPUs. It might 
have change since then.
At that time, I have chosen a RedPine module. I can't tell you if the 
module is ok. The project died before I work on this. I can only tell 
you that support is from India and this not easy to communicate with 
indian people.
I am currently working on a project using a Silex module (wifi + 
bluetooth). The module is interesting. I have not written the driver 
(the OS used is QNX Neutrino on this project). There is no driver for 
lwip. I am not sure one can get the information to write the driver.


From my experience, I'll recommend RedPine today. Simple to setup (SPI 
link), quite well documented, not too expensive.


Regards,
Nicolas



Thanks in advance!
Simon


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users




___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2013-12-10 Thread Ivan Delamer

Hi,

I use Redpine modules.

http://www.redpinesignals.com/Products/Modules/Connect-io-n/Wireless_Device_Server/RS9110-N-11-22.html

These can work like you propose: as a 2nd netif. I can send you some 
code for the netif driver but it is really hardware specific, basically 
SPI code.


I will also test the RN171 in the coming months, although I'm not sure 
you can use it as netif. It has a built-in stack, I need to check if you 
can bypass it.


Cheers
Ivan


Date: Mon, 09 Dec 2013 16:33:36 +0100
From: Simon Koudijs | Intellifi 
To: lwip-users@nongnu.org
Subject: [lwip-users] Advice on wifi module
Message-ID: <5596cb4e4a1c714b01baf30d68383...@intellifi.nl>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hello everyone,

I'm working a project that uses wired Ethernet, lwip is working pretty
nice there!

Now we would like to start using wifi as well. We are now searching 
for
a suitable and cheap wifi module that can be used on the ethernet 
level.

Given the right drivers it should just operate as a second netif in
lwip.

I would really like to know if anyone has already gone down this path,
and could advice me on the kind of module that works for him/her.
Perhaps an example with working drivers as well?

Thanks in advance!
Simon




___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] Advice on wifi module

2013-12-09 Thread Noam weissman
Hi,

I was planning to start working on WiFi but this work has been stopped.
We chose to work with Roving modules the RN171

Good price and good module.  If you need something fast and price is not
an issue
This is my choice. If you plan to mass produce you need to create your
own module
As all the good modules are $10 and more even on large numbers.

MicroChip has also a nice module but the only code there is, is for one
of their micro's.

BR,
Noam.


-Original Message-
From: lwip-users-bounces+noam=silrd@nongnu.org
[mailto:lwip-users-bounces+noam=silrd@nongnu.org] On Behalf Of Simon
Koudijs | Intellifi
Sent: Monday, December 09, 2013 5:34 PM
To: lwip-users@nongnu.org
Subject: [lwip-users] Advice on wifi module

Hello everyone,

I'm working a project that uses wired Ethernet, lwip is working pretty
nice there!

Now we would like to start using wifi as well. We are now searching for
a suitable and cheap wifi module that can be used on the ethernet level.

Given the right drivers it should just operate as a second netif in
lwip.

I would really like to know if anyone has already gone down this path,
and could advice me on the kind of module that works for him/her. 
Perhaps an example with working drivers as well?

Thanks in advance!
Simon


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

 
 


This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals &
computer viruses.






 
 

This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer 
viruses.





___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users