Page 2 of 4

Re: Reef Angel Web Wizard

Posted: Mon Jul 03, 2017 6:29 pm
by rrodriguess
Tks Roberto

I thought I read somewhere and was doing something wrong ...

I'll wait for the update!

greetings
Rafa

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 1:06 am
by binder
Any webwizard support for us Linux users? I try to download it and all I get is the plugininstaller.exe.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 3:25 am
by rimai
:(
It will take some time to figure out how to compile on linux box.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 11:29 am
by binder
rimai wrote::(
It will take some time to figure out how to compile on linux box.
That's fine. I have a mac laptop that will work and allow me to upload so it's not a big deal. Just thought I'd ask.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 11:51 am
by lnevo

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 11:53 am
by lnevo
Curt, also once you get the firmware loaded from the IDE you can use the Remote Upload from Linux. No more plugin required :)

You'll need to update the cloud.reefangel.com IP address in RA_CustomSettings.h I'm not sure Roberto committed that change yet. Once thats the case it will look for new firmwares online which the web wizard will upload.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 1:47 pm
by binder
lnevo wrote:Curt, also once you get the firmware loaded from the IDE you can use the Remote Upload from Linux. No more plugin required :)

You'll need to update the cloud.reefangel.com IP address in RA_CustomSettings.h I'm not sure Roberto committed that change yet. Once thats the case it will look for new firmwares online which the web wizard will upload.
Very interesting. I was thinking about how to upload without having to use the webwizard and the plugin. I maintain my INO files on my private/home git server. So being able to compile and upload without having to rely on the webwizard is something that I like. I'm one that likes to not rely on external services to control my stuff or do my thing....just my personal preference.

I will have to look into this more so I understand it. I just haven't dove into the source code and functionality yet. I just got my star yesterday and opened it up and looked at all the parts and then tested out the interface and connections. Fun stuff :)

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 2:43 pm
by lnevo
You can program it as usual if thats the case.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 4:05 pm
by binder
lnevo wrote:You can program it as usual if thats the case.
good to know.

Sent from my XT1585 using Tapatalk

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 7:13 pm
by rrodriguess
Hi Roberto

Any news about fixing the problem of not showing any BT com port?

Rafa

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 9:51 pm
by rimai
Sorry, still in the queue.
I need to work on adding linux too.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 10:06 pm
by binder
rimai wrote:Sorry, still in the queue.
I need to work on adding linux too.
you can put the linux support at the bottom of your list. the Bluetooth should take priority over linux support IMO

Sent from my XT1585 using Tapatalk

Re: Reef Angel Web Wizard

Posted: Wed Aug 02, 2017 11:13 pm
by rimai
Yeah, not sure it is possible at all to get bluetooth com ports in the list.
The underlying code uses hardware ports that have a VID and PID and a bluetooth serial port is virtual and doesn't have PID/VID.

Re: Reef Angel Web Wizard

Posted: Thu Aug 03, 2017 12:58 pm
by rrodriguess
Roberto

Tks for trying :D

Re: Reef Angel Web Wizard

Posted: Fri Oct 27, 2017 12:49 pm
by MDandD
Has anyone figured out why the .pkg file will not install on a mac?

download/file.php?id=1588

Re: Reef Angel Web Wizard

Posted: Mon Oct 30, 2017 7:05 pm
by rimai
Not sure why it is not working for you.
I just tested and it worked for me.
I tested on OSX 10.11 El Captain.
pkg.png
pkg.png (28.73 KiB) Viewed 19550 times

Re: Reef Angel Web Wizard

Posted: Tue Oct 31, 2017 4:52 am
by binder
MDandD wrote:Has anyone figured out why the .pkg file will not install on a mac?

download/file.php?id=1588
what version of macOS do you have?

Sent from my XT1585 using Tapatalk

Re: Reef Angel Web Wizard

Posted: Thu Nov 02, 2017 8:56 pm
by rimai
I added the ability to enter labels for most of the parameters.
Let me know if anyone has any problems.

Re: Reef Angel Web Wizard

Posted: Sat Jan 06, 2018 12:17 am
by tkeracer619
Just found a bug...

Reset my controllers (plus) code back to a basic one created with the wizard. I was getting a couple errors and figured it was best to reset it since nothing but the wifi module is connected.

Using the InitialInternalMemory file in installer 1.1.3 and the wizard when you go to set the clock if you select AM for the time it changes the clock to PM. If you set it to PM it changes the clock to AM.

No biggy but likely an easy fix...

Re: Reef Angel Web Wizard

