Search found 85 matches

by Duhjoker
Fri Apr 07, 2017 10:02 pm
Forum: General Discussion
Topic: ESP32 vs ESP8266 spi differences
Replies: 7
Views: 15255

ESP32 vs ESP8266 spi differences

Hi guys I'm trying to update my ili9341 TFT library to be compatible with the new ESP32. The library I'm using has the proper stuff need to use an ESP8266. So what I'm wondering is if the 8266's and 32's are spi compatible. Do I need to worry about writing some new code that I wouldn't know how to b...
by Duhjoker
Thu Apr 06, 2017 3:13 am
Forum: ESP32 Arduino
Topic: General questions for esp32 newb
Replies: 7
Views: 11980

Re: General questions for esp32 newb

Ok so I had python 2.7 already installed so that made that part easier. I then did a fresh install of the the 8266 and 32 libraries. Doing both get.py and get.exe seems to have fixed that problem but now I'm having a different sort of problem I guess. Both my gaming library and the ili9341 library u...
by Duhjoker
Wed Apr 05, 2017 2:31 am
Forum: ESP32 Arduino
Topic: General questions for esp32 newb
Replies: 7
Views: 11980

Re: General questions for esp32 newb

I googled the elf fole that it says its missing above but that particular elf file doesnt show up on any search. Im using this guide for the espressif stuff https://www.espressif.com/sites/default/files/documentation/esp32-devkitc_getting_started_guide_en.pdf I will be using the esp i linked to earl...
by Duhjoker
Tue Apr 04, 2017 7:11 am
Forum: ESP32 Arduino
Topic: General questions for esp32 newb
Replies: 7
Views: 11980

Re: General questions for esp32 newb

Ok here is the dev board I'm looking at...... http://pages.ebay.com/link/?nav=item.view&alt=web&id=262809348271&globalID=EBAY-US So I can power the board using a 3.7v battery? Wow I like the any pin can be any thing idea. That will allow me to even up the wiring out for the prototype console. I am t...
by Duhjoker
Mon Apr 03, 2017 10:08 pm
Forum: ESP32 Arduino
Topic: General questions for esp32 newb
Replies: 7
Views: 11980

General questions for esp32 newb

Hi guys I am a newb to ESP but a novice with arduino and teensy. I've been trying to develop an arduino compatible handheld console with an easy to learn gaming library that allows ANY ONE to easily make games for a handheld console you build your self. I've been using a teensy but they are a lil pr...