Search found 85 matches

by Duhjoker
Thu Sep 14, 2017 8:26 pm
Forum: General Discussion
Topic: using digital pins as momentary switches for gaming
Replies: 3
Views: 5943

using digital pins as momentary switches for gaming

hi guys I've created (with a ton of help) a gaming library for esp32 that utilizes ili9341 drivers and tft's. I actually have two libraries, one for teensy and the other for esp32. I have the teensy version complete but now I'm ready for the esp32 version so I can create my rpg game unhindered by sp...
by Duhjoker
Wed Sep 13, 2017 4:04 am
Forum: ESP32 Arduino
Topic: Using bounce for button programming
Replies: 0
Views: 3050

Using bounce for button programming

Hi guys

Im building a game console using an ez-sbc board and im having trouble with my tactile buttons. I want to use bounce but i keep getting errors about misding Wprogram.h.

Is there a work around for this or does esp32 use some thing different.
by Duhjoker
Sun May 28, 2017 4:36 am
Forum: General Discussion
Topic: Library for using buttons?
Replies: 0
Views: 2943

Library for using buttons?

I'm developing a multiple MCU hand held gaming system that allows easy DIY game and console building. I'm in the middle of writing the Teensy button commands for that part I'm looking to do the esp32 next. Teensy uses the bounce library for programming buttons. There's nothing to stop me from just a...
by Duhjoker
Mon May 22, 2017 2:21 am
Forum: General Discussion
Topic: button common ground on ESP32 shuts MCU off
Replies: 2
Views: 4284

Re: button common ground on ESP32 shuts MCU off

Ok now I'm puzzled!!! Just got back around to my thing and dis as instructed and it seems fine. I can even turn it on and off and jiggle it. Could it be that I used a pin I'm not supposed to? While we are talking about buttons...... I would like to play around with the NES emu but I see it uses a Pl...
by Duhjoker
Sun May 21, 2017 11:41 pm
Forum: General Discussion
Topic: button common ground on ESP32 shuts MCU off
Replies: 2
Views: 4284

button common ground on ESP32 shuts MCU off

Hi guys I'm working on a game console thing but I'm having trouble connecting a button ground to the ESP32. I have all the buttons wired to the console but this is tripping me out. I'm running a graphics test so I don't actually have the buttons coded yet but it shouldn't do that should it? The butt...
by Duhjoker
Fri May 05, 2017 9:08 pm
Forum: General Discussion
Topic: Device quick connect
Replies: 2
Views: 4165

Device quick connect

Hi guys I'm working on an all in one gaming project that utilizes most arduino driven boards. I'm in the process of adding and improving ESP32 libraries but I had a question about device connections. Is there a universal way of connecting extra devices to the boards? Something like I2c? I thought it...
by Duhjoker
Tue May 02, 2017 9:29 am
Forum: General Discussion
Topic: Use FTDI bridge device to program esp32
Replies: 4
Views: 13855

Re: Use FTDI bridge device to program esp32

Ok so i have an uart cp2102 programmer. I see that the board has uart pins buy can it be programmed by a uart bridge device as well?
by Duhjoker
Mon May 01, 2017 11:16 pm
Forum: General Discussion
Topic: Boot loader GUI?
Replies: 1
Views: 3452

Boot loader GUI?

Hi guys I'm trying to include ESP32 with my gaming library but I wanted to ask about a boot loader. My idea is to have a small GUI that opens up when the board and TFT power up to let you choose between applications. So say I want the NES emu plus my gaming stuff so you could choose which app you wa...
by Duhjoker
Sat Apr 29, 2017 12:44 am
Forum: General Discussion
Topic: Use FTDI bridge device to program esp32
Replies: 4
Views: 13855

Re: Use FTDI bridge device to program esp32

Awesome thank you!!!!
by Duhjoker
Fri Apr 28, 2017 10:48 pm
Forum: General Discussion
Topic: Use FTDI bridge device to program esp32
Replies: 4
Views: 13855

Use FTDI bridge device to program esp32

Hi guys

I accidentally knocked the Micro USB port off from the board. I see that the board has UART pins. Can an FTDI or other bridge device be used to program an esp32 board? Is there an example of this?