IRC Log - 2025-08-05 - #retro

Channel: #retro
Total messages: 13
Time range: 16:35:06 - 23:31:47
Most active: veltas (7), ZombieChicken (6)
16:35:06 #retro <ZombieChicken> Hello. Quick question; is there a sane and reasonable way to do i2c via retroforth?
16:39:01 #retro <veltas> Are you running it on a raspberry pi or something?
16:48:35 #retro <ZombieChicken> That is the plan
16:48:46 #retro <ZombieChicken> at least to start with.
16:49:06 #retro <ZombieChicken> I'm looking for ways to talk to an AHT20 sensor that doesn't require learning Python, or C
16:57:31 #retro <veltas> Unfortunately the only docs I can see for that sensor is some Arduino C++
16:57:37 #retro <veltas> For the registers etc
16:58:24 #retro <ZombieChicken> Yeah. That's why I asked about i2c; it uses i2c for comms
16:59:16 #retro <veltas> Yes but you need to know the registers etc to talk to it, even if you already have an I2C driver
16:59:32 #retro <veltas> And the only docs I've found are in C++
16:59:40 #retro <veltas> I guess it's easier to read C++ than to write it
17:00:06 #retro <ZombieChicken> I have the datasheets and everything for the device; I just need the i2c
23:31:47 #retro <veltas> Where's datasheet?