Author Topic: LCD outdoor touch display (esp32) 5-10 inch - where to find?  (Read 827 times)

0 Members and 1 Guest are viewing this topic.

Offline CvijoTopic starter

  • Contributor
  • Posts: 24
  • Country: hr
LCD outdoor touch display (esp32) 5-10 inch - where to find?
« on: March 17, 2025, 11:24:15 pm »
Hi everyone,

I am not sure if I am putting this question into the correct section of the forum but does anyone know any LCD display that is for outside use (marine grade). Need it to be installed on the boat, so wet hands, rain, etc.

I would like to control it with ESP32 (nothing special about the graphics, only some buttons to press :).

So far i am using CrowPanel display
5in - https://www.elecrow.com/esp32-display-5-inch-hmi-display-rgb-tft-lcd-touch-screen-support-lvgl.html
7in - https://www.elecrow.com/esp32-display-7-inch-hmi-display-rgb-tft-lcd-touch-screen-support-lvgl.html

they have integrated esp32 but doesn't have to be integrated, and they are not for outdoor use

Thank you
« Last Edit: March 17, 2025, 11:36:43 pm by Cvijo »
 

Offline TomKatt

  • Frequent Contributor
  • **
  • Posts: 604
  • Country: us
  • Electro-BOOMER
Re: LCD outdoor touch display (esp32) 5-10 inch - where to find?
« Reply #1 on: March 18, 2025, 10:47:28 am »
My first thought would be some outdoor rated HDMI touchscreen - easy to find and probably the lest expensive option.  Though I don't know how easy it is to use HDMI with ESP-32.  If you can change to a Pi solution that would do it.

Several Species of Small Furry Animals Gathered Together in a Cave and Grooving with a PICt
 

Offline fchk

  • Frequent Contributor
  • **
  • Posts: 304
  • Country: de
Re: LCD outdoor touch display (esp32) 5-10 inch - where to find?
« Reply #2 on: March 18, 2025, 12:10:11 pm »
Maybe you find this useful:
https://www.beetronics.co.uk/c-marine/high-brightness/ip65

They also have a panel pc:
https://www.beetronics.co.uk/15-inch-all-in-one-touchscreen-pc

However, this is only IP65. Do you need more (IP68K etc)?
 

Offline CvijoTopic starter

  • Contributor
  • Posts: 24
  • Country: hr
Re: LCD outdoor touch display (esp32) 5-10 inch - where to find?
« Reply #3 on: March 18, 2025, 06:57:47 pm »
Maybe you find this useful:
https://www.beetronics.co.uk/c-marine/high-brightness/ip65

They also have a panel pc:
https://www.beetronics.co.uk/15-inch-all-in-one-touchscreen-pc

However, this is only IP65. Do you need more (IP68K etc)?

IP65 is ok, but those are HDMI, esp32 will not work with that, should be parallel connection or SPI but i guess it will be difficult to find such displays. This would require to switch to Pi that will need my project design rework complitly .. esp32 was choice for esp-now protocol and easy communication and of course very very cheap price.
 

Offline CvijoTopic starter

  • Contributor
  • Posts: 24
  • Country: hr
Re: LCD outdoor touch display (esp32) 5-10 inch - where to find?
« Reply #4 on: March 18, 2025, 06:58:55 pm »
My first thought would be some outdoor rated HDMI touchscreen - easy to find and probably the lest expensive option.  Though I don't know how easy it is to use HDMI with ESP-32.  If you can change to a Pi solution that would do it.

Yes, esp32 will not work with HDMI, do you know what would be the chipiest pi for HDMI connection, i don't need high CPU power or anything special.

Tnx
 

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 8002
  • Country: ca
  • Non-expert
Re: LCD outdoor touch display (esp32) 5-10 inch - where to find?
« Reply #5 on: March 19, 2025, 12:21:39 am »
Cross posted here: https://www.eevblog.com/forum/reviews/lcd-outdoor-touch-display-(esp32)-5-10-inch-where-to-find-456107/
Maybe you can delete that thread.

Budget? Its going to be hard to find unless you want to spend a reasonable amount, afaik.
You can google IP67 touch LCD embedded (or IP66, whatever), and you'll find some results.

You could take the existing crowpanel display, and seal it inside a waterproof enclosure. So the front glass will still be accessible.
I've never seen touch panels work that well when it is raining directly on them though. So thats something for you to test.
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Offline shabaz

  • Frequent Contributor
  • **
  • Posts: 721
Re: LCD outdoor touch display (esp32) 5-10 inch - where to find?
« Reply #6 on: March 19, 2025, 02:35:04 am »
..Need it to be installed on the boat, so wet hands, rain, etc.

I would like to control it with ESP32 (nothing special about the graphics, only some buttons to press :).


Maybe it's worth heavily reconsidering the UI. If it were me, I'd strongly consider a simpler LCD technology, and push-buttons, if the application lends itself to it.
.
These look interesting (reasonable temperature range, hopefully not insurmountable price):
https://www.mouser.co.uk/ProductDetail/Display-Visions/EA-DIP205G-4NLED?qs=63Lh8XYXgjvICE3qPeFzCA%3D%3D

I've not checked if it's daylight-readable, but that manufacturer does offer reflective LCD options (amongst others).

If one display is insufficient for the amount of text that needs to be displayed, you could add more.

 

Offline CvijoTopic starter

  • Contributor
  • Posts: 24
  • Country: hr
Re: LCD outdoor touch display (esp32) 5-10 inch - where to find?
« Reply #7 on: March 19, 2025, 09:46:40 am »
Cross posted here: https://www.eevblog.com/forum/reviews/lcd-outdoor-touch-display-(esp32)-5-10-inch-where-to-find-456107/
Maybe you can delete that thread.

Budget? Its going to be hard to find unless you want to spend a reasonable amount, afaik.
You can google IP67 touch LCD embedded (or IP66, whatever), and you'll find some results.

You could take the existing crowpanel display, and seal it inside a waterproof enclosure. So the front glass will still be accessible.
I've never seen touch panels work that well when it is raining directly on them though. So thats something for you to test.

hmm when i create post in the new section (Products) i was pressed Remove on this post, why it is still here and how can i delete it ?
« Last Edit: March 19, 2025, 09:51:25 am by Cvijo »
 

Offline TomKatt

  • Frequent Contributor
  • **
  • Posts: 604
  • Country: us
  • Electro-BOOMER
Re: LCD outdoor touch display (esp32) 5-10 inch - where to find?
« Reply #8 on: March 19, 2025, 10:16:36 am »
IP65 is ok, but those are HDMI, esp32 will not work with that, should be parallel connection or SPI but i guess it will be difficult to find such displays. This would require to switch to Pi that will need my project design rework complitly .. esp32 was choice for esp-now protocol and easy communication and of course very very cheap price.
A Pi Zero 2 W runs around $25 and has virtually the same wireless connectivity of an ESP-32...  Whatever you save trying to go cheaper will cost you in finding a display solution.
Several Species of Small Furry Animals Gathered Together in a Cave and Grooving with a PICt
 
The following users thanked this post: Cvijo


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf