Search found 89 matches

by Loose
Sat Mar 16, 2019 4:15 pm
Forum: Addons
Topic: 2nd Salinity module w/Cloud Wifi Hub
Replies: 47
Views: 34347

Re: 2nd Salinity module w/Cloud Wifi Hub

Thank you, libraries updated and recompiling. Lot's of warnings/notes (I took it off verbose) but it did compile (used 2.3.). Build options changed, rebuilding all C:\Users\Loose\Documents\Arduino\Cloud_Wifi_Hub_Salinity\Cloud_Wifi_Hub_Sal\Cloud_Wifi_Hub_Sal\Cloud_Wifi_Hub_Sal.ino: In function 'unsi...
by Loose
Sat Mar 16, 2019 10:12 am
Forum: Addons
Topic: 2nd Salinity module w/Cloud Wifi Hub
Replies: 47
Views: 34347

Re: 2nd Salinity module w/Cloud Wifi Hub

I get an error with 2.3 but it's different from the others. Sorry, I'm a beginner with this language and haven't been able to figure out how to fix this missing WiFiManager.h file error. I used the verbose option when I compiled. Arduino: 1.8.5 (Windows 10), Board: "Adafruit HUZZAH ESP8266, 80 ...
by Loose
Fri Mar 15, 2019 6:57 pm
Forum: Addons
Topic: 2nd Salinity module w/Cloud Wifi Hub
Replies: 47
Views: 34347

Re: 2nd Salinity module w/Cloud Wifi Hub

Open Boards Manager from Tools > Board menu and find esp8266 platform. Select the version you need from a drop-down box. Click install button. After it is installed, just to be sure, close Arduino and start it again to load everything it needs. Then, go to menu Tools->Boards and you will see a bunc...
by Loose
Fri Mar 15, 2019 2:33 am
Forum: How do I code ...
Topic: PWM compile error
Replies: 3
Views: 4116

Re: PWM compile error

Works. Thanks. What was it?
by Loose
Fri Mar 15, 2019 2:20 am
Forum: Addons
Topic: 2nd Salinity module w/Cloud Wifi Hub
Replies: 47
Views: 34347

Re: 2nd Salinity module w/Cloud Wifi Hub

The board is a Cloud Wifi Expansion v 1.4. I'll take a picture later today if needed.
by Loose
Thu Mar 14, 2019 7:40 pm
Forum: How do I code ...
Topic: PWM compile error
Replies: 3
Views: 4116

PWM compile error

I haven't modified my code in a while but wanted to tweak it a bit. I loaded my currently working code, tried to compile it as is, and I get the following error: Compiling code for RA_STAR board Number of Relay Expansion Modules: 3 Relay Expansion Module 16 Channel Dimming Expansion Module Dimming S...
by Loose
Thu Mar 14, 2019 7:05 pm
Forum: Addons
Topic: 2nd Salinity module w/Cloud Wifi Hub
Replies: 47
Views: 34347

Re: 2nd Salinity module w/Cloud Wifi Hub

Nice! Could you please help me set it up? I generated the following code with the Wizard: #include <Wire.h> #include <SPI.h> #include <WiFi101.h> #include <PubSubClient.h> #include <RA_CustomSettings.h> #include <CloudGlobals.h> #include <OneWire.h> // ***********************************************...
by Loose
Thu Mar 14, 2019 12:58 pm
Forum: Standard
Topic: RA* freezing or locking up
Replies: 5
Views: 9740

Re: RA* freezing or locking up

Hi Riggeek,

What's the code for daily reboot.

My RA* occasionally locks up too; usually weeks apart but twice in the last couple of weeks (heaters stayed off and tank got to 68 degrees)

Mine will also reboot when I touch the touch screen especially when I change menus; not sure if related.
by Loose
Thu Mar 14, 2019 12:28 pm
Forum: Addons
Topic: 2nd Salinity module w/Cloud Wifi Hub
Replies: 47
Views: 34347

2nd Salinity module w/Cloud Wifi Hub

Hello Roberto, I know it's not possible to have two salinity probes with a single RA* but is it possible to directly program my Cloud Wifi Hub to directly read a salinity module/probe? Like many others, I'd like to use it at my remote mixing station which I'm trying to automate. When we were setting...
by Loose
Wed Mar 07, 2018 7:56 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Ahhh... data throughput limit is with the cloud server and not with the module.

Header for two temp probes, two I/O ports, and can accept code independently of the RA*, this module looks better and better.
by Loose
Sat Mar 03, 2018 12:09 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

:lol: Yes, it absolutely is an awesome device!! First huh? That's kinda cool... Hey, if you want to test code in an operational setting, just let me know. For my setup, it makes it a clean(er) look with my family room show piece. If I could build a hobby-business around installing and maintaining re...
by Loose
Fri Mar 02, 2018 9:20 am
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

