Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Thread

Web server in a box

Web server in a box

2012-07-31 by adspi

Hi All,

this is not AVR-specific but I thought you could help me out. 

Jaycar had a web server in a box. This was so convenient for one could turn on and off devices via the internet and check the status as well. 

Arduino have got some nice boards but unfortunately they do not support SMTP and furthermore require a lot of software configuration. 

Would you please let me know os an alternative.

Thanking You,

Ad

Re: [AVR-Chat] Web server in a box

2012-07-31 by Leon Heller

On 31/07/2012 09:54, adspi wrote:
> Hi All,
>
> this is not AVR-specific but I thought you could help me out.
>
> Jaycar had a web server in a box. This was so convenient for one could
> turn on and off devices via the internet and check the status as well.
>
> Arduino have got some nice boards but unfortunately they do not support
> SMTP and furthermore require a lot of software configuration.
>
> Would you please let me know os an alternative.

Raspberry Pi?

Leon
-- 
Leon Heller
G1HSM

Re: [AVR-Chat] Web server in a box

2012-07-31 by Richard Austin

Raspberry Pi. Knoiw it's noit AVR, but 25 euro, not bad
Show quoted textHide quoted text
On 31/07/12 09:54, adspi wrote:
> Hi All,
>
> this is not AVR-specific but I thought you could help me out. 
>
> Jaycar had a web server in a box. This was so convenient for one could turn on and off devices via the internet and check the status as well. 
>
> Arduino have got some nice boards but unfortunately they do not support SMTP and furthermore require a lot of software configuration. 
>
> Would you please let me know os an alternative.
>
> Thanking You,
>
> Ad
>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>
>

Re: [AVR-Chat] Web server in a box

2012-07-31 by H. Carl Ott

On Tue, Jul 31, 2012 at 4:54 AM, adspi <adspi@yahoo.com> wrote:

> **
>
>
> Hi All,
>
> this is not AVR-specific but I thought you could help me out.
>
> Jaycar had a web server in a box. This was so convenient for one could
> turn on and off devices via the internet and check the status as well.
>
> Arduino have got some nice boards but unfortunately they do not support
> SMTP and furthermore require a lot of software configuration.
>
> Would you please let me know os an alternative.
>
> Thanking You,
>
> Ad
>


Beagle Bone maybe.

https://adafruit.com/products/513

Not as cheap as a RasPi. But if you don't need a GPU, it does have more IO
options.



carl
--------------------------------------------------------
Henry Carl Ott   N2RVQ    hcarlott@gmail.com

>  
>


[Non-text portions of this message have been removed]

RE: [AVR-Chat] Web server in a box

2012-07-31 by Cat C

How many people here, being used to bare metal programming, would be comfortable programming the  Raspberry?Sure, it's hard to make an embedded web site anyway; but for most non-networked things?
Sorry this is a bit off-topic but it's a question to the people I care to hear from :-)
Cat


 		 	   		  

[Non-text portions of this message have been removed]

Re: [AVR-Chat] Web server in a box

2012-07-31 by Philippe Habib

I got something from Netburner that has a web server, and a couple of serial ports and firmware to give you a virtual serial connection over the web.  You can also use it to present web pages and some of their products include I/O ports and ADC inputs.  They have a complete GUI to configure and program it.

Not particularly cheap, but its easy.  They sell everything from complete boxes, like what I bought to only the micro with their IP pre-loaded for you to incorporate into your own designs.

For simple stuff, I've also just used a web enabled power strip that either powers the device or powers a relay.
Show quoted textHide quoted text
----- Original Message -----
From: "adspi" <adspi@yahoo.com>
To: AVR-Chat@yahoogroups.com
Sent: Tuesday, July 31, 2012 1:54:17 AM
Subject: [AVR-Chat] Web server in a box

Hi All,

this is not AVR-specific but I thought you could help me out. 

Jaycar had a web server in a box. This was so convenient for one could turn on and off devices via the internet and check the status as well. 

Arduino have got some nice boards but unfortunately they do not support SMTP and furthermore require a lot of software configuration. 

Would you please let me know os an alternative.

Thanking You,

Ad




------------------------------------

Yahoo! Groups Links

Re: [AVR-Chat] Web server in a box

2012-07-31 by Jim Wagner

Not familiar with Jaycar "webserver" but certainly, any "real" webserver will do more 
than smtp! Does it not do udp or anything like that? If it is the one I found ( SD / MMC Card Webserver In a Box ) , 
the catalog says http, ftp, smtp CLIENT, dns CLIENT, RS232 serial port. 


So, it is NOT an smtp server, it is a client. Send an e-mail to it, and have it send an RS232 message. 
Should work fine with any AVR board with a serial port 


