BitsAndDroids / Bits-and-Droids-WASM-module

1 stars 1 forks source link

WASM module in MSFS #1

Open MarcMVador opened 2 years ago

MarcMVador commented 2 years ago

First of all, thanks for your work on this project. I've installed your last version on a te I've tried to launch the Master and warning sample after some little coding but nothing happened Created with Adruino IDE Verified with no error Uploaded on an Arduino Nano. Commands such as digitalWrite(warningLED, HIGH); does work BitsAndDroids connector installed and green lights are on for Boards and MSFS2020 and then... Nothing

I've search on what could be the problem and found this error : BitsAndDroids - Unmounted - Registered | HasError

image

Can you tell what I did wrong or what I forgot ? Thanks in advance Marc

BitsAndDroids commented 2 years ago

I've haven't seen that one before. It looks like there is a problem with the module loading at all. It could be that the folder structure might be wrong (folder in a folder) i.e. BitsAndDroidsModule -> BitsAndDroidsModule -> etc. If that isn't the case could you perhaps send over your installed wasm module (as found in the community folder) in a zip file to dave@bitsanddroids.com? That would really help me out debug this problem.

MarcMVador commented 2 years ago

What I've just done is to put BitsAndDroidsModule folder directly in Community. It was in Community\BitsAndDroids\ This time FS can see it : image Unfortunately my warning button still doesn't want to work. I've completely uninstall the product and reinstalled it with default folder (Program files (x86)). Settings indicate the good community folder but "install WASM" doesn't do anything. The other thing I've noticed is that those two files are not in the main connector folder : image and then i'm not able to create, edit or save any set. When I add them in this folder I can then work on the sets : image I'll send you the code I've put in my Arduino Nano to see if I've missed something. Thanks for your help. Marc