SimonRafferty / Webasto-Heater---Replacement-Controller

An Arduino M0 based controller for Webasto C/E Diesel Water Heaters
GNU General Public License v3.0
37 stars 11 forks source link

Wifi connection ? #1

Closed attilatheprogramer closed 2 years ago

attilatheprogramer commented 2 years ago

Hello, i didn’t find code for wifi connection setup and what is possible to make with this connection that you specified on pcb

SimonRafferty commented 2 years ago

You're right! Unfortunately, I discovered that you cannot use WiFi & Analog read at the same time on an ESP32 - the WiFi messes up the ADC.

I later changed to the M0 processor - which doesn't have WiFi at all, but has a better Analog implementation.

attilatheprogramer commented 2 years ago

Ah is it right thanks for response

SimonRafferty @.***> (időpont: 2022. jan. 8., Szo, 14:16) ezt írta:

You're right! Unfortunately, I discovered that you cannot use WiFi & Analog read at the same time on an ESP32 - the WiFi messes up the ADC.

I later changed to the M0 processor - which doesn't have WiFi at all, but has a better Analog implementation.

— Reply to this email directly, view it on GitHub https://github.com/SimonRafferty/Webasto-Heater---Replacement-Controller/issues/1#issuecomment-1007972283, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXGUCSZ3DGFIVSMBMELVTKDUVATH7ANCNFSM5LQODMNQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: <SimonRafferty/Webasto-Heater---Replacement-Controller/issues/1/1007972283 @github.com>