en:netzer:user

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:netzer:user [2011/12/19 12:40] – Fixed link errors. sveschen:netzer:user [2025/06/11 20:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Manual ====== ====== Manual ======
  
 +===== Use cases =====
  
 +  * [[start|Getting started]] 
 +  * [[connection|How to connect with Netzer?]]
 +  * [[dimmer|230 V dimmer]]
 +  * [[servo|Connection of a scale model servo]]
 +  * [[s88|Reading out S88 bus from Ethernet]]
 +  * [[HC-SR04|Detecting the distance to an object with an ultrasonic sensor]]
  
-===== Topics =====+===== Firmware projects =====
  
 +Since version 1.5 there are some projects within a release.
 +The projects are build from a common code base and project specific code.
  
 +In the current version 1.6 the following projects exist:
  
-  * [[en:netzer:pins|Netzer pin map]]+^ Name ^ Description ^ 
 +| **[[IO_project|IO]]** | This project has the typical Netzer properties from former versions. Not included anymore is the SPI Slave functionality , which is currently not maintained. | 
 +| **[[eraseeeprom_project|erase_eeprom]]** | This project erases the Netzer EEPROM. | 
 +| **print_eeprom** | Simple command line program for checking and erasing the Netzer EEPROM. |
  
-  * [[en:netzer:io|Netzer IOs]] 
  
-  * [[en:netzer:startpage|Startpage webinterface]]+===== Common topics =====
  
-  * [[en:netzer:licenses|Versions]] +  * [[licenses|License packets & Downloads]] 
  
-  * [[en:netzer:accesscontrol|Access control]] +  * [[pins|Netzer pin map]]
- +
-  * [[en:netzer:resettofactory|Reset to factory settings]] +
- +
-  * [[en:netzer:fwupdates|Firmware updates]] +
- +
-  * [[en:netzer:io|Netzer IOs]] +
- +
-  * [[en:netzer:gpioserver|The GPIO Server]] +
- +
- +
- +
-===== Use cases =====+
  
 +  * [[fwupdates|Firmware updates]]
 +  * [[resettofactory|Reset to factory settings]]
  
 +  * [[accesscontrol|Access control]]
 +  * [[startpage|Startpage webinterface]]
 +  * [[networksettings|Network settings]]
 +  * [[commandinterface|Description of the command interface]]
  
-  * [[en:netzer:start|Getting started]]  
  
-  * [[en:netzer:dimmer|230 V dimmer]] 
  
-  * [[en:netzer:servo|Connection of a scale model servo]]