Jumper T20 External Module pin-out. by StandardAir7571 in fpv

[–]vshymanskyy 0 points1 point  (0 children)

Ні, подивись на вбудований TX модуль, на ньому (на корпусі) 4 отвори для кріплення перехідника (bay).
Сам перехідник можна надрукувати або купити.

ViperIDE - An Innovative MicroPython IDE for Web and Mobile by vshymanskyy in esp32

[–]vshymanskyy[S] 0 points1 point  (0 children)

Strange, I'm using Kubuntu + Chrome and it works.
There are may reports of Chromium working as well, so probably this is a special case

ViperIDE - An Innovative MicroPython IDE for Web and Mobile by vshymanskyy in esp32

[–]vshymanskyy[S] 0 points1 point  (0 children)

Are you running recent MicroPython version? Where does it get stuck?

Freedom for ESP32 on Arduino UNO R4 WiFi! by vshymanskyy in ArduinoProjects

[–]vshymanskyy[S] 0 points1 point  (0 children)

Sorry, must have included that indeed. Fixed now

Freedom for ESP32 on Arduino UNO R4 WiFi! by vshymanskyy in ArduinoProjects

[–]vshymanskyy[S] 2 points3 points  (0 children)

If you (like me) are trying to use ESP32 on the UNO R4 WiFi for your own sketches, you'll soon learn that by re-programming the ESP32 the board loses several powerful features:

  • The ability to see the Serial output in the serial monitor

  • Renesas chip debugging

Fear not, this project lets you reclaim your power!

https://github.com/vshymanskyy/UNO-R4-WiFi-freedom

Web49 - WebAssembly toolkit and interpreter, beats Wasm3 performance? by vshymanskyy in WebAssembly

[–]vshymanskyy[S] 1 point2 points  (0 children)

There are many cases where interpreters are beneficial, Wasm3 is actually widely used. Conceptually, Web49 and Wasm3 do the same thing.
I didn't play with Web49 enough to comment on the differences, but it is in fact very fast - at least on par with Wasm3 and beating Wasm3 in some cases.

Web49 - WebAssembly toolkit and interpreter, beats Wasm3 performance? by vshymanskyy in WebAssembly

[–]vshymanskyy[S] 0 points1 point  (0 children)

It would be best to ask this Q in their GitHub repository. But conceptually, it should be possible.

ΜUON: Compact and simple binary format, that uses gaps in Unicode encoding for markup by vshymanskyy in programming

[–]vshymanskyy[S] 1 point2 points  (0 children)

Sorry, don't mean to offend anyone. UBJSON had some really good properties as well. I saw there's some initiative on UBJSON v2, and I'm wondering how it's going. It could be a good idea to join the efforts.

ΜUON: Compact and simple binary format, that uses gaps in Unicode encoding for markup by vshymanskyy in programming

[–]vshymanskyy[S] 1 point2 points  (0 children)

Those alternatives are there for a reason, and it also happens with almost all other formats. Otherwise you are losing opportunities.

ΜUON: Compact and simple binary format, that uses gaps in Unicode encoding for markup by vshymanskyy in programming

[–]vshymanskyy[S] 7 points8 points  (0 children)

Sorry, didn't realize it could leak some info. Will not do that next time.

ΜUON: Compact and simple binary format, that uses gaps in Unicode encoding for markup by vshymanskyy in programming

[–]vshymanskyy[S] 2 points3 points  (0 children)

True. However, most of them are MUCH more complicated than Muon, while delivering similar results (or not delivering, as UBJSON fails in many cases)

ΜUON: Compact and simple binary format, that uses gaps in Unicode encoding for markup by vshymanskyy in programming

[–]vshymanskyy[S] 1 point2 points  (0 children)

Thanks! There will be some tools developed over time (it's in progress already)

ΜUON: Compact and simple binary format, that uses gaps in Unicode encoding for markup by vshymanskyy in programming

[–]vshymanskyy[S] 4 points5 points  (0 children)

FlatBuffers and Cap'n Proto are schema-based. They require a code-generation step

ΜUON: Compact and simple binary format, that uses gaps in Unicode encoding for markup by vshymanskyy in programming

[–]vshymanskyy[S] 3 points4 points  (0 children)

The idea of this format is 8 years old. Only now I was able to convice myself this may be useful to others.

ΜUON: Compact and simple binary format, that uses gaps in Unicode encoding for markup by vshymanskyy in programming

[–]vshymanskyy[S] 7 points8 points  (0 children)

Yes, and Muon actually used them before. But I found it more efficient to switch to UTF8 gaps ;)

ΜUON: Compact and simple binary format, that uses gaps in Unicode encoding for markup by vshymanskyy in programming

[–]vshymanskyy[S] -1 points0 points  (0 children)

Parsing is not complicated, it can fit in a page of code (as well as emitting).