Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Então, eu tenho executado o reefpi com um pi4 esperando pelo driver para o esp32 agora ouço, mas não tenho ideia de como configurá-lo como configurar o esp32. Eu sei como instalar tasmota e esphome no esp32 e configurá-los e usar Mqtt com nodered e home assent, mas não tenho ideia de como obter a configuração do esp32 e reefpi no driver reefpi. Eu procurei no Adafruit e no github por instruções sem sorte. Podemos obter algumas instruções básicas de isolamento - configuração, por favor. @Ranjib
Sadly that's not very helpful by itself.GitHub - reef-pi/esp32: ESP32
ESP32. Contribute to reef-pi/esp32 development by creating an account on GitHub.github.com
Spot on. Connect Esp32 with pc and use arduino ide to compile and upload that sketch. The pin out (which pin is responsible for inlet, outlet, pwm and analog input) are declared at the top of the sketch. Configure it according to your physical setup .and then once Esp32 is running use reef-pi to add the new Esp32 driver with the same pin configuration . And that’s it , now you can setup connectors using the new driver and attach equipment , ph prob etc.Sadly that's not very helpful by itself.
Looks like it might be written using the Arduino IDE ( .ino file), so one would probably connect the ESP32 to a PC, download the Arduino Core for ESP32 and all of the necessary libraries and write that compiled code to the ESP32 using the Arduino IDE.
Yeah. I need time to get to the docs , I have started the work, but it’s far from done.So i have been runn reefpi with a pi4 been wating for driver for esp32 now it hear but have no clue how to set it up how o config the esp32. I know how to install tasmota and esphome on esp32 and config them and use Mqtt with nodered and home assent but have no idea how to get the esp32 and reefpi setup under the reefpi driver. i have search the Adafruit and github for instruction with no luck. Can we get some basic insulation - setup instructions please. @Ranjib
Read me text ESP32 based reef-pi driver firmware that allows outlet, pwm, inlet and analog input interface. I know what it dose I need to know how and what to install on the ESP32 and how to configure it.GitHub - reef-pi/esp32: ESP32
ESP32. Contribute to reef-pi/esp32 development by creating an account on GitHub.github.com
Thank you my friend.for a supposed DIY controller allowing the general reefing community to be able to build themselves with cheap off the shelf electronics I did realize I would have to become a computer programmer learn multiple programming language. At least the Arduino IDE i am some what familiar with it and there are tons of info and resources.Sadly that's not very helpful by itself.
Looks like it might be written using the Arduino IDE ( .ino file), so one would probably connect the ESP32 to a PC, download the Arduino Core for ESP32 and all of the necessary libraries and write that compiled code to the ESP32 using the Arduino IDE.
GitHub - reef-pi/esp32: ESP32
ESP32. Contribute to reef-pi/esp32 development by creating an account on GitHub.github.com
Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "DOIT ESP32 DEVKIT V1, 80MHz, 921600, None, Disabled"
sorry to bother you, but i have this warning while compiling the ino file. could you give me some advice.
im sorry, but im not really a programmer. thank you for any help
helo wolf. im not an expert, but here is the link i followSo I downloaded the latest version of arduino 2.? First thing it asks it the chose a board. But nowhere could I find esp32 so a little help please.
I can give you detailed instructions later when I’m back home.So I downloaded the latest version of arduino 2.? First thing it asks it the chose a board. But nowhere could I find esp32 so a little help please.
Thank you but don’t worry about it. Windows 10 updated again now half my program will not run the change the OpenGL dll files again and now magically my video graphics card doesn’t support OpenGL 2.0 anymore. So im in the process of trying to save all my old program file before I wipe it and install Linux on it.I can give you detailed instructions later when I’m back home.
Got the code and the ESP32-Arduino core installed, but could you please provide which Libraries you included ? A quick search for AsyncTCP and AsyncWebServer for ESP32 for example resulted in 3 libraries each for slightly different platformsSpot on. Connect Esp32 with pc and use arduino ide to compile and upload that sketch. The pin out (which pin is responsible for inlet, outlet, pwm and analog input) are declared at the top of the sketch. Configure it according to your physical setup .and then once Esp32 is running use reef-pi to add the new Esp32 driver with the same pin configuration . And that’s it , now you can setup connectors using the new driver and attach equipment , ph prob etc.
the one wire (temperature ) pin is special (0th element in analog input pins) and is used through ph module in reef-pi (since that’s the only module that takes analog input )
Ok, I think I found the Asynchronous Libraries:Spot on. Connect Esp32 with pc and use arduino ide to compile and upload that sketch. The pin out (which pin is responsible for inlet, outlet, pwm and analog input) are declared at the top of the sketch. Configure it according to your physical setup .and then once Esp32 is running use reef-pi to add the new Esp32 driver with the same pin configuration . And that’s it , now you can setup connectors using the new driver and attach equipment , ph prob etc.
the one wire (temperature ) pin is special (0th element in analog input pins) and is used through ph module in reef-pi (since that’s the only module that takes analog input )
#include <TokenIterator.h>
#include <UrlTokenBindings.h>