Ok but are sure that the driver WL18 are also needed for yellow as we do not put any BLE card like on the green mangOH?
If you see the bt-init.sh in the document, it will use
modprobe hci_uart
sleep 1
modprobe bluetooth
sleep 1
modprobe rfcomm
sleep 1
modprobe hidp
sleep 1
modprobe bnep
sleep 1
so you can double check if currently you have these drivers.
BTW, if you don’t put on the WL81xx bluetooth card, how are you going to use it?
The bluetooth is integrated on the card according to the user guide doc. So I guess we can use it directly…
You are talking about the document for mango green that you sent?
yes, I am talking about this document…
OK, you can simply check if you can enter the following then:
modprobe hci_uart
sleep 1
modprobe bluetooth
sleep 1
modprobe rfcomm
sleep 1
modprobe hidp
sleep 1
modprobe bnep
sleep 1
OK. i am confused about whether we must buy an extension for bluetooth with mango Yellow to be honest.
here says it has bluetooth function already:
Bluetooth on mangOH yellow works out of the box. Nothing needs to be done.
Please what do I need more to get started with the mangoH yellow.
Can I start now or do I have to install Legato as well like in this video:
Is there a procedure on how to use the git codes and apply to start building my application?
Thanks
You need to install leaf tool and vscode
Apparently app stop takes only one argument. You could write a simple bash script to accept multiple applications though.
Can you build the app?
Ctrl+shift+b > build
i created the new app in the app folder.
logread -f only displays messages going forward. If helloWorld has already started you might not see anything. Try logread | grep helloWorld .
I think cm tool will also print out something





