Search found 16 matches

by JacquesC
Mon Feb 01, 2021 7:13 am
Forum: ESP32 boards
Topic: microwebsrv2 : not enought memory !
Replies: 3
Views: 2027

microwebsrv2 : not enought memory !

Hello, I am a teacher and I have an automatism project with students I have to run the web server and the management of the model in parallel. Before I was using version 1 of microwebsrv (thanks JC BOS ;-) but as I have to manage in parallel the running of the model, I prefer use the version 2. I'm ...
by JacquesC
Mon Jul 20, 2020 8:28 am
Forum: General Discussion and Questions
Topic: False / True / O / 1 not equals !!!
Replies: 4
Views: 2254

Re: False / True / O / 1 not equals !!!

Thank you Jimmo,
I am going to change my microPython version.
by JacquesC
Mon Jul 20, 2020 4:30 am
Forum: General Discussion and Questions
Topic: False / True / O / 1 not equals !!!
Replies: 4
Views: 2254

False / True / O / 1 not equals !!!

Hello, Does somebody have an idea to explain that : There is an embarrassing difference beetween Python and microPython : MicroPython v1.12-120-g4ab8bee82 on 2020-02-02; ESP32 module with ESP32 >>> False == 0 False >>> True == 1 False ========= and ========== Python 3.7.2 (/usr/local/bin/python3.7) ...
by JacquesC
Mon Jul 20, 2020 4:18 am
Forum: General Discussion and Questions
Topic: comparison 1-1/3 <> 2/3 microPython VS Python 3.7
Replies: 2
Views: 1523

Re: comparison 1-1/3 <> 2/3 microPython VS Python 3.7

Thank you Jimmo, it is what I was looking for and you have confirmed what I was thinking. If I ask thoses questions it is because I am preparing courses for my students and I know that they wil ask me why ;) The difference beetween precision with floating point is OK for me but why is there a differ...
by JacquesC
Mon Jul 20, 2020 3:56 am
Forum: General Discussion and Questions
Topic: PWM on separate timers
Replies: 3
Views: 2052

Re: PWM on separate timers

Hello,
I don't think so.
I can't find the information but I have tried to use separate PWM frequencies for steppers motors and finally I have read somewhere that it was not possible on ESP32 boards.
If you can, I am interested to know how do that ... ;)
by JacquesC
Mon Jul 20, 2020 3:36 am
Forum: General Discussion and Questions
Topic: comparison 1-1/3 <> 2/3 microPython VS Python 3.7
Replies: 2
Views: 1523

comparison 1-1/3 <> 2/3 microPython VS Python 3.7

Hello, It is not a very important problem but just a question if somebody have some ideas about the different result beetween microPython an Python when I calculate 1 - 1/3 ? MicroPython v1.12-120-g4ab8bee82 on 2020-02-02; ESP32 module with ESP32 Type "help()" for more information. >>> 1 - 1/3 0.666...
by JacquesC
Mon Jul 20, 2020 3:25 am
Forum: ESP32 boards
Topic: Totally new and lost. ESP32 dev bd on OSX
Replies: 5
Views: 2526

Re: Totally new and lost. ESP32 dev bd on OSX

Hello, I think, a very simple way to flash and use micropython in ESP32 board is to use Thonny. (www.Thonny.org) it works very well on MacOs. esptools are included In the menu you have [execute / choose the interpreter and then at the bottom you can chose the microsoftware you want to flash to the b...
by JacquesC
Sat May 02, 2020 7:13 am
Forum: ESP32 boards
Topic: ADC settings bug
Replies: 5
Views: 2923

Re: ADC settings bug

I agree. I prefer to use an external ADS1015 or ADS1115. It allows to have 4 analog inputs with choices of settings more advantageous than what the ESP32 would allow (differential inputs, programmable gain, sampling). I directly introduced the converter into the connection cable. And micropython lib...
by JacquesC
Mon Dec 16, 2019 6:10 pm
Forum: Drivers for External Components
Topic: 24LC512 I2C memory
Replies: 13
Views: 12181

Re: 24LC512 I2C memory

Since last month I didn't knew FRAM memory that is why I have chosen an eeprom memory until a FRAM one. But with your driver it is not a problem now every thing works perfectly ;) Your work on the FRAM memory is so interressing that I have ordered some of them : FM24CL16-G FM24CL16 sop-8 16Kb FRAM S...
by JacquesC
Sun Dec 15, 2019 7:57 pm
Forum: Drivers for External Components
Topic: 24LC512 I2C memory
Replies: 13
Views: 12181

Re: 24LC512 I2C memory

Many many Thanks Peter, you are a BOSS !!!
What a great job !
Please, send me a post adresse in private message to send you chocolates ;-)
I haven't others words than BRAVO !