Skip to content

Esp32 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Esp32 #3

wants to merge 3 commits into from

Conversation

tablatronix
Copy link

PR is FOR TRACKING and diffs, do not merge!

### todo
removes flashstorage to be abstracted into methods and add ifdef wraps
esp32 flash storage support for read and write methods
esp32 tone buzzer
esp32 relay pwm use sigmandelta or ledc abstract to start and wriite methods
@tablatronix
Copy link
Author

@UnexpectedMaker this PR is just to track the commits and files changed for diffing, please ignore thanks.

@tablatronix
Copy link
Author

tablatronix commented Aug 27, 2018

esp32 support, mosty commenting stuff out

ToDo

removes flashstorage to be abstracted into methods and add ifdef wraps

  • esp32 flash storage support for read and write methods
  • esp32 tone buzzer
  • esp32 relay pwm use sigmandelta or ledc abstract to start and wriite methods

@todo comments added to code
instead of sticking ifdefs all over the code, abstract the few instances into 4-5 methods and handle there

methods needed

  • storage init
  • storage write
  • storage read
  • relay init
  • relay set
  • buzzer ( existing )

not related

  • abstract temperature to allow different reading methods, adc, i2c, ads*, non thermocouple etc.
    This controller should be able to control hotplates, kilns etc for example

❗️ I added some temperate test code, and ads1x code for adc modules you might want to remove that if you are using the max chip, I have not received mine yet, i will try to add some defines to swap that behavior back

@tablatronix
Copy link
Author

added sigmadelta tests, NOT TESTED
not sure if sd or ledc is best for the relay and buzzer control, I have not worked with either yet

@tablatronix
Copy link
Author

I did have to modify spline lib was getting some warnings or errors dont recall

kerinin/arduino-splines@master...tablatronix:master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant