Replies: 3 comments 1 reply
-
Not sure exactly what you're looking for, but perhaps https://sensor-watch-builder.fly.dev/ is interesting to you. One day I will clean it up :) It's very simple: https://github.com/wryun/sensor-watch-builder/ I don't think that it's a big bar to drag and drop the firmware onto the drive; the user has already had to pull apart their watch! |
Beta Was this translation helpful? Give feedback.
-
"Not sure exactly what you're looking for, but perhaps https://sensor-watch-builder.fly.dev/ is interesting to you. One day I will clean it up :)" "I don't think that it's a big bar to drag and drop the firmware onto the drive" Why to not use all goods of new technology quite some. I'm not sure about using "Then download firmware and copy it into fake flash drive", instead of just providing the button "Flash". Besides fake usb drive will be constant source of questions like "Can I copy my documents onto it?". My second point is that automation for |
Beta Was this translation helpful? Give feedback.
-
It could be interesting to look into but
https://developer.mozilla.org/en-US/docs/Web/API/USB
Shows that Firefox does not support WebUSB
…On Fri, Nov 11, 2022, 06:00 bademux ***@***.***> wrote:
@wryun <https://github.com/wryun> I had the same idea, and then saw 2
separate impls on discord :)
"I don't think that it's a big bar to drag and drop the firmware onto the
drive"
Why to not use all goods of new technology quite some. I'm not sure about
using "Then download firmware and copy it into fake flash drive", instead
of just providing the button "Flash". Besides fake usb drive will be
constant source of questions like "Can I copy my documents onto it?".
It really convenient to flash from web browser especially with simulator.
Firmware can be tested and flashed instantly.
My second point is that automation for make install is straight gate to
hell due to multiple OS support (having fun with it :( ).
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACYSEJ3ZM7QVTF2SR3IVPTWHYRNLANCNFSM6AAAAAAR4RWJAA>
.
You are receiving this because you are subscribed to this thread.Message
ID: <joeycastillo/Sensor-Watch/repo-discussions/129/comments/4116638@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to propose WebUSB for firmware upgrade (something like https://devanlai.github.io/webdfu/dfu-util/).
We already have emscripten simulator and i will be convenient to upload firmware from the page.
In my opinion current approach with emulation is not optimal:
make install
has assumption that are not correct, like all usb drives are mounted in/media
I found @joeycastillo mentioned WebUSB in context of configuration #23 (comment)
In my opinion current cmd based approach is more elastic\can be adapted to wireless communication channel.
Unfortunately there is a bug #117, but it is fixable I think.
Beta Was this translation helpful? Give feedback.
All reactions