WIFI Perimeter Sender(English): Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(PROGRAMMING ESP32)
(PROGRAMMING ESP32)
Zeile 47: Zeile 47:
 
Open your Arduino Ide 1.8 or later
 
Open your Arduino Ide 1.8 or later
  
[[Datei:ide-setting-30.png|400px]] [[Datei:ide-setting-35.png|400px]]
+
Select ESP32 DEV Module and correct COM port
  
When you upload code you need at the end of compilation to push the BOOT button locate on ESP32 DEV KIT for 5 sec to start uploading
+
[[Datei:ide-setting-30.png|400px]]    [[Datei:ide-setting-35.png|400px]]
  
[[Datei:ide-setting-40.png|200px]]  [[Datei:esp32 boot.png|200px]]
+
 
 +
----
 +
 
 +
To upload code do not forget : At the end of compilation when you see "connecting ....." --> push the BOOT button locate on ESP32 DEV KIT for 5 sec to start uploading
 +
 
 +
[[Datei:ide-setting-40.png|400px]]  [[Datei:esp32 boot.png|100px]]
 +
 
 +
----

Version vom 14. März 2021, 10:50 Uhr

WIFI Perimeter sender.

WIFI PERIMETER SENDER

Hardware

You need :

1 ESP32 DEV KIT V1 (or later but with same pin diagram).

Esp32-1.jpg Esp32-2.jpg Esp32 layout.png


1 INA3221 3-Channel DC Current Sensor :

INA3221.jpg


1 I2C Small OLED Display

OLED-Display-1.jpg


1 DC/DC Converter

DC DC converter.jpg

1 L298N motor Driver.

L298N-1.jpg


WIRING

Now you need to connect everything together.

Option 1

It's the same that standard sender Only one perimeter wire is used.

Option 2

2 area perimeter wire are possible.

PROGRAMMING ESP32

You need to use Arduino IDE to upload code into ESP32, It's easy and exactly same process that for Arduino DUE or Mega ,but need to select the correct board.

Add the ESP32 board to your arduino IDE: for more info see : https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md

Open your Arduino Ide 1.8 or later

Select ESP32 DEV Module and correct COM port

Ide-setting-30.png Ide-setting-35.png



To upload code do not forget : At the end of compilation when you see "connecting ....." --> push the BOOT button locate on ESP32 DEV KIT for 5 sec to start uploading

Ide-setting-40.png Esp32 boot.png