Categories
Uri_ba's pit

DEDuino – V.1.2.0

DEDuino version 1.2.0 is finally here.
The main change is the switch to i2c protocol to drive the lights. However several other change has also has been implemented.
To support the new features, a new software version has been released. please note that this version is not backwards compatible with the old code. and vice versa, DEDuino 1.2.0 can only work with app version 0.0.1.0 and up. please note that DEDuino software will not automaticly update major version – so current devices should not be effected.
Categories
Uri_ba's pit

DEDuino – V1.1.4

Yet another patch for the code.
this release has focused on two things.
1. Making the code easier to handle for the novice.
2. Bringing the performance of the Uno back to acceptable level.

To achieve this, a new “config.h” file was created, bringing together all the important settings and features (I’ve even tried to get everything properly documented…).

Please note that the default is now “Arduino Micro” – as it is in my opinion that minimum required board (due to the Uno Memory constraints). If you with to use an Uno (or a Mega as some are doing – please make sure to select the proper option)

To get the performance back to the uno the code now intentionally disabling RealFFI and Bezel options (regardless of what “config.h” says). This can be overridden via the “fuelflow.h” file – but please note there is a performance impact.
As always, links for the download are at the download page.

Happy flying!

Categories
Uri_ba's pit

DEDuino – Release Post

The day is finally here!

I’ve decided to release the project with all the issues I’ve found and could not fix – in hope that someone will be able to look at the code and schematics and help me hunt down the issues.

You can download the code from the Download Page 

And also available on github:
https://github.com/uriba107/deduino

I hope this initial release would be a stepping stone for things to come! thank you all!

Uri

Release Readme: