See github.com/jamisonderek/flipper-zero-tutorials/wiki/Install-Firmware-and-Apps for more information on installing apps. If your application doesn't work for the firmware you are running, you can ask for help on my Discord server & hopefully someone will know how to get a version working on your firmware - discord.com/invite/NsjCvqwPAd
I'm glad it was helpful. I complained about flipc.org not have features to remove an app that is listed if you own the GitHub & not being able to add comments to users of particular firmware & flipc image thumbnail was buggy & it generally drove me crazy... But I still hope that they get the site working again. For people just starting out, it was an easy way for people to discover and install apps on their Flipper.
I didn't show it, but sometimes for an app you have to download the zip and then navigate into the folder. For example, if you go to github.com/jamisonderek/flipper-zero-tutorials/, click green "Code" button, choose "Download ZIP", you would copy the tutorial project you were interested in into your firmware applications_user folder (copy the "gpio/gpio_blink_pwm" folder for the blinking LED tutorial, or "ui/skeleton_app" for the UI demo). Whatever folder you create under "applications_user", it must be the one with the application.fam file.
hey Derek I'm having trouble installing a second app a week or so after following this tutorial to install my first app on the flipper what do I need to do the next time I want to add add an application on to my flipper I tried starting from step 3 but it just returned "'fbt' is not recognized as an internal or external command, operable program or batch file." I'm using windows and I'm unsure if I have to start over from the beginning or if its a simpler prosses now that ive already done most of it the first time around Thanks
When you open a command prompt, you need to switch to the directory where you cloned the firmware. You will see a file named "fbt.cmd" which should be in your current directory. Another option is to use the "ufbt" tool, which will be installed onto your path. github.com/flipperdevices/flipperzero-ufbt If you are unsure what directory fbt.cmd is located, you can run the following in a "Command prompt"... cd \ dir /s/b fbt.cmd
When I click the Unleashed isntall via Web - 'It seems that the serial port is occupied. Close any other app (e.g. qFlipper) connected to Flipper and try again.'
Make sure nothing else is running (like qFlipper, lab.flipper.net, etc.) Perhaps even reboot the flipper using LEFT+BACK at same time for 3 seconds can sometimes help.
You clone the repo that matches your firmware -- github.com/jamisonderek/flipper-zero-tutorials/wiki/Install-Firmware-and-Apps#step-3-recursively-clone-the-firmware-you-want-to-use If you need additional help, feel free to ask in my Flipper Discord server : discord.com/invite/NsjCvqwPAd
See github.com/jamisonderek/flipper-zero-tutorials/wiki/Install-Firmware-and-Apps for more information on installing apps. If your application doesn't work for the firmware you are running, you can ask for help on my Discord server & hopefully someone will know how to get a version working on your firmware - discord.com/invite/NsjCvqwPAd
Perfect! exactly what i was looking for. Nice video as always.
I'm glad it was helpful. I complained about flipc.org not have features to remove an app that is listed if you own the GitHub & not being able to add comments to users of particular firmware & flipc image thumbnail was buggy & it generally drove me crazy... But I still hope that they get the site working again. For people just starting out, it was an easy way for people to discover and install apps on their Flipper.
I didn't show it, but sometimes for an app you have to download the zip and then navigate into the folder. For example, if you go to github.com/jamisonderek/flipper-zero-tutorials/, click green "Code" button, choose "Download ZIP", you would copy the tutorial project you were interested in into your firmware applications_user folder (copy the "gpio/gpio_blink_pwm" folder for the blinking LED tutorial, or "ui/skeleton_app" for the UI demo). Whatever folder you create under "applications_user", it must be the one with the application.fam file.
Great video! Thanks!
Thanks. Once your system is setup, building an app is super quick, as long as it works for your firmware.
Thanks for the content
This video was very full, I was trying to find a proper tutorial, and you explained really clearly.
Thank you.
Do you have any link to donate?
Glad you found it helpful. I recommend also joining my Discord server. discord.com/invite/NsjCvqwPAd
My donate link is ko-fi.com/codeallnight
hey Derek
I'm having trouble installing a second app a week or so after following this tutorial to install my first app on the flipper what do I need to do the next time I want to add add an application on to my flipper I tried starting from step 3 but it just returned
"'fbt' is not recognized as an internal or external command,
operable program or batch file."
I'm using windows and I'm unsure if I have to start over from the beginning or if its a simpler prosses now that ive already done most of it the first time around
Thanks
When you open a command prompt, you need to switch to the directory where you cloned the firmware. You will see a file named "fbt.cmd" which should be in your current directory.
Another option is to use the "ufbt" tool, which will be installed onto your path. github.com/flipperdevices/flipperzero-ufbt
If you are unsure what directory fbt.cmd is located, you can run the following in a "Command prompt"...
cd \
dir /s/b fbt.cmd
When I click the Unleashed isntall via Web - 'It seems that the serial port is occupied. Close any other app (e.g. qFlipper) connected to Flipper and try again.'
Make sure nothing else is running (like qFlipper, lab.flipper.net, etc.) Perhaps even reboot the flipper using LEFT+BACK at same time for 3 seconds can sometimes help.
were is the repo folder
You clone the repo that matches your firmware --
github.com/jamisonderek/flipper-zero-tutorials/wiki/Install-Firmware-and-Apps#step-3-recursively-clone-the-firmware-you-want-to-use
If you need additional help, feel free to ask in my Flipper Discord server : discord.com/invite/NsjCvqwPAd
How to download bel spam?
Use one of the web installers I showed for custom firmware. I think they all have BLE Spam pre-installed now?