Lesson 1
Lesson 1
To run and compile programs you should use IDE.
You can download Wyliodrin Studio.
Wyliodrin Studio
Download and install it.
=======================
To design own circuits you should download Fritzing:
A.You may download Fritzing from the official website for money
Fritzing
Then install it.
or
B.Download from GitHub for free
Windows x64
Linux
Rename .zip archive to "fritzing.zip" and unpack it. Then run the application.
=======================
Download and install Qemu (a userspace emulator and virtualizer) to run the emulator of Rapberry Pi there
Qemu
Qemu for Windows x64
(you can download qemu-w64-setup-20221230.exe )
After an installation you have to add Qemu to Windows System Path
Right-click on the Start Button.
Select “System” from the context menu.
Click “Advanced system settings”
Go to the “Advanced” tab.
Click “Environment Variables…”
Click variable called "System variables"->“Path” and click “Edit…”
Click “New”
Enter the path to the folder containing the binary (For example C:\Program Files\qemu).
Reboot you computer.
====================