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 [2013/02/22 21:57] – [Topics] 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 =====
  
-  * [[licenses|Versions]]  +Since version 1.5 there are some projects within a release. 
-  * [[history|History]]+The projects are build from a common code base and project specific code.
  
-  * [[resettofactory|Reset to factory settings]] +In the current version 1.6 the following projects exist:
-  * [[fwupdates|Firmware updates]]+
  
-  ''[[websockets|WebSockets]]''+^ 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. |
  
-  * [[networksettings|Network settings]] + 
-  * [[accesscontrol|Access control]] +===== Common topics ===== 
-  * [[startpage|Startpage webinterface]]+ 
 +  * [[licenses|License packets & Downloads]] 
  
   * [[pins|Netzer pin map]]   * [[pins|Netzer pin map]]
-  * [[io|Netzer IOs]] 
  
-  * [[gpioserver|The GPIO server]] +  * [[fwupdates|Firmware updates]] 
-  * [[serialserver|The serial server]]+  * [[resettofactory|Reset to factory settings]] 
 + 
 +  * [[accesscontrol|Access control]] 
 +  * [[startpage|Startpage webinterface]] 
 +  * [[networksettings|Network settings]] 
 +  * [[commandinterface|Description of the command interface]] 
  
-===== Use cases ===== 
  
-  * [[start|Getting started]]  
-  * [[dimmer|230 V dimmer]] 
-  * [[servo|Connection of a scale model servo]] 
-  * [[s88|Reading out S88 bus from Ethernet]]