V2 Release Candidate #2 #89
Locked
DeeEmm
started this conversation in
Code Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ESP32 port of DIYFB Project
V2.0 is a major release that is essentially a complete rewrite of the DIYFB code. The main change is that the default platform has changed from the Arduino Mega / Uno to the ESP32. The ESP32 is a faster processor that offers 12 bit resolution as well as on board DAC converters. This offers improved accuracy and speed. The ESP32 also includes data storage and Wifi support which has allowed the creation of an embedded web based user interface that can be accessed by a browser. This WebUI has completely changed the way that the DIYFB is used and offers much greater flexibility to the systems functionality.
This release is our second release candidate and is fully functional code that is released with the intention of peer testing. Once the peer testing process has finished and all bugs addressed, the final release candidate will become the official V2.0 release.
Please note that the recommended board is the Wemos D1 R32. At present the system is designed to be used with DIY electronics. Work is currently underway to finalise the shield.
RC2 is a bugfix release that incorporates the following changes identified in RC1:
Build 21082503
Code installation and use is documented in the WIKI
Validation testing for code operation and functionality is ongoing.
Check the changelog to see what changes have been made since this release
Beta Was this translation helpful? Give feedback.
All reactions