I would also suggest that it is very likely that ANY web device will take a lot of 
"software configuration", no matter what the protocol. 



Jim Wagner 
Oregon Research Electronics 


---------------------------------------------------------------------------------------------------------------------------- 





On Tue, Jul 31, 2012 at 4:54 AM, adspi < adspi@yahoo.com > wrote: 

> ** 
> 
> 
> Hi All, 
> 
> this is not AVR-specific but I thought you could help me out. 
> 
> Jaycar had a web server in a box. This was so convenient for one could 
> turn on and off devices via the internet and check the status as well. 
> 
> Arduino have got some nice boards but unfortunately they do not support 
> SMTP and furthermore require a lot of software configuration. 
> 
> Would you please let me know os an alternative. 
> 
> Thanking You, 
> 
> Ad 
> 
 

[Non-text portions of this message have been removed]

Re: [AVR-Chat] Web server in a box

2012-07-31 by Leon Heller

On 31/07/2012 18:03, Cat C wrote:
>
> How many people here, being used to bare metal programming, would be
> comfortable programming the Raspberry?Sure, it's hard to make an
> embedded web site anyway; but for most non-networked things?
> Sorry this is a bit off-topic but it's a question to the people I care
> to hear from :-)

You'll find lots of examples on the RPi web site. Here is what I came up 
with using Google:

https://www.google.com/search?source=ig&hl=en&rlz=&q=Raspberry+Pi+GPIO&oq=Raspberry+Pi+GPIO&gs_l=igoogle.3..0l10.2613.8571.0.9558.17.14.0.3.3.1.496.1821.8j4j1j0j1.14.0...0.0...1ac.3TTmsR-I71g


-- 
Leon Heller
G1HSM

Re: [AVR-Chat] Web server in a box

2012-07-31 by Steven Holder

On 31/07/2012 18:03, Cat C wrote:
>
>
> How many people here, being used to bare metal programming, would be 
> comfortable programming the Raspberry?Sure, it's hard to make an 
> embedded web site anyway; but for most non-networked things?
> Sorry this is a bit off-topic but it's a question to the people I care 
> to hear from :-)
> Cat
>
>
>
> [Non-text portions of this message have been removed]
>
> 
How about the PIC WEB REV C Would this do the job ?



-- 
*Steven Holder*
s.holder123@btinternet.com
/www.sh-tec.co.uk/
/Mob:0792 1237035/


[Non-text portions of this message have been removed]

RE: [AVR-Chat] Web server in a box

2012-08-01 by Alex Shepherd

> How many people here, being used to bare metal programming, would be
> comfortable programming the  Raspberry?Sure, it's hard to make an
> embedded web site anyway; but for most non-networked things?
> Sorry this is a bit off-topic but it's a question to the people I care to
hear
> from :-) Cat

Will it has the GCC C Compiler and GUI editor etc all on-board already and
it has some General Purpose I/O to play with.

I have 2 RPi boards. Hoping to interface it to a MCP2515 CAN Controller to
get it onto the CAN bus to act as a CAN to Ethernet Gateway device.

Alex

Re: [AVR-Chat] Web server in a box

2012-08-01 by Jim Wagner

What we are forgetting here, is that the OP asked for something that would handle smtp because the "server in a box" supported smtp. However, in looking at the specs, the smtp that this device supports is as a CLIENT. On the other hand, it also supports html, which should be very easy to handle with any of the arduino/avr tcp/ip interfaces. 


So, all this talk about rasperry pi may not be relevant to the OP's needs. He/she has never made an input other than initial query, which is a bit odd. 


Maybe we need to hear more before getting so deeply into this. 


Jim Wagner 
Oregon Research Electronics 
Show quoted textHide quoted text
----- Original Message -----
From: "Alex Shepherd" <kiwi64ajs@yahoo.com.au> 
To: AVR-Chat@yahoogroups.com 
Sent: Wednesday, August 1, 2012 1:57:03 PM 
Subject: RE: [AVR-Chat] Web server in a box 






> How many people here, being used to bare metal programming, would be 
> comfortable programming the Raspberry?Sure, it's hard to make an 
> embedded web site anyway; but for most non-networked things? 
> Sorry this is a bit off-topic but it's a question to the people I care to 
hear 
> from :-) Cat 

Will it has the GCC C Compiler and GUI editor etc all on-board already and 
it has some General Purpose I/O to play with. 

I have 2 RPi boards. Hoping to interface it to a MCP2515 CAN Controller to 
get it onto the CAN bus to act as a CAN to Ethernet Gateway device. 

Alex 




[Non-text portions of this message have been removed]

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.