pulquero / RotorHazard

Multi-node video transmitter race timer for drone racing
Other
6 stars 0 forks source link

Esp32-s2 wroover Pinout Standard #67

Open sl33pydog opened 3 years ago

sl33pydog commented 3 years ago

Using the module for anything from led controller to Video Channel Switcher I would like to find out what pins we want to freeze for common functionality.

So far I figured i2c, uart, spi for all of the recievers, adc channels for the rssi, two led out signal channels (could make a third).

There will be available pins left over but all I can think about are more of the same. If you wanted to drive a motor you could do spi, uart, etc. If you wanted more LEDs then you could do that. Button inputs to change device modes like between split timer, led illumination gate, physical motion driver, main timer, etc.

Just wanted to finalize this going forward as a standard so people can make their own boards off of it.

sl33pydog commented 3 years ago

I was thinking of something like this Test1-1 .