-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TTGO T4 Version #59
Comments
It is now working reasonably well, lots of testing is needed of course, and some button presses might need to be redefined to be more useful. |
Hi Martin, hope you're doing well, its been a while. Seems like you're full steam ahead with the T4 port of the code, excellent. I have a couple of old android phones, which are not worth much in resale, so use them as wifi only devices for testing apps or even as a light usage NAS, or smart controller for lights and switches etc. Imagine using a spare android phone as your interface to the esp boards, that giant screen in comparison |
It is working on a T4, feel free to try if you have one. It does need a little refinement on the button use. It uses the 3 buttons on the T4 instead of the rotary dial. I could hook up the dial but there aren't very many pins available on the T4 connector. It's very nice having that large screen. |
Hi Martin, yesterday my T4 arrived and first look is it works perfectly after I understood working with the 3 buttons. At the weekend I will also use it with the led bars and give you a feedback. Because for me the rotary dial is easier to use at the moment, can I solder this also on the T4. Honestly I don´t check if the I/O´s are available. |
I'll have to define some pins for the rotary switch and enable that in the code. There aren't very many pins available on the T4. I do agree, the rotary dial is much easier to use. I'll let you know when I figure out which pins we can use. Some of them are reserved, even though they are on the connector. Poor design. |
I haven't jumped on the T4 train, I'm not sure I need it unless there is a big leap in additional functionality plus a cost issue for board and 3D printing I'm also currently trying to design/invent another gadget, well two. I'd love to be able to get out of this rat race and be healthy and financially stable by making it big and help a few struggling people along the way. |
The only real advantage I can see for the T4 is the larger screen. Now there is a new TTGO T-DisplayS3 that is about the same size but with a slightly larger screen. I've ordered a couple of them to experiment with. Unfortunately it might not work in the existing PCB because while it has the same number of pins, some of them have changed positions. I might be able to work around it with software since the power and ground pins are the same. I'll post a comment when I know for sure. |
Can you help me? I was trying to configure the TTGO T4 wifi through the Arduino IDE and the screen turned off and did not turn on again. I don't know if I reset the EPROM. I'm desperate. |
@MartinNohr @DaveStu this message was in the prompt. Leaving... |
Was this just an update or was it the first time the MIW software was loaded? |
There is a nice esp32 board available with a 2.2" 240x320 display called the TTGO T4. I have been working on porting the code to this board and it is almost working. It even has an IMU chip that can be used to show whether the wand is level or not. The display is beautiful. I will post more information here as I finish the development of the code.
The text was updated successfully, but these errors were encountered: