AM2315 with a Propeller.
Allen1953
Posts: 3
in Propeller 1
I would like to run an AM2315 temp R/H sensor with a Propeller (P8X32A) based board from Hobbytronics. The serial VGA board, as it suggests, converts TTL serial data to a VGA signal, using the P8X32A "Propeller" chip. I need help getting started programming the propeller chip. My goal is to become proficient at programming the propeller chip to work with different sensors. This is very useful in my weather instrument environment. I'm very new to the I2C bus.
Comments
Most of the I/O drivers either in the OBEX or included with the Propeller Tool have examples of their use included as part of the source code. The comments in the source are often detailed.
Definitely. You should do this with all your projects. There are source code control systems like Git that make keeping and comparing backups really easy.