Replies: 11 comments 21 replies
This comment has been hidden.
This comment has been hidden.
-
I would definitely not recommend tapping the megadesk for power. The thermal implications probably aren't great as linear regulators are used, which produce heat to drop the 30V down to 12V and 5V. This is OK as our consumption is very low - about 15mA. Adding something that consumes 10 the power will be too much heat inside the enclosure. The new PCB version (just some layout changes, nothing new) actually has silkscreen now that says not to use the power for any other peripherals since more and more folks are interested in the serial stuff. I would suggest you could tap RX/TX/GND/24V from the megadesk, and then wherever it is going, have your own component to go from 24V to whatever voltage is needed by your accessory board. |
Beta Was this translation helpful? Give feedback.
-
Okay perfect, my Megadesk should be arriving soon. I am keen to get tinkering with it. |
Beta Was this translation helpful? Give feedback.
-
Unsure if adding a Bluetooth LE control option is off topic for this discussion, but going for it anyway. The Bluefruit LE UART looks possible. The question of flow control may or may not be an issue depending on circumstances. The current measurements show average current: 1.86mA, peak current: 15.2mA, More like 2x power than the 10x for Wifi options. How does providing that via the programming header seem? For the "tap RX/TX/GND/24V from the megadesk" route. Any suggestions on options for the 24V. Simplest might be a short breakout cable with 2.54mm headers between megadesk and the power cable. Details on using a DC Buck in issue #58 would complete the picture. |
Beta Was this translation helpful? Give feedback.
-
https://www.ezsbc.com/product/wifi01-sw/ Not affiliated but I found this board that has a High Voltage input and a buck converter built in, so you can power this from the 24V (30V) provided by the desk. |
Beta Was this translation helpful? Give feedback.
-
Hello @ all! I managed to get my Megadesk running with an ESP8266 and connected it to my Homeassisant. Also here is direct link to a case a friend of mine made for me, which fits a StepDown Converter or either an ESP8266 or an ESP32: Have a great day! |
Beta Was this translation helpful? Give feedback.
-
I also received my Megadesk v.8 with serial enabled feature and decided to use Wemos D1 mini as a microcontroller. I used this instruction for connecting and uploading configuration to the D1. Because this configuration just runs web server on the microcontroller, I realised that it's good idea to control the desk with HTTP POST method, and as a platform I used Apple Shortcuts and Telegram bot. Here few screenshots how I configured Apple Shortcuts: And in the recent version of MacOS it's possible to add this shortcuts directly to your dock, so it's really great way to control your desk: |
Beta Was this translation helpful? Give feedback.
-
Quick summary guide for those who want to run the ESP controlled megadesk (on Windows):
Notes:
Keep in mind:
web_server: |
Beta Was this translation helpful? Give feedback.
-
I tried connecting a knock-off D1 Mini to the Megadesk today but to no avail. Can anyone notice what I've done wrong? I purchased it in February, so it should've arrived with a serial enabled firmware. I definitely wired it up correctly with a JST wire.
D1 Mini Rear D1 Mini Front Megadesk Front Megadesk Rear JST ESPHome |
Beta Was this translation helpful? Give feedback.
-
I think the ground here isn't needed as you have ground already connected trough your red-yellow-black cable. Best would be you show us a complete picture of your setup with all components and connections. |
Beta Was this translation helpful? Give feedback.
-
Regarding GND -> if you are using different GND on your boards (and from what you are describing, you might be) you might run into issues because you might have different electrical potentials on your boards. This might be an explanation for the problem you have. This is why @fellwell5 solved the power supply with a stepdown transformer connected to the same ground as the megadesk: From my point of view this would be the better approach than using a seperate USB power supply. |
Beta Was this translation helpful? Give feedback.
-
Reading through #12 I couldn't seem to find the best solution to this so asking it here. But what are peoples recommendations on a controller for serial control? I was thinking of just using a D1 mini.
And then to follow it up would the best solution be to run connect the 3 pins from the programming header and run the cable out to the controller? Or has someone worked out a way to get power and fit a controller in the box itself?
Beta Was this translation helpful? Give feedback.
All reactions