I did a modification for testing, to this, for the 6ch expansion I currently have: ReefAngel.PWM.Set16Channel(0, (now() % 10 < 5) ? 100 : 3); ReefAngel.PWM.Set16Channel(1, (now() % 10 < 5) ? 3 : 100); ReefAngel.PWM.Set16Channel(2, (now() % 10 < 5) ? 100 : 3); ReefAngel.PWM.Set16Channel(3, (now() % 1...
by Loose
Fri Mar 02, 2018 9:09 am
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Roberto, up and working with lights hooked to 0x41 channel 0 alternating from dim (50%) to bright (100%) every second. Since I'm a novice at the language please allow me to confirm some things. This code alternates between a dimming setting of 50% and 100% each time through the loop: ReefAngel.PWM.S...
by Loose
Fri Mar 02, 2018 8:37 am
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

A note for someone else that is using this thread for their setup, when I reset the Cloud Wifi Hub, it didn't auto reconnect to the networks. I just did the factory reset procedures, as detailed in the Cloud Wifi Attachment Manual 2.0.1.
by Loose
Fri Mar 02, 2018 5:16 am
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Module reset Serial output: Connecting to cloud server... Connected Subscribing to Loose/out/# Loose/in: all:0 Loose/in: io:255 cloud:PWM16E00:2047 PWM16E00:2047 cloud:ATOLOW:0 cloud:ATOHIGH:0 cloud:EM:137 cloud:EM1:20 cloud:REM:7 cloud:BID:4 cloud:AF:0 cloud:SF:0 cloud:PWMD:89 cloud:PWMA:100 cloud:...
by Loose
Thu Mar 01, 2018 3:56 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Added and uploaded.
by Loose
Thu Mar 01, 2018 7:01 am
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Thanks Roberto. I got off work late yesterday. Will update the RA* with this code this evening. Question - I use the WebWizard's code page to upload code, is there another way I could/should be using? I do have the Reef Angel Arduino loaded on my computer, but the RA* isn't listed there on the drop-...
by Loose
Tue Feb 27, 2018 12:33 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

That's correct; 0-5V PWM for those drivers.

A few weeks, $89, and a PM. Got it.
by Loose
Tue Feb 27, 2018 12:05 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Meanwell LDD-1000H and LDD-700H.
by Loose
Tue Feb 27, 2018 11:44 am
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Yes, please. I would love to do this.

I was also serious when I asked if you had any 16ch modules left? Some of the things I'm thinking of doing with my lights, I'm thinking, would be easier with a single 16ch module as opposed to two 6ch modules.
by Loose
Mon Feb 26, 2018 7:02 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Dude, no hurry. I understand the night time feedings; got five kids and did most of them late nighters... wonderful time as I remember it.
by Loose
Mon Feb 26, 2018 6:23 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

With 0x41 attached to the RA* and the below code: // 16 channelPWM testing ReefAngel.PWM.Set16ChannelRaw(0,369); ReefAngel.PWM.Set16ChannelRaw(1,1107); ReefAngel.PWM.Set16ChannelRaw(2,1845); ReefAngel.PWM.Set16ChannelRaw(3,2583); I get the following: ch 0 - 0.43v ch 1 - 1.33v ch 2 - 2.24v ch 3 - 3.1...
by Loose
Mon Feb 26, 2018 5:57 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

:) Yep, LOL,I figured you were going to ask me that... The RA* is in one room and the module is screwed to the mounting board in another... with the 72" heat sink and lights.

I'll un-mount the module and use my multi-meter to check for voltage.
by Loose
Mon Feb 26, 2018 5:14 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Is there something that would keep a 6 ch Dimming module from working with a Cloud Wifi Hub expansion? I inserted the jumper on JP1 and added the code to my INO. void setup(): ReefAngel.Add16ChPWM(); and used the following as a test. void loop(): ReefAngel.PWM.Set16Channel(0,9); ReefAngel.PWM.Set16C...
by Loose
Fri Feb 23, 2018 5:56 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Got it. With jumper on, 2nd module is addressable as a 16ch, that makes it easy.

Thanks.

--Loose
by Loose
Fri Feb 23, 2018 3:29 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

A couple of follow-up questions.

Can I designated one module to be channels 0-5 and the other 6-11 or is it determined automatically?
If determined automatically, would it ever switch?
by Loose
Fri Feb 23, 2018 3:01 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Thank you Sir, Exactly what I needed. I have that printed out but this section threw me off: #ifdef PWMEXPANSION else if (Channel>=OVERRIDE_CHANNEL0 && Channel<=OVERRIDE_CHANNEL5) // Dimming Expansion channel 0-5 SetChannelOverride(Channel-OVERRIDE_CHANNEL0,Value); Still learning the languag...
by Loose
Fri Feb 23, 2018 1:46 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

Re: 2nd Dimming Expansion Module

Thanks Roberto.

Would you give me an example; if I wanted set channel #7 (#1 on the second Dimming Module) to 90%, what would that code look like?
by Loose
Fri Feb 23, 2018 12:53 pm
Forum: How do I code ...
Topic: 2nd Dimming Expansion Module
Replies: 37
Views: 34131

2nd Dimming Expansion Module

I saw in this thread that I could use a second Dimming Expansion Module to control more than 6 channels of lighting. http://forum.reefangel.com/viewtopic.php?p=50059#p50059 I built my DIY RapidLEDs fixture to use 12 channels and have 2 dimming expansion modules. How do I access/control the ports on ...
by Loose
Tue Feb 20, 2018 9:02 am
Forum: Standard
Topic: Rebooting RA * - All relays temporarily on
Replies: 1
Views: 6721

Re: Rebooting RA * - All relays temporarily on

I was having a similar problem with my ATO pump. My ports would cycle, with some off and some on based upon their state when the RA* rebooted. I added the following code for my ATO pump port (it's on my Relay Expansion Box 1 on Port 4) in the 'void setup()' section and, unless something else I chang...