i have tried, 192.168.1.15, 192.168.1.15.8081 would I use 8000 even though i have my port set to 8081?
You need to put it in like this with the : 192.168.1.15:8000
i have tried, 192.168.1.15, 192.168.1.15.8081 would I use 8000 even though i have my port set to 8081?
Ya i think i got confused I was thinking when it said
#define ROUTER_IP 192,168,1,1 //change this to your router ip address
#define ROUTER_PORT 8081 //usually port 80 for the ip configuration web page
that is meant my WIFI/local router, i didnt realize it meant the ISP router
I have a quick question on the ATO circuit, on the schematic it shows the ATO going to the arduino pins, does ther other side go to ground or 5V? and is there any resistors needed?
it is working now, thank you for your help, now I just need to wait for my Tayda order to show up
I'm back and will resume working on the controller again.
I was planning to do some work over the holidays but that did not happen
There was a really nasty wind storm a couple weeks ago and knocked the power out for over 24 hours. Luckily I have a generator ready. I bought that 3 years ago ($250 from costco) and it was the first time I used it. I think without it, I would be tankless now, so I think the generator paid for itself after one use.
I just received the lumia chip a couple days ago. That was almost 2 months since I placed the order. I'll be more selective next time I buy and avoid using aliexpress if possible. I never had any problem buying from chinese sellers on ebay. The dispute escalation process of aliexpress is a joke. I have not tested the lumia led yet.
I also moved my work setup to another room, so my test setup is completely dismantled right now. I need to redo most of the development work since I lost the files when my laptop crashed and the only copy of arduino code I have is whatever is on github. I have since configured the files to backup to OneDrive.
FWIW, Tayda has a US based seller
http://stores.ebay.com/Thai-Shine
They sell pretty much the same items as the thailand store, just cost a little more. They send via first class mail (I think from Utah), so it arrives in about 5 days or less.
FWIW, Tayda has a US based seller
http://stores.ebay.com/Thai-Shine
They sell pretty much the same items as the thailand store, just cost a little more. They send via first class mail (I think from Utah), so it arrives in about 5 days or less.
Thank you for the info. I have a quick question on the LED code you are working on. is it going to use the PWM pins on the aruino? I have 2 evergrow d120 LEDs and I currently use my arduino to do sunrise sunset with an opamp circuit to convert the 5v PWM to 0-10v signal. will your code do that, or would I have to make my own code?
I believe that the last proposed solution was going to use a PCA9685 I2C to PWM chip to drive the5 channel LED solution.