Reef Central Online Community

Go Back   Reef Central Online Community > General Interest Forums > Do It Yourself
Blogs FAQ Calendar

Notices

User Tag List

Reply
Thread Tools
Unread 01/27/2014, 07:53 PM   #251
camblonie
Registered Member
 
Join Date: Jun 2013
Location: Michigan
Posts: 148
I started messing with Fritzing and its a little slow going. I figured I may as well ask if anyone has done a shield layout for this yet?


__________________
75g - 20g sump. LED's, Skimmer, RODI.
camblonie is offline   Reply With Quote
Unread 02/05/2014, 12:54 AM   #252
jrossjr79
Registered Member
 
Join Date: Mar 2013
Location: San Antonio
Posts: 102
I am getting errors, i dont have all the pieces yet, so i dont know if that is why, i am very new to arduinos. The error i am getting is

Apex:7: error: expected constructor, destructor, or type conversion before '(' token

Lots of errors like this.

Any help would be greatly apreciated.


jrossjr79 is offline   Reply With Quote
Unread 02/06/2014, 09:55 AM   #253
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
I got it to compile after following the directions and commenting out the stuff from a few post back. so know to build it.. If I use this at work where I have no control of the dhcp and what IP address I get is this going to be a problem using this sketch? If I don't know the ip's to put in config.h?


rott is offline   Reply With Quote
Unread 02/07/2014, 10:59 AM   #254
wgraham
Registered Member
 
Join Date: Aug 2004
Posts: 292
go to examples, Ethernet and open up dhcpaddressprinter and you can get the ip that's available at your company


wgraham is offline   Reply With Quote
Unread 02/07/2014, 11:53 AM   #255
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
thanks for the tip


rott is offline   Reply With Quote
Unread 02/08/2014, 12:16 AM   #256
jrossjr79
Registered Member
 
Join Date: Mar 2013
Location: San Antonio
Posts: 102
was finally able to get it all compiled, biggest problem I had is I was unable to edit the libraries with the installation of Arduino's IDE. On a hunch I went ahead and downloaded the zipped version, I was able to edit them there. Just a friendly tip just in case anyone else runs into that problem.


jrossjr79 is offline   Reply With Quote
Unread 02/08/2014, 09:00 AM   #257
camblonie
Registered Member
 
Join Date: Jun 2013
Location: Michigan
Posts: 148
Anyone having trouble SMTP from gmail? I'm using smtp.gmail.com, 587, tried user name with and without @gmail.com, both username and pass are base 64 encoded. What am I missing?


__________________
75g - 20g sump. LED's, Skimmer, RODI.
camblonie is offline   Reply With Quote
Unread 02/08/2014, 11:17 AM   #258
jrossjr79
Registered Member
 
Join Date: Mar 2013
Location: San Antonio
Posts: 102
Quote:
Originally Posted by camblonie View Post
Anyone having trouble SMTP from gmail? I'm using smtp.gmail.com, 587, tried user name with and without @gmail.com, both username and pass are base 64 encoded. What am I missing?
I havnt gotten that far in my build yet, so not sure what problems you are facing, but here is some helpful reading in regards to GMAIL and SMTP:

https://www.digitalocean.com/communi...-s-smtp-server

http://email.about.com/od/accessingg...P_Settings.htm

https://support.google.com/mail/answer/78775?hl=en

hope this helps


jrossjr79 is offline   Reply With Quote
Unread 02/09/2014, 12:34 PM   #259
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
I haven't set up mail for me yet but have you set authentication ssl/tls on the account Google's SMTP server requires it.

SMTP port: 465


rott is offline   Reply With Quote
Unread 02/09/2014, 07:29 PM   #260
camblonie
Registered Member
 
Join Date: Jun 2013
Location: Michigan
Posts: 148
Google starts with SMTP enabled, I don't think you need to set SSL/TLS because it sounds like SSL is mandatory. I changed my port to 465 and that wasn't it. Looks like my NTP update isn't working either so I probably have the network settings jacked up somehow.


__________________
75g - 20g sump. LED's, Skimmer, RODI.
camblonie is offline   Reply With Quote
Unread 02/19/2014, 08:17 PM   #261
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
I loaded the sketch up and commented out the first few lines for heater sonar and such things just like a few post back said to do and it compiled perfect. I loaded it on to the mega no problems there.

I had only the lcd screen hooked up to the board and the Ethernet card (w5100) lcd was hooked up to 5v and ground on the arduino along with the scl and sda nothing showed on the screen just square blocks

The Ethernet didn't work out as I wanted to. I have been trying to connect using the Ethernet at my work. I used the dhcpaddressprinter to get the ip addy I used that in the config file for the ip and for the router ip I used the company gateway ip nothing happened.

