RepPanel - A DIY alternative to the PanelDue with WiFi support
-
I found the counter parts in the official buydisplay documentation. I know they're right for the TFT part because that lights up with your precompiled binary. Can you maybe share your
sdkconfig
from the RepPanel_ESP32 directory that you used when building the current latest binary? -
-
Release v1.1.0 is out now!
Thanks to contributions from Github user vden some new features are added and old bugs were fixed:- Change console image button
- Added power button
- Added extruder fan control
- Added light switch (compile-time selection) - default not enabled
- Fix for freezes when using supported hardware (ILI9488)
-
@seeul8er I finally had another go with this and have made some progress. I bought a new capacitive screen from buydisplay. Unfortunately I didn't realise it wasn't 3.3v version to start with but it was easy enough to short the JP bridge. I finally managed to get the reppanel to light up. The touch screen seems to work and I managed to find my router. However the one issue I have left is that I am unable to bring up the keyboard from the top right hand corner to change the password. Do you have any idea why this might happen. All the other Icons seem to open OK.
@PCR Any news on the PCB front ?
-
Still waiting for a display ;(
-
Orderd again. PCB will follow!
-
@PCR When the PCB is done... sign me up for one! I love the idea of the RepPanel, but have limited skills and time to implement... so the more plug and play the better
-
Plan is to put a prototype into production next week! Who would be in?
-
@pd Try to scroll down for the keyboard. It is hidden on the lower part of the page
-
@PCR yes please
-
@PCR I'm in assuming it isn't stupid expensive -- Could I have more details on intended cost and functionality... is this an 'all in one kit'? DIY?
-
Would be a pcb only. But you would need a esp and the Display! But would be easy to assemble!
-
@PCR why not... I'll give it a go. Looking forward to it! So I should go ahead and order the board and display? Any parameters/features I should be looking for? i assume any ESP devboard should work... but what about the screen?
-
@PCR I'm in - Subject to costs (+Shipping)
-
@PCR yes please.
-
@seeul8er Thanks. I have now managed to connect the Reppanel to my router and it has been given an ip address. However I seem to be unable to connect to the duet. Further more after several tries at typing in the duet ip address the esp32 seem to go into a loop. I am unable to delete the data I've entered. I have tried reflashing the ESP32 but altho the flashing seems to work the old data persists. Is there anyway to delete the existing data?
-
@pd Strange crash. You can delete flash by calling
idf.py -p PORT erase_flash
-
@seeul8er Yes I have tried this but I get a fatal error ESP32 ROM does not support function erase_flash. I am using a ESP32 devkitc v4. Where do you store these parameters?
-
@seeul8er I am pleased to say I have found the problem. Basically this is because the Ubuntu version of esptool does not for some reason allow the erase-flash function. I had to download it from the python repository.
So I have again managed to connect to the router. Please could you clarify the format of entry for the printer address. Should it anyway be discovered automatically in the same way as the SSID?
-
@seeul8er Sorry if I'm being dense, but I'm not working out how to get the password changed!
I've got v1.1.0 flashed, everything hooked up to the suggested ER-TFTM035-6 screen, it boots and sees available networks, all that good stuff. I'm able to select an appropriate WiFi network. But I need to type a password for that network.
There's a cursor on the line for the password, and asterisks, but I cannot work out how to type in the right password. I have tried using the keyboard icon in the top-right, but that doesn't seem to be the right thing -- that seems to be strictly for sending gcodes?
Sorry for the dumb question, hope it's an easy answer :).
Thanks!