Search found 6 matches

by Peter83
21 Dec 2022, 17:28
Forum: ESP Easy: Projects / Applications
Topic: reeding Attiny with ESPeasy
Replies: 7
Views: 1988

Re: reeding Attiny with ESPeasy

ok ill wait :)

is there any chance you are writing a GSM tool as well any time soon? (asking for a second project)
by Peter83
20 Dec 2022, 20:32
Forum: ESP Easy: Projects / Applications
Topic: reeding Attiny with ESPeasy
Replies: 7
Views: 1988

Re: reeding Attiny with ESPeasy

thanks for your answer. ok, so i ordered an Attiny 85-20 now. I already have and BME280 on I2C. Do i have to put them both on same GPIO then? Or have 2 interfaces? Or if both is wrong i probably should have the Attiny read the BME280 as well, which is probaly more difficult for me :D Is this base pl...
by Peter83
19 Dec 2022, 22:16
Forum: ESP Easy: Projects / Applications
Topic: reeding Attiny with ESPeasy
Replies: 7
Views: 1988

Re: reeding Attiny with ESPeasy

hmm ok.. hmm. i`m too far in this projekt to rethink it all. Its a weather station i pretty much just need in summer when solar power should be well enough. On my betteries its running for 5 days straight without deepsleep and sending once an hour. I think my set up should be well enough, when i can...
by Peter83
18 Dec 2022, 15:36
Forum: ESP Easy: Projects / Applications
Topic: reeding Attiny with ESPeasy
Replies: 7
Views: 1988

reeding Attiny with ESPeasy

Hello, i am thinking about using an Attiny 45 or 85 to reed my rainbucket and make my ESP with ESPeasy get data off it as the Wemos D1 mini is on solar/battery power and needs to be in deepsleep most of the time. Is this posssible? If so what do i need to set up? A dummy counter? Does anyone know wh...
by Peter83
12 Dec 2022, 16:42
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy Battery Tester
Replies: 50
Views: 16224

Re: ESPEasy Battery Tester

That should look like: (Assuming default Values name of 'Analog' for the "Analog input - Internal" plugin) Code: Select all On VBat#Analog<3.1 do //VBat is Name, GPIO is ADC (TOUT), values should use US notation, 3.1 not 3,1 Deepsleep, 3600 Endon Edit: Made some small but significant edit...
by Peter83
10 Dec 2022, 19:47
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy Battery Tester
Replies: 50
Views: 16224

Re: ESPEasy Battery Tester

So you could add the ADC plugin to a task and in the rules decide to enter deep sleep immediately if it is too low. But.... the first reading may fluctuate a bit, so it might need a few samples to base a "go/no-go" decision on it. Hello. So i have a Wemos D1 mini on a battery with solar. ...