From: James T. <ja...@fl...> - 2018-06-21 07:50:07
|
> On 21 Jun 2018, at 08:02, Oliver Kroth <oli...@ne...> wrote: > > A few prototype breadboards keep the Arduinos in place and provide them with power and connectivity, > There is no need for a special PCB; it would be possible, but making one single unit is not worth the effort. Yeah mine is also veroboard, no PCBs. And I really have minimal amount, just some transistors / IGBTs to go form the GPIO pins to something that can drive bright LEDs and lamps. > > The firmware source files are between 2K and 20K, depending on the task (force feed back...) > The core item is the communication hub that connects to serial and Flightgear and translates the protocols; this one is growing and growing… > > It's far from finished currently (I have other tasks as well, including earning the money :-) > But the concept seems to work sufficiently well. Yeah it sounds nice, seems everyone is doing very similar things - WebSocket or Telnet to RPi or Arduino, the I2C to drive hardware. BTW I recommend this board: https://www.abelectronics.co.uk/p/54/io-pi-plus <https://www.abelectronics.co.uk/p/54/io-pi-plus> Which is stackable and gives 32 very easily interfaced GPIOs on a PI, over I2C. I’m finding that easier to deal with than lots of Arduinos, and the Pi can still drive an LCD to run remote-canvas on the HDMI socket. Kind regards, James |