WEB Elektor Bus, Webserver for the Elektor Bus

The new project Elektor Bus is an interesting domotica project. With the definition of a protocol, the PC program, the AndroPod and the nodes a lot is available at the moment. What lacks until now is a connection between the Elektor Bus and the internet.
This project will present a solution with an old domotica friend; The Digibutler.
- After the initial setup, no programming needed for network or bus matters
- HTML pages easily modifiable
- Use the debugging/status information/options on the COM port of the Digibutler
- No hardware modification of the Digibutler, a small add-on PCB is used
The Digibutler uses an SD-card to store the files of the website. On the same SD-card there are some configuration files. These are plain text files that easily configure many aspects of the Digibutler, like IP address, Gateway, MAC address, Users and Node Adresses. The values are read in at start-up. Changing the configuration files can be done by taking the SD-Card out of the Digibutler and put it in the PC, or use a FTP program, to change them live on the Digibutler.
Discussie (2 opmerking(en))
TonAugustin 11 jaar geleden
The set up represents three seats in the cabin of an aeroplane.
The seats have two indicators: Fasten Seat belts and Attendand is requested
The seats have two buttons: One for the passenger to Call the Attendant
The other button for the Attendant tyo press to reset the indicator
The Digibutler presents a webpage to the cockpit, with a button to switch the Fasten Seatbelts Sign on and off
Also there is an indicator wether the Attendat is called and by how many passengers.
In no way would I ever step onto a plane with this buggy software on board, but as a demo it is fun.
I describe how the programming of this Bus Functionality is done by rules in the Parts processor Rules configuration file.
At this moment the software works, but crashes regularly. However, the idea seems to work.
WEB Elektor Bus Demo.zip (807kb)
TonAugustin 11 jaar geleden
Project files