thedarknet / dc26-badge

Darknet Industries Badge for Defcon 26
MIT License
18 stars 5 forks source link

ESP WROOM 32: Programming Quests #11

Open cmdc0de opened 6 years ago

cmdc0de commented 6 years ago

Ideas for programming quests for ESP

envelope000 commented 6 years ago

Reviewed partition table process and running multiple apps for use in a MicroPython programming quest. Best approach appears to be writing both apps - main ESP app and MP app - to the device initially and then having agents push otadata pointer to switch to MP. We may need to review what functionality would be lost when switching apps, or just build a custom MP binary to cover any functions we need consistently from the radio while agents are in MP mode. Will try running two apps in parallel next and try making one MP.