Search found 11 matches

by julien
Wed Dec 23, 2020 10:51 am
Forum: ESP32 boards
Topic: BLE doesn't work on APPinventor?
Replies: 1
Views: 1495

BLE doesn't work on APPinventor?

Hello, I try to use the bluetooth Module with Appinventor BLE, but it doesn't works? I try to use this module with NRFconnect and it works perfectly. Here is my program BLE micropython: http://icnisnlycee.free.fr/images/SNT/objets_connectes/ble_esp32_micropython/ble_esp32.py You can use program here...
by julien
Sat Jul 04, 2020 3:14 pm
Forum: ESP32 boards
Topic: example BLE micropython
Replies: 9
Views: 32446

example BLE micropython

Hello,

I am looking for sample program to send and received data over BLE in MicroPython for ESP32.
Thanks to help.
Regards.

julien
by julien
Thu Apr 16, 2020 4:41 pm
Forum: ESP32 boards
Topic: how install picoweb on ESP32?
Replies: 17
Views: 13794

Re: how install picoweb on ESP32?

Hello, On esp32 it works very fine, no problem. I find using picoweb much easier to use than the other frameworks offered. Congratulations again to the author of Picoweb.
julien
by julien
Sat Mar 28, 2020 6:34 pm
Forum: ESP32 boards
Topic: how install picoweb on ESP32?
Replies: 17
Views: 13794

Re: how install picoweb on ESP32?

Hello, Yes :) the web server is running now. So here are all the steps. I use a esp32 wroom 32D. I flash the firmware 3d V1.11. I don't understand why the last firware doesn't worsk? I create the folder picoweb manually on ESP32 import uos uos.mkdir('picoweb') I upload on the github the last vserion...
by julien
Sat Mar 28, 2020 5:56 pm
Forum: ESP32 boards
Topic: how install picoweb on ESP32?
Replies: 17
Views: 13794

Re: how install picoweb on ESP32?

I managed to create the folder and change the directory to picoweb. But how to copy the files into the folder picoweb?
Thanks
by julien
Sat Mar 28, 2020 5:33 pm
Forum: ESP32 boards
Topic: how install picoweb on ESP32?
Replies: 17
Views: 13794

Re: how install picoweb on ESP32?

So upip.install('picoweb') doesn't works?
by julien
Sat Mar 28, 2020 5:31 pm
Forum: ESP32 boards
Topic: how install picoweb on ESP32?
Replies: 17
Views: 13794

Re: how install picoweb on ESP32?

Hello,

thanks, but how to copy or use urequests to pull the sources in to that directory. Go to the github repo and pull the latest from master.
could you be very precise and give me the comment to write in repl.
thanks

JL
by julien
Sat Mar 28, 2020 4:31 pm
Forum: ESP32 boards
Topic: how install picoweb on ESP32?
Replies: 17
Views: 13794

Re: how install picoweb on ESP32?

Hello, I think I am making a mistake. Picoweb does not seem to work with Micropython. You have to use Pycopy. But the concern is that I don't see a doc explaining how to use pycopy with an IDE, and which IDE? and then how to flash the card and upload a program in python in the ESP32 as is very easil...
by julien
Sat Mar 28, 2020 1:42 pm
Forum: ESP32 boards
Topic: how install picoweb on ESP32?
Replies: 17
Views: 13794

Re: how install picoweb on ESP32?

Hello, I even try this, but, issue, error 112? Installing to: /lib/ Installing pycopy-logging 0.6.2 from https://files.pythonhosted.org/packages/69/83/f622a5043901884271bef4c927a7f9c68bf722ee66b795b1504e706dd39a/pycopy-logging-0.6.2.tar.gz Installing pycopy-os 0.9.1 from https://files.pythonhosted.o...
by julien
Sat Mar 28, 2020 12:03 pm
Forum: ESP32 boards
Topic: how install picoweb on ESP32?
Replies: 17
Views: 13794

Re: how install picoweb on ESP32?

Hello, very thanks. I have a wroom 32D. I upload the firmware http://micropython.org/resources/firmware/esp32-idf3-20190529-v1.11.bin I use import upip upip.install('picoweb') And here the issue Installing to: /lib/ Warning: micropython.org SSL certificate is not validated Installing picoweb 1.8.1 f...