Python v2: Difference between revisions

From wikiluntti
No edit summary
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
The other sensors work similarly; eg. [[gyroscope sensor py v2]] or [[ultrasonic sensor py v2]] (distance meter) are rather easy to employ.
The other sensors work similarly; eg. [[gyroscope sensor py v2]] or [[ultrasonic sensor py v2]] (distance meter) are rather easy to employ.


== Preliminary things ==
== Installing ==
 
=== SD Card ===
To set [https://www.ev3dev.org/ ev3dev] running you need a SD card which should be made bootable to [https://www.ev3dev.org/downloads/ ev3dev-stretch]. The installation (copying) can be made using Etcher.
 
Connect to your brick. I usually use the USB cable, and it works by plugging.
 
See the SD card settings and instructions from [https://www.ev3dev.org/docs/getting-started/ ev3dev/getting-started] page.


See [[Install ev3dev]].





Latest revision as of 21:05, 22 September 2020

<languages />

<translate>

Python is a very powerful but programming language for ev3 robots, also.

Programming exercises (only five so far but these will give a solid ground to jump from):

The other sensors work similarly; eg. gyroscope sensor py v2 or ultrasonic sensor py v2 (distance meter) are rather easy to employ.

Installing

See Install ev3dev.

</translate>