Search found 425 matches

by Deouss
Mon Mar 26, 2018 1:19 pm
Forum: ESP32 Arduino
Topic: Esp32 projects with MS Visual Studio
Replies: 3
Views: 6742

Re: Esp32 projects with MS Visual Studio

Lately I found VsMicro extension for Visual Studio and I must say it is incredible. It is called Arduino for VS. Beats easily PlatformIO, ArduinoIDE and VS Code. Has full intellisense, compilation logs, full debugging, amazing serial monitor, easy board/com selector and works great with git. Also no...
by Deouss
Mon Mar 26, 2018 12:21 pm
Forum: General Discussion
Topic: How to connect OLED/TFT to ESP32
Replies: 7
Views: 12549

Re: How to connect OLED/TFT to ESP32

This library may be of interest: https://github.com/Bodmer/TFT_eSPI It supports the TFT's you mention with the ESP32 either as 8 bit parallel or SPI. Bodmer Thank you. Yes I am trying this library with my 480x320 TFT that is very resistive to work with esp32. I tested it with mega2560 (adafruit lib...
by Deouss
Fri Mar 23, 2018 3:20 pm
Forum: General Discussion
Topic: How to connect OLED/TFT to ESP32
Replies: 7
Views: 12549

How to connect OLED/TFT to ESP32

Hi, I must connect OLED ( 128x64 SSD1306, 96x64 SSD1331, 480x320 TFT ILI9486/88 ) to ESP32 I am trying to find examples of connecting those OLEDs and haven't got luck so far. Need to build project displaying monitored data on small screen. If anyone could help with example code, any links or materia...
by Deouss
Tue Mar 20, 2018 12:09 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 840690

Re: What would you like to see in The Next Chip?

I'd like to see hardware LVDS protocols with easy integration to large panels with touchscreen digitizers.
Maybe also fast USB protocols/implementations to exchange data with PCs.
H264/5 hardware de/compression chip? Going further - PCIe ? :)
by Deouss
Tue Mar 20, 2018 11:45 am
Forum: ESP32 Arduino
Topic: Esp32 projects with MS Visual Studio
Replies: 3
Views: 6742

Esp32 projects with MS Visual Studio

Hello. I just bought bunch of great boards like Geekworm, DevkitC, Lolin and want to do advanced projects under VS. Has anyone tried working with VS IDE? PlatformIO is ok however it lacks many many development features like seeing all global functions easily. I am new to Esp world but got hyped with...