Upgrade path from wifi-desk-controller to upsy-desky #22
-
Hi TJ - is there a path to upgrade the software on this wifi-desk-controller to the upsy-desky version or would you recommend upgrading the hardware instead? Is there any major reason to upgrade in your opinion? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi Rohan! I can look into porting some of the Upsy Desky features to the firmware here — what would you like to see specifically? The biggest reason to upgrade to the Upsy Desky would have to be the fact that it uses an ESP32 module instead of an ESP8266 board. The most important reason for this change is that the ESP32 has more hardware UART peripherals, so the MCU can spend less time decoding UART signals, and the decoded signals will be more accurate. Since the ESP32 also has Bluetooth functionality, it can act as a Bluetooth proxy to extend the Bluetooth range of your Home Assistant instance. You can also use any of the various other ESPHome Bluetooth components if they are useful to you. It also generally has better specs — here's a nice comparison table I found. The board was entirely redesigned to be fully integrated (rather than relying on a dev board) and the enclosure was redesigned as well with a better way to mount the board and improved fit-and-finish. There are other differences as well (USB-C, extra power protection, logic level shifter at the RJ45 ports) but they are minor. If you do decide to upgrade, let me know and I can give you a hefty discount since you already have a Wi-Fi Desk Controller. Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi Rohan! I can look into porting some of the Upsy Desky features to the firmware here — what would you like to see specifically?
The biggest reason to upgrade to the Upsy Desky would have to be the fact that it uses an ESP32 module instead of an ESP8266 board. The most important reason for this change is that the ESP32 has more hardware UART peripherals, so the MCU can spend less time decoding UART signals, and the decoded signals will be more accurate.
Since the ESP32 also has Bluetooth functionality, it can act as a Bluetooth proxy to extend the Bluetooth range of your Home Assistant instance. You can also use any of the various other ESPHome Bluetooth components if they are useful to …