As you can see from the video, this is a device that requires the wiring (control wiring – buttons, and power wiring – light bulbs, gate, etc.) to be laid out in a STAR configuration. In other words, all the cables must converge at a single point: the electrical box with the SterBox installed. This is a viable solution provided that you are building a house and the cables have not yet been laid. In the case of an existing installation, you would need to duplicate it. Which means extra costs.
The advantage of this layout is that there’s no need for external communication (to the actuators), so the dilemmas we discussed recently no longer apply.
Looking at the price. If you wanted to build a functionally similar system yourself, you’d need a PIC for 20–30 USD, a circuit board for 100 zł, relays, transistors, other components, and an enclosure. That comes to around 400 zł in total. And you’d first have to design, assemble and program it – which requires both knowledge and time. Expanding it with additional I/O shouldn’t cost more than 20 zł per output. A project for enthusiasts. But an interesting one at that.
I don’t know the maximum number of devices the SterBox can handle (the video suggests only 16 inputs and 16 outputs, but perhaps there are more…). If there are around 40 controlled points (in a typical house with a garden, main gate, side gate, heating, etc.), you’ll need 600 + 5 × 200 = about 2,000 zł (for a SterBox with 5 expansion modules and a power supply), plus the cost of cabling (a star topology is the most expensive). It follows that 5,000 zł is the minimum.
I reckon that if you cleverly set up your own system based on a homemade PIC microcontroller and distributed intelligence, it will cost around 1–2 thousand zł (if only because you won’t need a ‘star’ configuration). And with your own microcontroller, you can support practically any number of devices. It’s simply a matter of adding an actuator and, if necessary, a bit of reprogramming. In other words, it depends on the ‘flexibility’ of your design. Expanding the system with new features won’t be too expensive.
Be smart.
Added after 21 [minutes]:
To Urgon
1. An additional CAN-UART conversion circuit is, firstly, a cost and, secondly, it complicates the printed circuit board. As few additional components as possible. Ideally, everything should be in a single chip.
2. So that brings us to the telephone modem. Maximum speed 56 kbps. Range in kilometres. It might not be a bad idea, but it does complicate the circuit by adding further components. Unless, of course, everything is implemented in software on the PIC with just a small transformer on the port… interesting. Perhaps it’s worth giving it some thought and giving it a go?
The advantage of this layout is that there’s no need for external communication (to the actuators), so the dilemmas we discussed recently no longer apply.
Looking at the price. If you wanted to build a functionally similar system yourself, you’d need a PIC for 20–30 USD, a circuit board for 100 zł, relays, transistors, other components, and an enclosure. That comes to around 400 zł in total. And you’d first have to design, assemble and program it – which requires both knowledge and time. Expanding it with additional I/O shouldn’t cost more than 20 zł per output. A project for enthusiasts. But an interesting one at that.
I don’t know the maximum number of devices the SterBox can handle (the video suggests only 16 inputs and 16 outputs, but perhaps there are more…). If there are around 40 controlled points (in a typical house with a garden, main gate, side gate, heating, etc.), you’ll need 600 + 5 × 200 = about 2,000 zł (for a SterBox with 5 expansion modules and a power supply), plus the cost of cabling (a star topology is the most expensive). It follows that 5,000 zł is the minimum.
I reckon that if you cleverly set up your own system based on a homemade PIC microcontroller and distributed intelligence, it will cost around 1–2 thousand zł (if only because you won’t need a ‘star’ configuration). And with your own microcontroller, you can support practically any number of devices. It’s simply a matter of adding an actuator and, if necessary, a bit of reprogramming. In other words, it depends on the ‘flexibility’ of your design. Expanding the system with new features won’t be too expensive.
Be smart.
Added after 21 [minutes]:
To Urgon
1. An additional CAN-UART conversion circuit is, firstly, a cost and, secondly, it complicates the printed circuit board. As few additional components as possible. Ideally, everything should be in a single chip.
2. So that brings us to the telephone modem. Maximum speed 56 kbps. Range in kilometres. It might not be a bad idea, but it does complicate the circuit by adding further components. Unless, of course, everything is implemented in software on the PIC with just a small transformer on the port… interesting. Perhaps it’s worth giving it some thought and giving it a go?