Difference between revisions of "Hydrover Developement System"
From Hydrover
(→Tutorials) |
|||
Line 11: | Line 11: | ||
== Tutorials == | == Tutorials == | ||
+ | |||
+ | === Basic === | ||
* [[Installation of PAWN]] | * [[Installation of PAWN]] | ||
* [[Installation of Notepad++]] | * [[Installation of Notepad++]] | ||
* [[Configuration of Notepad++ for use with PAWN]] | * [[Configuration of Notepad++ for use with PAWN]] | ||
* [[Installing USB Serial Driver]] | * [[Installing USB Serial Driver]] | ||
− | |||
* [[H6105-D Configuration]] | * [[H6105-D Configuration]] | ||
* [[H6103 Configuration]] | * [[H6103 Configuration]] | ||
* [[H6104-P Configuration]] | * [[H6104-P Configuration]] | ||
+ | * [[Firmware Updates]] | ||
+ | |||
+ | === PAWN Programming === | ||
+ | * [[The EVENTS Queue]] | ||
+ | * [[Finite State Machine]] | ||
== Wiring Examples == | == Wiring Examples == | ||
+ | |||
+ | * [[CAN BUS wiring and terminators]] | ||
+ | * [[H6105-D wiring an encoder with push button]] | ||
+ | * [[H6105-D and H6103 basic input output]] | ||
== Programming Examples == | == Programming Examples == | ||
+ | * [[H6105-D Hello World !!!]] | ||
+ | * [[H6105-D Encoder and Menu]] |
Revision as of 04:35, 1 June 2017
The Hydrover Developement System is a collection of strong software tools and libraryes that you can use for free to develop your applications.
Contents
Tools Index
- PAWN the scripting language compiler
- Notepad++ one of the most powerfull editor for programmers with syntax highlight
- HydDevKit contains our expansion library for PAWN, Notepad++, and the device drivers for all our boards
- FastLCD free program that help in fast icon/image creation
- PuTTY fast and flexible serial terminal emulator for comunication over RS-232
- Qfsm simple and fast program that help in designing FSM ( Finite State Machine )
Tutorials
Basic
- Installation of PAWN
- Installation of Notepad++
- Configuration of Notepad++ for use with PAWN
- Installing USB Serial Driver
- H6105-D Configuration
- H6103 Configuration
- H6104-P Configuration
- Firmware Updates
PAWN Programming
Wiring Examples
- CAN BUS wiring and terminators
- H6105-D wiring an encoder with push button
- H6105-D and H6103 basic input output