Ven
Ven
IRQ/callback is best option, and it gonna be really nice to have i2c as slave on some devices as esp8266, I currently use an atmega processors with arduino id cuz...
I can confirm that problem, on MicroPython v1.19.1 on 2022-06-18; ESP32 module with ESP32: _______________________________________________________________ import usocket as socket sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.settimeout(2) sock.connect(("192.168.4.2",80)) Traceback (most recent call last):...
I got report from 2 people with iphone who cannot log in, but since I got no iphone to test cannot confirm with new version. My computers are windows based...
investigating further, If I turn off authentication with another browser and then use safari, it is able to open html files, but when it goes to javascript json data it...
Тhank you got the reply. If I change scrips to be that way, will your web server web_control.lua work peoperly? -------------------------------------------- On Sun, 5/20/18, Роман wrote: Subject: Re: [bondrogeen/DoT] Safari...
sorry to bother you again, I noticed something wrong. When I try to save stuff using that get method, it change variables. here is the example: This is request URL,...
Your mail somehow go into my spam folder ........ Thank you for the fix, I change all my scripts not to use variables contain "_" meanwhile :) BTW I modified...
I had many RFID boards, some reported as 0x12, one as 0x92, 0x12 not working, 0x92 working strange part is that those who report as 0x12 works without any problem...
thank you, just tried that, no success. Board detect presense of a card, but was unable to read serial, after that boards hangs - need restart to detect presense of...
I'm sure I mention that before: I use RC522 boards mostly on ESP8266 (LUA) ESP32 (MICROPYTHON) all works fine. On ArdinoIDE I use this library and there is a problem...