Search found 3667 matches

by Roberthh
Sun Jan 19, 2020 3:04 pm
Forum: ESP32 boards
Topic: IQR pin On "Lolin TFT 2.4" with
Replies: 7
Views: 4221

Re: IQR pin On "Lolin TFT 2.4" with

The IRQ-output of the XPT2046 does not need a clock signal. Can you check with an oscilloscope, whether there is any acticity on the IRQ pin when you push the screen. It is more or less an analog output, so transition may be too slow.
by Roberthh
Sun Jan 19, 2020 9:30 am
Forum: ESP32 boards
Topic: IQR pin On "Lolin TFT 2.4" with
Replies: 7
Views: 4221

Re: IQR pin On "Lolin TFT 2.4" with

If you talk about Pin0, ist that the Pin labeled on the LoLin board with 0? If yes, that one, GPIO0, is also used for switching the device mode between run and bootload. Try to use another Pin of the LoLin.
by Roberthh
Sat Jan 18, 2020 9:10 pm
Forum: ESP8266 boards
Topic: DSMX 9645 Sattelite read data
Replies: 10
Views: 5593

Re: DSMX 9645 Sattelite read data

So at least I can see, that is is "normal" level, and the ESP8266 should be able to receive it. But you still do not know, whether any data is actually exchanged.
by Roberthh
Sat Jan 18, 2020 8:34 pm
Forum: ESP8266 boards
Topic: DSMX 9645 Sattelite read data
Replies: 10
Views: 5593

Re: DSMX 9645 Sattelite read data

Do you have any tools like oscilloscope or logic analyzer to visualize the signal on the data line? Or at least an DMM to tell the static signal level on the data line.
by Roberthh
Sat Jan 18, 2020 7:40 pm
Forum: ESP8266 boards
Topic: DSMX 9645 Sattelite read data
Replies: 10
Views: 5593

Re: DSMX 9645 Sattelite read data

The uart.read() may timeout fast. In the reading loop, you should first wait by calling uart.any(), until you receive some characters, and then call uart.read(). About the connection: I assume that you connect the orange wire to 3.3V Vcc, and that the idle state of the UART line is at a high level. ...
by Roberthh
Fri Jan 17, 2020 4:57 pm
Forum: Drivers for External Components
Topic: xpt2046
Replies: 25
Views: 19331

Re: xpt2046

Rotations is a simple linear transformation, which you can do in your code, like: x_new = a + b * x, where the a and b values have to be determines experimentally. Rotating by 90° or 270° would then only require to swap x and y. I cannot help you much with the calibration values, since that would re...
by Roberthh
Fri Jan 17, 2020 12:14 pm
Forum: ESP8266 boards
Topic: The file system, raw flash and wear levelling
Replies: 5
Views: 3622

Re: The file system, raw flash and wear levelling

Even when you pre-allocate a big file, you still would have two writes. One at the portion of the file where you write the data, and one to the directory, keeping track of the file modification time. So in general that would not be much better than just appending to the file. Appending would in addi...
by Roberthh
Fri Jan 17, 2020 7:05 am
Forum: General Discussion and Questions
Topic: module reload
Replies: 1
Views: 1246

Re: module reload

Look at this thread: viewtopic.php?f=15&t=6179&p=35250&hilit=reload#p35250
But what always works is soft reset with Ctrl-D and then a new import. That is more clean and does not take a lot of time.
by Roberthh
Thu Jan 16, 2020 12:44 pm
Forum: ESP8266 boards
Topic: The file system, raw flash and wear levelling
Replies: 5
Views: 3622

Re: The file system, raw flash and wear levelling

You may also buy the Wemos D1 mini SD card shield and use an SD card.
by Roberthh
Tue Jan 14, 2020 9:27 pm
Forum: Drivers for External Components
Topic: Large color LCD?
Replies: 10
Views: 8342

Re: Large color LCD?

I found buydisplay.com a good source for displays. Good quality, many sizes.