2 Jun 2022, 11:54

Hi,

currently i am working on one thing that i am really missing in FUZE and i fully understand why is that. It is importing some resources from PC. I needed this for one of my future project and because i am quite successfull with this import i am sharing this with you.
Later, If you would be interested i can prepare a little tutorial with detail info.

Where i am now:
I can import any binary file from PC and store it in my project.
I can import several files.
I hvave checked the correct containt of the files by displaying the contain of one text file and one bitmap file.

How it works:
Instead of A-keyboard i am using my totaly new A-Con (that's how i call it). The hardware is absolutelly the same but the software in this tiny device emulates Joy Cons instead of keyboard. That has big big benefit in speed. Joy con can safely transmit 4Bytes (32 bits) per scan and i can safely transmit data in speed (120B per second) (A-keyboard can transfer only about 15Bytes per seconds (keyboard character can store only 6 bits and not 8)).
PC transmit data via COM port to this ltiny A-Con device, that emulates pressing buttons and setting analog sticks according to this data. My Fuze application decodes this data from controller and store them into internal file.
Because there is only one file per project in FUZE, data are organised as a records with name and filesize in order to be used seperately.

On the second picture you can see how the Fuze application display stored data from the file Unit.h (text file) and test.bmp (image).
The picture file was transmitted in 32 minutes. And i think that it is absolutelly perfect for 230kB of data because unitl now i had no way to do this.

The cost of this device is less then 20Euros. And creating is very easy (just need to connect 2 wires and upload the software).

income1.jpg income2.jpg