EnviroDIY / TippingBucketRainCounter

Arduino code & instructions to convert a Pro Trinket board into a low-power I2C event counter for a tipping bucket rain gauge or anemometer.
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Expand beyond Pro Trinket to other low-power 3.3V boards as slaves #8

Open aufdenkampe opened 3 years ago

aufdenkampe commented 3 years ago

Adafruit is deprecating the Pro Trinket! Here's their waring:

Deprecation Warning: The Pro Trinket bit-bang USB technique it uses doesn't work as well as it did in 2014, many modern computers won't work well. So while we still carry the Pro Trinket so that people can maintain some older projets, we no longer recommend it. Please check out the Metro Mini (ATmega328 @ 5V 16 MHz), ItsyBitsy 32u4 5V 16MHz, ItsyBitsy 32u4 @ 3.3V 8MHz or ItsyBitsy M0 @ 3V 48MHz. All have built-in USB and are comparable in price! The ItsyBitsy's especially are about the same size and have native USB and tons of pins, so they're a very close compatible.

Given that we need it to be:

Are there other candidate boards? What would it take to adapt them to function as an I2C counting device?

aufdenkampe commented 3 years ago

I noticed that @hawes1010 forked this repo to work for the Teensy with https://github.com/hawes1010/TippingBucketRainCounter/commit/a0a62e8ccff0bad192cb5904bf0d6e27c3383bf0.

@hawes1010, let us know how that's been working!