Search found 15 matches

by picpic020961
Fri Aug 26, 2022 2:54 pm
Forum: ESP32 boards
Topic: name of esp32 in nmap command
Replies: 4
Views: 21319

Re: name of esp32 in nmap command

OK works fine !
Thanks
by picpic020961
Fri Aug 26, 2022 11:04 am
Forum: ESP32 boards
Topic: name of esp32 in nmap command
Replies: 4
Views: 21319

Re: name of esp32 in nmap command

Thanks Jimmo
tested : changed and display again = OK
but after reboot is the old value displayed

how to debug ?

Code: Select all

MicroPython v1.19.1-269-g94a19f106 on 2022-08-15; ESP32 module with ESP32
by picpic020961
Thu Aug 25, 2022 10:15 am
Forum: ESP32 boards
Topic: name of esp32 in nmap command
Replies: 4
Views: 21319

name of esp32 in nmap command

Bonjour , in my local network , many esp32. for find IP , use nmap but the name of device is some time empty (not in this sample) from where is this name in esp32 ? not os.uname ... Thanks for help nmap -sP 192.168.43.0/24 Starting Nmap 7.70 ( https://nmap.org ) at 2022-08-25 12:00 CEST Nmap scan re...
by picpic020961
Sun Oct 17, 2021 6:38 am
Forum: ESP32 boards
Topic: backup / restore some time KO [updated]
Replies: 0
Views: 900

backup / restore some time KO [updated]

Bonjour , I use in test of micropython , lvgl and firmware esptool.py --chip esp32 --port /dev/ttyUSB0 read_flash 0 0x400000 orig_image.bin for backup esp32 firmware , then erase_flash , then esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash 0 other_image.bin for restrore other_image.bin, work...
by picpic020961
Tue Oct 12, 2021 2:05 pm
Forum: ESP32 boards
Topic: TTGO T-WATCH-2020
Replies: 87
Views: 110500

Re: TTGO T-WATCH-2020

me too when free time
by picpic020961
Fri Apr 30, 2021 8:38 am
Forum: ESP32 boards
Topic: ftDuino32 to twatch-2020 adapt
Replies: 0
Views: 1682

ftDuino32 to twatch-2020 adapt

Bonjour , I wish adapt ftDuino32 for twatch-2020 remote control and devellop. the issue is lv_micropython firmware has no st7789 driver build_in. So I try to adapt 'software' driver st7789.py to ftDuino but it's not easy. who can help me or give me links. [ i'am waiting ESP32 with PSRAM for test wit...
by picpic020961
Wed Apr 28, 2021 7:36 pm
Forum: ESP32 boards
Topic: Native machine code in .mpy files : question
Replies: 3
Views: 2138

Re: Native machine code in .mpy files : question

Bonjour Russ ,
Some news about this subject ?
Regards
by picpic020961
Wed Apr 28, 2021 7:14 am
Forum: ESP32 boards
Topic: network module for micropython ports/unix
Replies: 2
Views: 2102

network module for micropython ports/unix

Bonjour , I have ports/unix [ lv_ ]micropython , works fine , like python. now I want to connect to wifi but network module not exists. why ? for example 'import asyncio' in python , 'import uasyncio' in micropython. how to write [ u ]network ? the idea : maximum compatible source script with ports/...
by picpic020961
Fri Apr 23, 2021 8:19 pm
Forum: ESP32 boards
Topic: ESP32 lvgl remonte gui : question
Replies: 1
Views: 1073

ESP32 lvgl remonte gui : question

Bonjour
With this link
https://youtu.be/-20gVtPck9U
We see interesting tool
But repo not round
One Idea ?
Thanks and Regards
by picpic020961
Fri Apr 16, 2021 9:05 am
Forum: ESP32 boards
Topic: Native machine code in .mpy files : question
Replies: 3
Views: 2138

Native machine code in .mpy files : question

Bonjour, in this link , how to make c module as .mpy file. this file is then 'import' in micropython repl : fine and easy. https://docs.micropython.org/en/latest/develop/natmod.html#natmod is it possible for all c module ? for example https://github.com/russhughes/st7789_mpy avoid to generate firmwa...