Search found 5 matches

by neuromanc
Thu Mar 01, 2018 10:57 am
Forum: Programs, Libraries and Tools
Topic: LCD 160CR touch callback
Replies: 3
Views: 2553

Re: LCD 160CR touch callback

Hi Peter, thank you for your reply. I find your user interface for the 160CR extremely useful. I'll throw my existing UI code in the trash and start using yours. Nevertheless: What makes you say that an interrupt is overkill? To my understanding it's a way to register certain events to blocks of cod...
by neuromanc
Wed Feb 28, 2018 2:09 pm
Forum: Programs, Libraries and Tools
Topic: LCD 160CR touch callback
Replies: 3
Views: 2553

LCD 160CR touch callback

Hi, I've been coming back to a project (to drive my IKEA BEKANT desk automatically) and stumbled upon an issue that I had a while back. Currently I'm reading the touch coordinates of the display by running a `while True` loop and checking the last touched coordinates. What I'd like more is registeri...
by neuromanc
Fri Jan 13, 2017 3:05 pm
Forum: ESP8266 boards
Topic: ESP-12E boards -> Some fundamental questions
Replies: 6
Views: 6962

Re: ESP-12E boards -> Some fundamental questions

mcauser wrote:It should be `115200`not `11520`
FYI - on my MacBook Pro, the left side USB is /dev/tty.wchusbserial1410 and the right side is /dev/tty.wchusbserial1420.
I downloaded my CH340G driver from here: https://www.wemos.cc/downloads
Yes, that's correct. Thanks, I fixed it in the post above.
by neuromanc
Thu Jan 12, 2017 10:11 pm
Forum: ESP8266 boards
Topic: ESP-12E boards -> Some fundamental questions
Replies: 6
Views: 6962

Re: ESP-12E boards -> Some fundamental questions

@mcauser: Thanks for your extensive reply. @deshipu: That is very good to know, thanks. I found the description of the chip on my board, it is a CH340G. I found a driver here: http://kig.re/2014/12/31/how-to-use-arduino-nano-mini-pro-with-CH340G-on-mac-osx-yosemite.html . This one works on macOS Sie...
by neuromanc
Wed Jan 11, 2017 9:28 pm
Forum: ESP8266 boards
Topic: ESP-12E boards -> Some fundamental questions
Replies: 6
Views: 6962

ESP-12E boards -> Some fundamental questions

Hi, I recently got hands on a ESP-12E based board, seemingly produced by doit.am. I flashed it with MicroPython 1.8.6 on Windows. That seemed to have worked; I can connect to the REPL via COM4 and can run python code on it. I have some major problems with it, which I cannot seem to solve on my own: ...