Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:netzer:start [2014/02/09 14:32] – external edit 127.0.0.1 | en:netzer:start [2025/06/11 20:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
A power supply with 3.3V is needed. Connect it to the power supply pins of the Netzer: | A power supply with 3.3V is needed. Connect it to the power supply pins of the Netzer: | ||
- | {{ : | + | {{ : |
As an alternative the Netzer can be supplied with [[pins# | As an alternative the Netzer can be supplied with [[pins# | ||
Line 56: | Line 56: | ||
- | ====== Firmware ====== | + | ====== |
+ | |||
+ | This firmware is commonly installed on our Netzers you can buy in our webshop. | ||
+ | It is started by the bootloader automatically after a few seconds. | ||
===== IP address ===== | ===== IP address ===== | ||
Line 65: | Line 69: | ||
===== MDNS ===== | ===== MDNS ===== | ||
- | The exact IP address is not relevant for first connections. The simplest way is to connect to the network name (per MDNS). For that reason [[links?&# | + | The exact IP address is not relevant for first connections. |
+ | The simplest way is to connect to the network name (per MDNS). | ||
+ | <WRAP center round download 60%> | ||
+ | For finding MDNS services you can use our {{: | ||
+ | The source code can be found at [[https:// | ||
+ | It is written in pure python and also runs on Linux and MAC. | ||
+ | </ | ||
+ | Another option is to install [[links?&# | ||
+ | |||
+ | Searching or browsing can be done from command line like: | ||
+ | |||
+ | < | ||
+ | >dns-sd -B | ||
+ | Browsing for _http._tcp | ||
+ | Timestamp | ||
+ | 18: | ||
+ | </ | ||
+ | |||
+ | With MDNS installed Netzer can be pinged via its name (the name can be found at the bottom of the board) for example: | ||
+ | < | ||
+ | >ping ne2c3dc0.local | ||
+ | |||
+ | Ping ne2c3dc0.local [192.168.97.49] mit 32 Bytes Daten: | ||
+ | |||
+ | Antwort von 192.168.97.49: | ||
+ | Antwort von 192.168.97.49: | ||
+ | Antwort von 192.168.97.49: | ||
+ | Antwort von 192.168.97.49: | ||
+ | |||
+ | Ping-Statistik für 192.168.97.49: | ||
+ | Pakete: Gesendet = 4, Empfangen = 4, Verloren = 0 (0% Verlust), | ||
+ | Ca. Zeitangaben in Millisek.: | ||
+ | Minimum = 0ms, Maximum = 1ms, Mittelwert = 0ms | ||
+ | </ | ||
+ | | ||
===== Firefox ===== | ===== Firefox ===== | ||
{{ : | {{ : | ||
- | Comfortable Netzer discovery is possible with Firefox browsers and the installed [[links?&# | + | Comfortable Netzer discovery is possible with Firefox browsers and the installed [[links?&# |
+ | This plugin maintains all found web pages of MDNS devices in a list. | ||
+ | Netzer has a name like // | ||
+ | The name can later be changed on the Netzer web sites. | ||
+ | |||
+ | |||
+ | ===== Web access ===== | ||
+ | |||
+ | The most of the functionality can be configured due to Netzers web access. | ||
+ | While entering the website you have to [[accesscontrol|login]]. | ||
+ | The IOs can also be accessed (read and written) from here. | ||
+ | |||
+ | |||
+ | ===== IO access ===== | ||
+ | |||
+ | The IOs can be accessed due to different channels. | ||
+ | The common access method is via [[gpioserver]]. | ||
+ | |||
+ | |||
+ | ===== Serial access ===== | ||
+ | |||
+ | The different serial connections can be accessed due to network socket. | ||
+ | The common access method is via [[serialserver]]. | ||