Navigace knihy
- iTriangle ENG
-
iTriangle platform
7 stránek
-
Guide for code.iTriangle.cz
9 stránek
- TODO Basic UI and the first look
- TODO Measuring and experimenting with sensors
- TODO Blockly programing and basic of robotics
- Visual programing blocks – Logic
- Visual programing blocks - IfElse
- Visual programing blocks – Lists
- Visual programming blocks – Loops
- Visual programming blocks – Text
- Visual programming blocks – Variables
-
Curricullum iTriangle online
15 stránek
- Lesson 001 – Cool world
- Lesson 002 – Cooling effects of volatile liquids
- Lesson 004 – Gears
- Instructions for connecting to iTriangle online and starting measurements
- Lesson 005 – Mechanical oscillation (pendulum)
- Lesson 006 – Cooling effects of sprays
- Lesson 007 – Cooling mixture
- Lesson 008 – The light around us
- Lesson 009 – Motion sensor PIR
- Lesson 010 – Burglar alarm
- Lesson 011 – Soil moisture sensor
- Lesson 012 – Light sensor (advanced)
- Lesson 013 – Burglar alarm (advanced)
- Lesson 003 – Measuring the relative humidity of the environment
- Sample lesson
-
iTriangle sensors and actors and their specifications
28 stránek
- Complete list of supported devices
- 4 in 1 sensor
- Push button switch
- Buzzer
- Continuous servo 360 dg
- Generic analog IN
- Generic digital IN
- Generic digital OUT
- Generic PWM OUT
- Hall Sensor
- IR Sensor
- LED matrix 8x8
- LED stripe
- Light sensor
- Luminance sensor
- Moisture sensor
- PIR motion sensor
- High pressure
- Relay
- Servo 180 dg
- Sound sensor
- Thermometer
- Temperature and humidity sensor
- High accuracy temperature and humidity sensor
- Tone generator
- Ultrasonic ranger
- Voltage sensor
- Waterpump
- TODO The first look and your first experiment with iTriangle MASTER
- TODO The first look and your first experiment with iTriangle 4.0 online central unit
Guide for code.iTriangle.cz
Visual programing blocks – Logic
Boolean algebra is a mathematical system that has two values: true false Boolean values (als...
Visual programing blocks - IfElse
Conditional statements are central to computer programming. They make it possible to express stat...
Visual programing blocks – Lists
As in everyday speech, a Blockly list is an ordered collection of items, such as a "to do" list o...
Visual programming blocks – Loops
The Control category contains blocks that control whether other blocks placed in their body are r...
Visual programming blocks – Text
Examples of items of text are: "thing #1" "March 12, 2010" "" (empty text). Text can contain ...
Visual programming blocks – Variables
We use the term variable in the same way as it is used in mathematics and other programming langu...