I could ping it and get a hit so I know it was there I removed the internet cable and pinged again and returned nothing so I know it was there and at that address.

the micro card is 4gig formatted Fat32 used SDformatter to do it. and the only file is index.htm.. I used card INFO from examples on the arduino to confirm that the sd card was working and it is.

I also did all the updates to the files that are in the read me file before uploading the sketch..


rott is offline   Reply With Quote
Unread 02/19/2014, 08:58 PM   #262
camblonie
Registered Member
 
Join Date: Jun 2013
Location: Michigan
Posts: 148
Rott, square blocks sounds like you need to adjust the contrast.
Did you add :8000 after the IP address?


__________________
75g - 20g sump. LED's, Skimmer, RODI.
camblonie is offline   Reply With Quote
Unread 02/20/2014, 07:08 AM   #263
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
yes I added the 8000 didn't make a diffrence. I will try the contrast today see how it works


rott is offline   Reply With Quote
Unread 02/20/2014, 01:50 PM   #264
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
changed the contrast and didnt help... I am using a screw sheild on my mega so I dont have to solder all the conections and there is no conection on the ICSP pins he 6 small ones in the middel of the board do I need them or is it ok with out them..


rott is offline   Reply With Quote
Unread 02/21/2014, 01:20 AM   #265
jmerino
Registered Member
 
Join Date: Sep 2011
Posts: 10
It's your lcd i2c? It it is you need to know the address and change in the code for the same one.


jmerino is offline   Reply With Quote
Unread 02/21/2014, 05:15 AM   #266
camblonie
Registered Member
 
Join Date: Jun 2013
Location: Michigan
Posts: 148
Rott you don't need the icsp pins


__________________
75g - 20g sump. LED's, Skimmer, RODI.
camblonie is offline   Reply With Quote
Unread 02/21/2014, 06:59 PM   #267
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
The backpack on the LCD has the same chip as the one Doughb0y recommend does the LCD have a separate chip I need to adjust?


rott is offline   Reply With Quote
Unread 02/22/2014, 11:20 AM   #268
camblonie
Registered Member
 
Join Date: Jun 2013
Location: Michigan
Posts: 148
rott, Jmerino is probably on it. I ordered two backpacks with the correct chip (PCF8574T). I'm using one set a2 on the board and in the config file the address is set at 0x20. The other one has nothing set on the board so it must default to a0 i guess. Obviously the a0 wont work without me changing the address now and I confirmed that.


__________________
75g - 20g sump. LED's, Skimmer, RODI.
camblonie is offline   Reply With Quote
Unread 02/22/2014, 11:22 AM   #269
camblonie
Registered Member
 
Join Date: Jun 2013
Location: Michigan
Posts: 148
Is "LOCAL_IP" in the config file the address I have my router assign for the controller? I can access the controller from the web but it cant update the NTP or send emails.


__________________
75g - 20g sump. LED's, Skimmer, RODI.
camblonie is offline   Reply With Quote
Unread 02/22/2014, 06:00 PM   #270
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
camblonie did you forwared port 7777 to the internal ip number in your router that is the port set for NTP


rott is offline   Reply With Quote
Unread 02/22/2014, 08:04 PM   #271
camblonie
Registered Member
 
Join Date: Jun 2013
Location: Michigan
Posts: 148
My PC's dont have any problem getting NTP time. I forwarded port 7777 and 123 to the Arduino anyway but it didn't have an affect.


__________________
75g - 20g sump. LED's, Skimmer, RODI.
camblonie is offline   Reply With Quote
Unread 02/22/2014, 08:57 PM   #272
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
yes local ip is the ip for the arduino


rott is offline   Reply With Quote
Unread 02/22/2014, 09:06 PM   #273
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
ok now I see what you mean first time for using one of the back packs so can you tell me what one to use to go with this sketch A0 A1 A2 and all I do is just solder bridge the connection on the backpack?


rott is offline   Reply With Quote
Unread 02/22/2014, 09:10 PM   #274
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
ok I think I got it its this line #define LCD_ADDR 0x20 and that uses the A2


rott is offline   Reply With Quote
Unread 02/22/2014, 11:15 PM   #275
Meldrath
Registered Member
 
Join Date: Jun 2013
Posts: 86
Doughboy, a quick question.

Did you tie the pins from the ULN-2083A or did you make a PCB for it? If it's a PCB, can you post it?

Thanks


Meldrath is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 03:24 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Powered by Searchlight © 2024 Axivo Inc.
Use of this web site is subject to the terms and conditions described in the user agreement.
Reef CentralTM Reef Central, LLC. Copyright ©1999-2022
User Alert System provided by Advanced User Tagging v3.3.0 (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.