Search found 58 matches

by beyonlo
Mon Jan 17, 2022 2:29 pm
Forum: ESP32 boards
Topic: Simple example of uasyncio WebSocket Server (secure - with SSL)
Replies: 5
Views: 9007

Re: Simple example of uasyncio WebSocket Server (secure - with SSL)

tangerino wrote:
Sun Jan 16, 2022 9:23 am
You can look at this
https://github.com/jczic/MicroWebSrv
That use thread, not uasyncio.
by beyonlo
Sat Jan 15, 2022 6:31 pm
Forum: ESP32 boards
Topic: Simple example of uasyncio WebSocket Server (secure - with SSL)
Replies: 5
Views: 9007

Simple example of uasyncio WebSocket Server (secure - with SSL)

Hi all. I would like a simple example of uasyncio WebSocket Server (secure - with SSL). I see that there is a official uwebsocket module implemented on MicroPython. >>> import os >>> os.uname() (sysname='esp32', nodename='esp32', release='1.17.0', version='v1.17 on 2021-09-02', machine='ESP32 module...
by beyonlo
Sat Jan 15, 2022 5:45 pm
Forum: ESP32 boards
Topic: async websocket
Replies: 2
Views: 4986

Re: async websocket

Hello @KrisRevi

Did you success with that? I would like a simple example of uasyncio WebSocket Server (secure - with SSL)

Thank you!
by beyonlo
Wed Dec 08, 2021 12:55 am
Forum: General Discussion and Questions
Topic: I2C chip Unique Serial Number
Replies: 1
Views: 3542

I2C chip Unique Serial Number

Hi all, I'm using the MicroPython for a modular project. I would like to use an I2C chip in the daughter boards, where that daughter each board has a unique serial number. Will have a Motherboard, and connected to it many other daughter boards. These daughter boards need to be licensed before use wi...
by beyonlo
Wed Sep 29, 2021 11:38 pm
Forum: ESP32 boards
Topic: Timer with microsecond resolution
Replies: 9
Views: 7634

Re: Timer with microsecond resolution

Hi. In this doc of espressif talk about High Resolution Timer, in us. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/esp_timer.html " Periodic esp_timer also imposes a 50us restriction on the minimal timer period. Periodic software timers with period of less than 50...
by beyonlo
Tue Jun 01, 2021 6:40 pm
Forum: General Discussion and Questions
Topic: MIcropython as MQTT broker
Replies: 14
Views: 11117

Re: MIcropython as MQTT broker

Hi all.

I would like to use a MQTT Broker on MicroPython (on ESP32) too.

Just a idea/question: Are there a pure Python MQTT Broker? So, maybe, is possible to port it to MicroPython.

Is that a good idea?

Anyway, the best way is to have a MQTT Broker that works with uasyncio, of course.

Thank you.
by beyonlo
Fri Oct 25, 2019 11:58 pm
Forum: General Discussion and Questions
Topic: Secure UDP Sockets - DTLS
Replies: 0
Views: 2336

Secure UDP Sockets - DTLS

Hello.

Are there any example about to use DTLS? I would like to use UDP protocol to communicate, but in the secure mode, like as a TCP socket using TLS. I found on docs just about ussl for TCP sockets.

Thank you.
by beyonlo
Mon Sep 23, 2019 11:22 pm
Forum: Programs, Libraries and Tools
Topic: MicroPython CAN bus for ESP32
Replies: 15
Views: 29975

Re: MicroPython CAN bus for ESP32

Hi, you can to try to open a issue in the https://github.com/micropython/micropython

There has many open requests, and maybe more developers can see your request. I don't know if there is the best way, but is another place that you can to try.
by beyonlo
Mon Sep 23, 2019 1:59 pm
Forum: Programs, Libraries and Tools
Topic: MicroPython CAN bus for ESP32
Replies: 15
Views: 29975

Re: MicroPython CAN bus for ESP32

Hello. I agree, CAN Bus, like as MOD bus are very essential, and I am surprised too those it is not included in the micropython for ESP32. For the CAN Bus, ESP32 has the MAC/Controller, but not the transceiver. But if you need just to communicate from a microcontroller to microcontroller, like as ES...
by beyonlo
Sat Oct 22, 2016 11:53 pm
Forum: WiPy and CC3200 boards
Topic: NEW: WiPy 2.0 - shipping 10 Oct 2016
Replies: 62
Views: 76873

Re: NEW: WiPy 2.0 - shipping 10 Oct 2016

Hi all. Yes, you are all right people. May be I was waiting more and more becouse I like so much the pycom boards, but he already make so much for the community and I don't see that. Yes, to get a different direction is not necessary bad, may be can be better, like as the example of Arduino board - ...