Thank you for your enthusiasm!
- Arrays
This is definitely on the list of things to be added!
- More sensor library support, including more common dht11, 22 kind sensors
- More lcd display support, like nokia5110 lcd, it’s so common.
- Detailed guide how can we add sensor support, how can we contribute?
Currently there’s no way for users to upload new sensors to the library, but if you post them on the forum I’ll add them to the library.
Perhaps there should be a style guide for defining sensor interfaces; such as how they should be named, etc.
- Common camera sensor support, like ov2640,
- k210 capable of so many good things. It has builtin fft chip. How can we use it with ulisp. Also how can we use built in microphones? Most k210 and adafruit boards comes with it.
I thought about this when I was working on the K210 boards. To be useful the camera and microphone need to be interfaced in a way that would allow uLisp programs to access and process their data, and I couldn’t see an obvious way to do this. Any suggestions?
- Tinyml support. Most difficult one. New arm m4 boards comnes with built-in sensors, k210 boards already had that. How can we add that?
I’m not sure how that could work. Suggestions?
Thanks, David