Difference between revisions of "Hydrover Developement System"

From Hydrover
Jump to: navigation, search
(Tools)
(Programming)
 
(17 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
* [https://www.compuphase.com/pawn/pawn.htm PAWN], scripting language
 
* [https://www.compuphase.com/pawn/pawn.htm PAWN], scripting language
 
* [[HydLib]], library that interface the PAWN language with the hardware
 
* [[HydLib]], library that interface the PAWN language with the hardware
 +
* [http://libusb.org/ libusb], library that allow custom softwares to interface and control the automation system through the USB port
  
 
= Tools =
 
= Tools =
Line 16: Line 17:
 
If you prefer to download from the original Author's pages:
 
If you prefer to download from the original Author's pages:
  
 +
* [https://notepad-plus-plus.org Notepad++] one of the most powerfull editor for programmers with syntax highlight
 
* [https://www.compuphase.com/pawn/pawn.htm PAWN] the scripting language compiler
 
* [https://www.compuphase.com/pawn/pawn.htm PAWN] the scripting language compiler
* [https://notepad-plus-plus.org Notepad++] one of the most powerfull editor for programmers with syntax highlight
+
* [https://www.google.it/search?q=FastLCD.exe FastLCD] free program that help in fast icon/image creation
* FastLCD free program that help in fast icon/image creation
 
 
* [http://www.putty.org PuTTY] fast and flexible serial terminal emulator for comunication over RS-232
 
* [http://www.putty.org PuTTY] fast and flexible serial terminal emulator for comunication over RS-232
 
* [http://qfsm.sourceforge.net Qfsm] simple and fast program that help in designing FSM ( [https://en.wikipedia.org/wiki/Finite-state_machine Finite State Machine] )
 
* [http://qfsm.sourceforge.net Qfsm] simple and fast program that help in designing FSM ( [https://en.wikipedia.org/wiki/Finite-state_machine Finite State Machine] )
 +
* [http://libusb.org/ libusb], is a C library that gives applications easy access to USB devices on many different operating systems
  
 
= Tutorials =
 
= Tutorials =
  
 
=== Developement System ===
 
=== Developement System ===
 +
* [[Installation of HydLib]]
 
* [[Configuration of Notepad++ for use with PAWN]]
 
* [[Configuration of Notepad++ for use with PAWN]]
* [[Functions of USB and Serial Port]]
+
* [[Connecting your PC with the boards]]
* [[H6105-D System Configuration]]
+
* [[System configuration & boards addressing]]
* [[H6103 Configuration]]
+
* [[Programming H6105-D]]
* [[H6104-P Configuration]]
 
 
* [[Firmware Updates]]
 
* [[Firmware Updates]]
  
 
=== PAWN Programming ===
 
=== PAWN Programming ===
* [[The Events Queue]]
+
* [https://en.wikipedia.org/wiki/Event-driven_architecture Event-driven architecture]
 +
* [https://en.wikipedia.org/wiki/Event-driven_programming Event-driven programming]
 +
* [[The Queue of Events]]
 
* [[Finite State Machine]]
 
* [[Finite State Machine]]
  
Line 48: Line 52:
 
* [[H6105-D Hello World !!!]]
 
* [[H6105-D Hello World !!!]]
 
* [[H6105-D and H6103 basic input/output]]
 
* [[H6105-D and H6103 basic input/output]]
 +
* [[H6105-D Rotary Encoder and Menu]]
 
* [[H6105-D and H6103 power saving on outputs]]
 
* [[H6105-D and H6103 power saving on outputs]]
* [[H6105-D Rotary Encoder and Menu]]
+
* [[H6105-D and H6103 accessory management]]
 
* [[H6105-D and H6104-P PWM Config and Usage]]
 
* [[H6105-D and H6104-P PWM Config and Usage]]
 
* [[H6105-D and H6104-P PWM Current Sequence]]
 
* [[H6105-D and H6104-P PWM Current Sequence]]

Latest revision as of 10:32, 6 July 2017

Description

The Hydrover Developement System is a collection of software tools and libraries that you can use for free to develop your applications.

It is mainly base on:

  • Notepad++, powerfull programming editor
  • PAWN, scripting language
  • HydLib, library that interface the PAWN language with the hardware
  • libusb, library that allow custom softwares to interface and control the automation system through the USB port

Tools

Here you can find all the software that you need to get started in programming.

  • HydDevKit all in one package with programs, libraries and device drivers for all our boards

If you prefer to download from the original Author's pages:

  • Notepad++ one of the most powerfull editor for programmers with syntax highlight
  • PAWN the scripting language compiler
  • 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 )
  • libusb, is a C library that gives applications easy access to USB devices on many different operating systems

Tutorials

Developement System

PAWN Programming

Examples

Industrial

Wiring

Programming

Mobile

Wiring

Programming