@Glintor said in [Product] RS232 in Grove Unit Format:
Did you make this yet?
Doesn't look like they made it yet.
@Glintor said in [Product] RS232 in Grove Unit Format:
Did you make this yet?
Doesn't look like they made it yet.
@ifantus
An I2C SD card reader would be pretty neat and useful, don't think I've ever seen anyone do that. The bus isn't really meant for data like that, but if it were a logging only thing... I might play with that using my reader and a pair of Atoms.
It would be important to minimized how much data is getting transmitted over I2C though; maybe limit file name length (8.3?) and character set (base ASCII?) possibly excluding anything in folders too (root only), may have to limit what sort of data can be written as well (or send start/stop bytes to encapsulate strings)
Functions could be something similar to this:
@kinonsc said in [Product] RS232 in Grove Unit Format:
https://shop.m5stack.com/products/atomic-rs232-base-w-o-atom-lite
plus
https://shop.m5stack.com/products/grove2dupont-conversion-cable-20cm-5pairs
I could also just solder a grove connector to some cheap MAX232 boards from Ali and shrink tube them...
Most of my projects deal with RS232; M5Stack makes RS485 & CAN in Grove format, it would just be nice to have RS232 in that format as well to easily plug-n-play to their MCUs.
ATOMIC TF-Card Reader A135, but expose pins G39 & G38 as an Grove port.
A TTL-RS232 level converter that connects via Grove
(using a similar design to the Mini CAN Unit: https://shop.m5stack.com/products/mini-can-unit-tja1051t-3)