Search found 172 matches

by lucibel
Mon Dec 20, 2021 1:23 pm
Forum: User Components
Topic: IO14 on ESP32 TTGO display not available to read voltage
Replies: 20
Views: 10488

Re: IO14 on ESP32 TTGO display not available to read voltage

Hello Ben,
yes GPOI35 is only input and on ESP32 TTGO T-Display it's a switch button.
TTGO.jpg
TTGO.jpg (88.57 KiB) Viewed 4793 times
Seb
by lucibel
Fri Dec 03, 2021 1:10 pm
Forum: User Components
Topic: IO14 on ESP32 TTGO display not available to read voltage
Replies: 20
Views: 10488

Re: IO14 on ESP32 TTGO display not available to read voltage

Hi, Hello, Pins 0 and 35 added for you now. The X and Y offset are just down to how the rows/columns of the display has been wired to the driver IC. Is it working correctly with those settings? GPIO0 is working well but Pin35 is not working, I checked the complete Portb. GPIO35 is working on simulat...
by lucibel
Thu Dec 02, 2021 3:59 pm
Forum: General
Topic: Way to send data from UART
Replies: 5
Views: 2164

Re: Way to send data from UART

re your first post - you need to remove the final \ character in send string Yes you are right ! re second post - I don't see any errors, the compile and flash to device looks like it all worked ok There are quite a few warnings, but these are normal (for now) and can be ignored. Yes without final ...
by lucibel
Thu Dec 02, 2021 3:10 pm
Forum: General
Topic: Way to send data from UART
Replies: 5
Views: 2164

Re: Way to send data from UART

There is also many error message during compilation of my project
see the file
WifiV3.2.msg.txt
(61.41 KiB) Downloaded 106 times
by lucibel
Thu Dec 02, 2021 3:09 pm
Forum: General
Topic: Way to send data from UART
Replies: 5
Views: 2164

Re: Way to send data from UART

hi Ben, I did different test Console.jpg 1- SendString like you proposed to me: Data are well send in simulation but can not compile program , Failed attached log file 2- I don't know if data are sent to UART and there is no data in console, is it normal ? 3- Data sent and can be compiled Could you ...
by lucibel
Wed Dec 01, 2021 2:59 pm
Forum: General
Topic: Way to send data from UART
Replies: 5
Views: 2164

Way to send data from UART

Hi Ben,
I just made a sample program to send data from UART to a Sensor.
Could tell me if this is the good way to send data a the good baud rate or do you have a better way even without LUT, with a string or EEPROM etc...
send to UART.fcfx
(10.8 KiB) Downloaded 116 times
by lucibel
Fri Nov 26, 2021 11:00 pm
Forum: Bug Reports
Topic: UART2 Rx data problem
Replies: 10
Views: 4205

Re: UART2 Rx data problem

Okay, understood now, yes very useful
Thx Martin
by lucibel
Fri Nov 26, 2021 6:12 pm
Forum: Bug Reports
Topic: UART2 Rx data problem
Replies: 10
Views: 4205

Re: UART2 Rx data problem

Thx a lot Ben it works very well !!!! :D :D :D
may be I will need your help to send data to sensor next week.

What is "CB component" ?

BIG THANKS
by lucibel
Fri Nov 26, 2021 4:48 pm
Forum: Bug Reports
Topic: UART2 Rx data problem
Replies: 10
Views: 4205

Re: UART2 Rx data problem

Im testing,
what do you mean by " CB component" when you said "you can use the CB component to do things like wait until you get a specific character" ?
by lucibel
Fri Nov 26, 2021 3:43 pm
Forum: Bug Reports
Topic: UART2 Rx data problem
Replies: 10
Views: 4205

Re: UART2 Rx data problem

Thx Ben for your prompt reply, I just test it and the result is NG. Panic.jpg FYI, the data are from a sensor who is pushing 16 bytes every each second (1hz) The first and second bytes to receive are always Byte0=0X42 and Bytes01=0x4D For example,: 42 4D 0C 51 09 A2 07 2B 01 35 05 81 20 08 20 AD 66:...