Replies: 3 comments 2 replies
-
I'd love to continue evolving Tulip once we have a core group of people using it / working on it. We're still incredibly early days so I think a bigger decision on Tulip's evolving specs may have to wait a bit. The original design goal of Tulip is something you can build on your own (or use the software simulator) with relatively cheap off the shelf (and in stock) parts in a laptop form factor -- that is, portable, with a portable and readable screen included. That limits some of the changes people might want. I'd also like to keep it to "one specification" - I don't want to support a more powerful Tulip alongside a less capable one. Re: where can you get the hardware -- this should be relatively clear, I hope, on the various build pages. If you're having trouble getting the parts, let us know here. So with that said
|
Beta Was this translation helpful? Give feedback.
-
I love this project and cant wait to build one and test! Currently how does one get external files onto the unit? Is it possible? Perhaps adding an SD card reader would be the answer? Also out of curiosity, on the current unit, can one toggle the IOs in the Mircopython way (from machine import Pin, etc....)? I know there are not many IO's left but I wondered if it is possible to toggle them. I dont suggest this becomes a "Raspberry Pi" type unit but to have even 3 or 4 IOs available would be nice But then again how do you add an SD card if there are not enough IOs available... |
Beta Was this translation helpful? Give feedback.
-
You can get files on from a computer in a few ways:
An SD card is certainly possible (and there may be the pins for it!) But it's not on my personal roadmap -- I easily get by with one of the above options to get files over. Re: GPIOS, absolutely! All that stuff will work. There's currently 7 free GPIOs available on the ESP32S3, and also the I2C bus is available -- we just have the touchscreen on it now. You can easily get at them with the breadboard or breakout board versions of Tulip. The integrated board does not break them out (but could!) except for I2C. |
Beta Was this translation helpful? Give feedback.
-
First off I love the project and want to promote it in the retro-computing circles. When I have discussed this project with others I keep getting these questions:
My own personal question or suggestion is documenting what you want to do next with the project. This way other like myself who want to help know the direction and/or what's next.
Beta Was this translation helpful? Give feedback.
All reactions