Posted: Thu Mar 08, 2018 10:15 pm
by mav3rick478
Am I doing something wrong or did I not install something, when using the Web Wizard I don't have the tty.usbserial for a port option only the cu.usbserial? Code compiles fine and I can save it. As a quick fix i just copy and pasted the code into Arduino and uploaded from there. I'm on a MBP running OSX 10.11.6 using Chrome.

New user and I just got a used RA+.

Re: Reef Angel Web Wizard

Posted: Thu Mar 08, 2018 10:56 pm
by rimai
I think it is the same

Re: Reef Angel Web Wizard

Posted: Fri Mar 09, 2018 5:44 pm
by mav3rick478
I kept getting Error 400 last night. I'll try again tonight.

Sent from my Pixel XL using Tapatalk

Re: Reef Angel Web Wizard

Posted: Fri May 11, 2018 4:09 pm
by jgwinner
I just got the Cloud Portal. I downloaded the latest RA code, ReefAngelInstaller_1.1.3.exe. (I had 1.1.1 installed before that).

Installed.

Per the docs, used the WebWizard. Got a sketch. Copied it to my development machine (I use vMicro, but for this I used the RA Arduino fork executable). A snippet of the problem code:

Code: Select all

	////// Place your custom code below here


	////// Place your custom code above here

	ReefAngel.CloudPortal();
	// This should always be the last line
	ReefAngel.ShowInterface();
I get an error:

Code: Select all

Error: 'class ReefAngelClass' has no member function named 'CloudPortal'
Indeed, I downloaded the Github code (https://github.com/reefangel/Libraries) and find that the word "CloudPortal" does not exist in any of the library files, and is not a member of ReefAngel.cpp. I even followed breadcrumbs to https://github.com/lnevo but it's the same as what's checked in under ReefAngel.

So what do I have to do to get this to compile?

Thanks,

== John ==

Re: Reef Angel Web Wizard

Posted: Fri May 11, 2018 4:25 pm
by rimai
Try using the dev branch of the github

Re: Reef Angel Web Wizard

Posted: Sat May 12, 2018 11:06 am
by jgwinner
rimai wrote:Try using the dev branch of the github
That seems better, BUT ...

Then the "Dev" branch needs to be copied over, or the docs need updating. This is crazy.

I copied over the dev branch to my user folder (%USER%\Arduino) and now I'm getting a ton of compiler errors. Can't quite tell if the Dev branch is Arduino 1.0.1 or something newer. This is harder than it should be.

Is this product dead? :(

Re: Reef Angel Web Wizard

Posted: Sat May 12, 2018 11:14 am
by rimai
No. The dev branch is the latest. It is what it is used on the web wizard.
I decided not use the Arduino IDE for mainstream anymore. It is only used for development.
The webwizard is what you want to use if you don't want to worry about compile errors.
Link for webwizard: http://forum.reefangel.com/webwizard
Now, if you are talking about doing library development, then it is another story. You will need the IDE.
So, I would suggest just going to webwizard and doing all the compiling and uploading in there.

Re: Reef Angel Web Wizard

Posted: Wed Jun 13, 2018 3:09 pm
by jgwinner
I am doing development :(

Or, I was ... I copied over my code into the web wizard and at least sort of got it to work.

Re: Reef Angel Web Wizard

Posted: Tue Oct 02, 2018 1:56 pm
by sbidny
rimai wrote: So, I would suggest just going to webwizard and doing all the compiling and uploading in there.
But how do you suggest we do this if we use the Bluetooth adapter for upload?

Re: Reef Angel Web Wizard

Posted: Sat Oct 06, 2018 3:27 pm
by mav3rick478
sbidny wrote:
rimai wrote: So, I would suggest just going to webwizard and doing all the compiling and uploading in there.
But how do you suggest we do this if we use the Bluetooth adapter for upload?
Copy and paste into the Audrino app and upload with the Bluetooth adapter, it's just more convenient because it's wireless.

Sent from my Pixel XL using Tapatalk

Re: Reef Angel Web Wizard

Posted: Sat Oct 06, 2018 3:40 pm
by sbidny
But that’s the problem. The web wizard is using the dev branch, which works with the cloud portal. The 1.1.3 libraries don’t support this in Arduino. And the web wizard doesn’t support the Bluetooth adapter.

Just a few posts above, it sounded like copying the dev branch locally was causing a bunch of compile errors. I haven’t tried doing this myself yet, though.

Seems odd to me that the web wizard would be using the dev branch and not a release branch. And why hasn’t the cloud portal made it into a release branch yet if it’s being sold?