Search found 44 matches

by giants
Tue Mar 31, 2020 9:39 pm
Forum: Programs, Libraries and Tools
Topic: Wlan.scan()
Replies: 2
Views: 3203

Wlan.scan()

Hi there!
When i use wlan.scan() for check the wireless networks i receve back a string with all’ networks, my problem is how i can exstrapolate the data ?

Thank you
Sergio
by giants
Mon Mar 02, 2020 11:05 am
Forum: Programs, Libraries and Tools
Topic: How import my own library
Replies: 4
Views: 2535

Re: How import my own library

Thank you soo much
now work

Sergio
by giants
Sat Feb 29, 2020 7:18 pm
Forum: Programs, Libraries and Tools
Topic: How import my own library
Replies: 4
Views: 2535

Re: How import my own library

Please can you help me ? I,m new on this staff
Thanks
by giants
Sat Feb 29, 2020 6:29 pm
Forum: Programs, Libraries and Tools
Topic: How import my own library
Replies: 4
Views: 2535

How import my own library

Hi there! Im gonna to write my program for control the level of my tank. So i have my princial program and i wrote one class for the display and i wrote one file of my fonts. All this files are in the same folder. So my problem is when try to import the class (and the same is for the fonts) the prog...
by giants
Sat Feb 22, 2020 11:49 am
Forum: General Discussion and Questions
Topic: SPI and 6610 Display
Replies: 0
Views: 1629

SPI and 6610 Display

Hi there!
I need to program this display, the datasheet say him work with 9 bit spi protocol but the ESP32 datasheet say the only 8Bit is guaranteed. Some one have some solution ?

Thank you
Sergio
by giants
Fri Jun 28, 2019 1:30 pm
Forum: Programs, Libraries and Tools
Topic: Became a good pyhton programmer
Replies: 4
Views: 2815

Re: Became a good pyhton programmer

esempio.jpg
esempio.jpg (18.12 KiB) Viewed 2727 times
by giants
Fri Jun 28, 2019 1:16 pm
Forum: Programs, Libraries and Tools
Topic: Became a good pyhton programmer
Replies: 4
Views: 2815

Re: Became a good pyhton programmer

First thank you for replay to me, and sorry because english is not my first language. This is what i mean in my first post

Image


thanks for the book
by giants
Thu Jun 27, 2019 5:14 pm
Forum: Programs, Libraries and Tools
Topic: Became a good pyhton programmer
Replies: 4
Views: 2815

Became a good pyhton programmer

Hi there like i wrote int the subject, how became a good pyhton programmer ? I know the best is program program program , but many time i have some doubt about resolve a problem for example: i send a dato from ESP8266 to i2c sensor i need the check one register and if i receive the right data i can ...
by giants
Thu Jun 27, 2019 6:26 am
Forum: Programs, Libraries and Tools
Topic: I2C ESP8266
Replies: 1
Views: 1483

Re: I2C ESP8266

Sorry guys
never mind it was my mistake

Tank you
Sergio
by giants
Tue Jun 25, 2019 2:10 pm
Forum: Programs, Libraries and Tools
Topic: I2C ESP8266
Replies: 1
Views: 1483

I2C ESP8266

Hi there , I send data from I2CBus to my sensor RFD77402 and i got this problem. I send the value 0x91 at the address 0x04 (Cmd_R) . After i try to read the same address for see if i wrote the correct number and this i what i received. 0x11 0x11 OK self.i2c.writeto_mem(Add,Cmd_R,bytearray([0x91])) t...