Commit Graph

24 Commits

Author SHA1 Message Date
Youen Toupin
c2ccafbcde improved wifi management
- Possibility to create an access point on the ESP32
- Possibility to make the ESP32 try to connect to multiple access points
2022-03-22 19:30:34 +01:00
Youen Toupin
362789f2a2 minor PCB changes 2022-03-20 14:01:40 +01:00
Youen Toupin
b136342c2c finished power meter and speed meter 2022-03-19 23:55:51 +01:00
Youen Toupin
3d9aee6d0a rewired components to other ESP32 pins
- fixes issue with ADC2 that can't be used at the same time as wifi
- needs only three 1x4 connectors for the ESP32 module
- all ESP32 unused pins are easily available on the PCB for future extensions
- however, non-default pins are now used for I2C (and if needed in the future, SPI will use non-default pins as well)
2022-03-19 11:55:44 +01:00
Youen Toupin
7daca0a650 MCU_board PCB wip 2022-03-18 23:59:19 +01:00
Youen Toupin
292b7d7f5a added ADC calibration code 2022-03-18 23:50:02 +01:00
Youen Toupin
48d8ca4ac2 test code that reads a voltage and displays it in the web browser 2022-03-15 23:23:31 +01:00
Youen Toupin
262838bb42 Added test api URL, configured static files caching 2022-03-13 00:01:02 +01:00
Youen Toupin
45928917fa removed unused file 2022-03-12 23:59:49 +01:00
Youen Toupin
8bdd34412f Added WebApp project 2022-03-12 23:58:44 +01:00
Youen Toupin
15b7838219 Serving files from SPIFFS 2022-03-12 13:07:41 +01:00
Youen Toupin
2ea7220173 Integrated HTTP server (hello world page) 2022-03-12 12:42:05 +01:00
Youen Toupin
7559e78719 symlink hacks to make Arduino IDE use local libraries 2022-03-12 12:22:36 +01:00
Youen Toupin
8c95deff00 Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
Youen Toupin
de1de315cc Added sample ESP32 program
Can be built with Arduino IDE and edited with Eclipse CDT
2022-03-12 11:43:50 +01:00
Youen Toupin
7f7b62f71a finished prototype version of power switches 2022-02-13 22:53:22 +01:00
Youen Toupin
8ab1890d03 moved kicad project to MCU_board, and added power_switches kicad project 2022-02-13 13:05:18 +01:00
6bd2745d71 added I2C connector, speed connector, batterry voltage sensor, power led 2022-02-06 22:47:56 +01:00
231e73f546 added components documentation 2022-02-06 22:47:04 +01:00
0625a08a5f added NodeMCU_ESP32 component 2022-02-06 00:44:34 +01:00
44c0315765 remove old version of kicad project file 2022-02-05 14:57:28 +01:00
dd7462113e update to kicad 6.0 2022-02-04 22:23:44 +01:00
392925c532 project creation (wip) 2022-02-04 21:53:33 +01:00
86649be180 Initial commit 2022-02-04 20:44:42 +00:00