Search found 226 matches

by ry755
Wed Oct 04, 2023 7:54 am
Forum: Programming & Software
Topic: Uzebox Bootloader V5
Replies: 190
Views: 290034

Re: Uzebox Bootloader V5

Yeah I will definitely add a readme soon. I mainly just wanted to get it out there so you could use it :P The ESP8266 will create its own wifi network which you can connect to, and then run the python script included in the repo. As-is, it is wifi-only because it expects to receive various OK messag...
by ry755
Wed Oct 04, 2023 2:14 am
Forum: Programming & Software
Topic: Uzebox Bootloader V5
Replies: 190
Views: 290034

Re: Uzebox Bootloader V5

ry755 Did you get round to uploading your Uzebox network loader? I'm working on something that it seems I won't be able to test under a emulator so dev will be tedious without your network loader, which I want to try with a cable to see if it works faster. Thanks Hi, so sorry for the late reply!! I...
by ry755
Sat Aug 19, 2023 11:00 pm
Forum: Programming & Software
Topic: Uzebox Bootloader V5
Replies: 190
Views: 290034

Re: Uzebox Bootloader V5

I think that's pretty much exactly the app we were discussing just running much slower than expected. Did you not test it with a cable? Surely it'd be simple enough to adjust it to support using a UART cable instead, if that doesn't already work? That should minimise transfer errors. Yeah that woul...
by ry755
Sat Aug 19, 2023 7:05 am
Forum: Programming & Software
Topic: Uzebox Bootloader V5
Replies: 190
Views: 290034

Re: Uzebox Bootloader V5

Whoa, uh, yes I'd say that counts as interesting :shock: I'm curious if the network delay is as large as I interpreted it there. I would expect the download could reach 11520 bytes per second, so a ROM would take 6-7 seconds best case? If using custom SPI RAM UART buffer code beyond 115200, the tes...
by ry755
Sat Aug 19, 2023 2:09 am
Forum: Programming & Software
Topic: Uzebox Bootloader V5
Replies: 190
Views: 290034

Re: Uzebox Bootloader V5

Back in like 2020 or 2021 I made a little network loader for the Uzebox using the ESP8266 and a Python script on the host computer. I never released it because it was incredibly slow and prone to bugs but I could clean it up and upload it if it looks interesting. https://www.youtube.com/watch?v=fCbJ...
by ry755
Wed Jul 19, 2023 10:32 pm
Forum: Hardware
Topic: Hyperkin Hyper Click optical SNES/Uzebox mouse and the SupaBoy SFC
Replies: 9
Views: 720

Re: Hyperkin Hyper Click optical SNES/Uzebox mouse and the SupaBoy SFC

I still think my UzeDOS idea would be cool and more practical than UzeboxUI currently is: https://uzebox.org/forums/viewtopic.php?t=11214 Video mode 40/41/42 would be perfect for this type of thing. The theoretical UzeDOS would be able to execute actual AVR binaries instead of just using a slow VM l...
by ry755
Wed Jul 19, 2023 9:45 pm
Forum: Hardware
Topic: Hyperkin Hyper Click optical SNES/Uzebox mouse and the SupaBoy SFC
Replies: 9
Views: 720

Re: Hyperkin Hyper Click optical SNES/Uzebox mouse and the SupaBoy SFC

Would it be possible to write a simple text editor for UzeboxUI that could read and write small text files from SD card or do I recall that writing to (FAT16) SD card on the Uzebox isn't a thing? That would be possible, but I'd first need to add support to the UzeboxUI application API for accessing...
by ry755
Wed Jul 19, 2023 8:23 am
Forum: Hardware
Topic: Hyperkin Hyper Click optical SNES/Uzebox mouse and the SupaBoy SFC
Replies: 9
Views: 720

Re: Hyperkin Hyper Click optical SNES/Uzebox mouse and the SupaBoy SFC

Does your UzeboxUI supposedly support a mouse? I'm pretty sure it did at one point but I didn't have a working SNES mouse back when I first wrote it, so iirc I removed the support for it. Should be pretty easy to re-add it back in though. For testing purposes I'd recommend just using this controlle...
by ry755
Wed Jul 19, 2023 12:32 am
Forum: Hardware
Topic: Hyperkin Hyper Click optical SNES/Uzebox mouse and the SupaBoy SFC
Replies: 9
Views: 720

Re: Hyperkin Hyper Click optical SNES/Uzebox mouse and the SupaBoy SFC

I've tested this mouse with the Uzebox before and was unable to get it fully working: viewtopic.php?t=11101
Maybe now that multiple forum members have it, there will be more incentive for getting it working?
by ry755
Mon May 15, 2023 3:27 am
Forum: Programming & Software
Topic: Uzenet Server(Experimental)
Replies: 14
Views: 3856

Re: Uzenet Server(Experimental)

It would be super cool to be able to download .uze files over the network, whether it's from a central server (like what is used for the online cuzebox emulator) or from a locally hosted server on your local network. A prerequisite would be making the FAT16/32 API be able to create new files, which ...