Hi again,
This time I decided to gearUp about microcontrollers & try a teensy ++2 board :
- 128K prgm / 8K ram / 32u4 mcu against regular arduino
- 32K prgm / 2K ram / 32u4 mcu
The aim of this project is to connect my Canon X-07 to a more powerfull shell than the one that I writed.
My dev (bread)board is equipped with :
- ssd1306 LCD I2C Screen
- SPI uSD Card reader
- ESP8266 Wifi module
- 2nd UART (two serial ports control)
- Teensy ++2 module
- 3 user buttons (new)
And run an own fork of TinyBasic.
It has 2 serial port (MASTER / SLAVE) that can be hot-swapped (USB / Canon).
So both SerPort can control the entire board (so : screen, SdCard & Wifi module).
@ this time : my board is more a POC than the final assembly...
The whole board can also be turned into a web server by a single commad (maybe later I will use a button), then You can acess to the system with your casual browser.
To do that, an auto-script (web.bas) is booted & it's output prints directly in your browser.
Since today, it has 3 new user buttons (up,down,ok) & lcd control in BASIC too.
So I can now create some simple menus :
/image%2F1880834%2F20151101%2Fob_cbb4b9_logo512.png)



