Search found 5 matches

by v01d
Wed Jul 25, 2018 3:43 pm
Forum: How do I code ...
Topic: How do I turn on/off relay through the Serial Monitor?
Replies: 5
Views: 8132

Re: How do I turn on/off relay through the Serial Monitor?

Awesome, glad I could help. I don't maintain that code at the moment. Hopefully someone will pick it up when it needs enhancement.
by v01d
Mon Jul 23, 2018 10:39 pm
Forum: How do I code ...
Topic: How do I turn on/off relay through the Serial Monitor?
Replies: 5
Views: 8132

Re: How do I turn on/off relay through the Serial Monitor?

This is what I used for my wiring. Don't ask why pin 7 was 5v I don't know. Also the colours of the cables were just what I had. Note, 4 is RX and 5 is TX and this is starting from the Right Hand side as pin 1. So in your case: NodeMCU's "TX" to RA's Pin 4 "RX" and NodeMCU's &quo...
by v01d
Mon Jul 23, 2018 10:16 pm
Forum: How do I code ...
Topic: How do I turn on/off relay through the Serial Monitor?
Replies: 5
Views: 8132

Re: How do I turn on/off relay through the Serial Monitor?

Hi Im2Nelson4u, Sorry I can't send private messages apparently. Your message: "Hi, I just bought a NodeMCU esp8266 module and was wondering how to wire it to the reefangel ? Do i need a converter to go from the reef angels 5v to 3.3v or can i use the VIN on the NodeMCU?" You can't exactly ...
by v01d
Mon May 15, 2017 1:09 am
Forum: Apps
Topic: ESP8266 Custom Wifi Attachment
Replies: 10
Views: 11066

Re: ESP8266 Custom Wifi Attachment

Great, as I mentioned, I've already written code that I'm currently using with the ESP8266, but I would like to go through the cloud wifi code to optimise my communication with the RA. As I didn't think of looking at the cloud wifi code, my code may be terrible, but it works lol. Eg. I was trying to...
by v01d
Fri May 12, 2017 1:20 am
Forum: Apps
Topic: ESP8266 Custom Wifi Attachment
Replies: 10
Views: 11066

ESP8266 Custom Wifi Attachment

Good day, I have written some code to use an ESP8266 as a custom wifi attachment for the RA. I can't find the code for the existing official wifi attachment, I assume it's not open? There are a few other questions I have that could help improve the functionality of this custom code if this kind of t...