Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions 2.0_road_path.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Path to 2.0

the objective of 2.0 is changing the Framework to Arduino-ESP32 v3.+, to be able to program to ESP32-C5 chips
The objective of 2.0 is changing the Framework to Arduino-ESP32 v3.+, to be able to program to ESP32-C5 chips

## Downsides
- [x] Remove OpenHeystack (hard to use and not that usefull)
Comment thread
DidiDidi129 marked this conversation as resolved.
Outdated
Expand All @@ -11,9 +11,9 @@ the objective of 2.0 is changing the Framework to Arduino-ESP32 v3.+, to be able
- [x] Availability to program to ESP32-C5 (5ghz wifi chip)

## Things to change on 2.0
- [] InputHadler common codes, defined within #defines structures, not programmin functions to each device
- [] PPM and FuelGauge common functions
- [] Add a MiddleClass for TFT, where more libraries can be used (ArduinoGFX and Lovyan_GFX)
- [ ] InputHadler common codes, defined within #defines structures, not programmin functions to each device
- [ ] PPM and FuelGauge common functions
- [ ] Add a MiddleClass for TFT, where more libraries can be used (ArduinoGFX and Lovyan_GFX)


## Things to add on 2.0
Expand All @@ -22,25 +22,25 @@ the objective of 2.0 is changing the Framework to Arduino-ESP32 v3.+, to be able
- [x] Wifi 5Ghz support

### BLE
- [] Session hijacking
- [ ] Session hijacking

### RFID
- [] Emulation on PN532
- [] using Lora Pager RFID Chip (read/write/emulate)
- [ ] Emulation on PN532
- [ ] using Lora Pager RFID Chip (read/write/emulate)

### RF
- [] Rolljam
- Decode/Encode Protocols
- [ ] Rolljam
- [ ] Decode/Encode Protocols

### NRF24
- [] mouse jacking
- [] keyboard jacking
- [ ] Mouse jacking
- [ ] Keyboard jacking

### Interpreter
- Possibility to access I2C, SPI, UART buses
- [ ] Possibility to access I2C, SPI, UART buses

### FM
- Remove and move it into a JS code
- [ ] Remove and move it into a JS code