gcormier / megadesk

Open-source IKEA Bekant controller board
GNU General Public License v3.0
717 stars 53 forks source link

Board seems to keep restarting #84

Closed JorritPosthuma closed 2 years ago

JorritPosthuma commented 2 years ago

Hi! First of all, thank you so much for the project. It's been working like a charm as a smarter replacement for the IKEA version. I also wanted to make it even smarter by connecting it to an ESP32 with Apple Homekit :), but I've ran in to some problems:

Do you have any idea what I could have done wrong? It might be my soldering skills as I'm still relatively new to the hobby of electronics :).

gcormier commented 2 years ago

It is unable to talk to the motors, so it resets itself. This is to be expected when programming and not attached to the desk. There is an option that will disable this reset.

For the ESP32, this is when everything is connected?

JorritPosthuma commented 2 years ago

Thanks for the quick reply! That makes sense :). I had everything connected with the ESP32 powered by the 5V of the pinouts of the board, but some components got hot pretty quickly, so that's probably not the right way to connect everything up 😅.

A little outside of the scope of my original question, but could you suggest how you would power the ESP32? I imagined that with 2 different power supplies (the desk for the megadesk board, and a separate 5V PS for the ESP32) that would only lead to trouble? Or is that ok if you connect the grounds? (Sorry for the basic electronics questions 😅)

gcormier commented 2 years ago

Please check issue #83 - no you can't use the megadesk power.

A simple buck converter from Amazon to go from 24V to 5V would work.

JorritPosthuma commented 2 years ago

Thanks! I’ll do some more reading ☺️. Have a nice day!