smaho-engineering / esptouch_flutter

ESP-Touch Dart API for Flutter. Platform-specific implementation for Android (Java) and iOS (Objective-C).
https://pub.dev/packages/esptouch_flutter
MIT License
100 stars 34 forks source link

Arduino library? #12

Closed zainaliyt closed 3 years ago

zainaliyt commented 3 years ago

I want to know which library are we supposed to use in arduino ide ??

vincevargadev commented 3 years ago

This is a Flutter project and AFAIK it's completely irrelevant which library you use in the Arduino IDE as long as in the end, your firmware+hardwares supports ESP Touch.

zainaliyt commented 3 years ago

Could you help me with some code from arduino so that i can test it?

Den tors 4 mars 2021 20:06Vince Varga notifications@github.com skrev:

This is a Flutter project and AFAIK it's completely irrelevant which library you use in the Arduino IDE as long as in the end, your firmware+hardwares supports ESP Touch.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smaho-engineering/esptouch_flutter/issues/12#issuecomment-790856494, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAU2CC3Y5AFCKMBTDZF35TTB7K2PANCNFSM4YTP4IRQ .

max-koehler commented 3 years ago

@zainaliyt ESP-Touch is also know as smart config. Best to Google for ESP WIFI Smart Config. There are plenty of examples you can find depending on your MCU and used Libraries.

hanen1234 commented 3 years ago

I want to know how can be installed RTC DS1307 library arduino?

max-koehler commented 3 years ago

@hanen1234 as mentioned early this library isn't building upon Arduino. I'd suggest you ask your question at https://forum.arduino.cc/ or search their board to find the answers you are looking for.