Lesson 1

Post Reply
admin
Site Admin
Posts: 3008
Joined: Wed Dec 11, 2019 8:31 am
Has thanked: 9 times

Lesson 1

Post by admin »

raspberry-logo.png
raspberry-logo.png (2.91 KiB) Viewed 63 times
The goal of these threads is to teach students English and Raspberry Pi Programming by posting short tasks and solutions.
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.
====================
Post Reply