MassimoPoletti
Posts: 3
Joined: Wed Sep 14, 2016 10:20 am

Help for development Sw Board Embedded

Thu Sep 15, 2016 9:12 am

Hi all , I designed a circuit board interfaced with I2C BUS to Raspberry .

The board has the following features .

16 Relays
1 RTC ( clock )
1 EEPROM ( To save the configuration data , etc ... )
I2C BUS EXPANSION
Power Supply 24Vdc

I've done a little something in python to test the card , but I want someone more experienced to help me in making software that can also be operated by web .
In this way, the card could be used in various fields , home automation , lighting management, irrigation systems .
I can send all the documents of both schematic card gerber , materials list for the realization and also a champion who helps me .
The entire project was completed with Kicad , the card is in SMD and THT technology .
The project must remain OPEN - SOURCE .
I remain available for further clarification.

scotty101
Posts: 3958
Joined: Fri Jun 08, 2012 6:03 pm

Re: Help for development Sw Board Embedded

Thu Sep 15, 2016 9:57 am

Why not look at some existing open source software that works via a web interface.

I use some home automation software called Domoticz. It support the raspberry pi and can control individual GPIO pins as if they were 'lights'.

If you do want to go it alone and develop your own things then you'll need to learn some skills. HTML, Javascript, CSS and a server side language will all be necessary. Personally, I've found python and python-flask the easiest way to develop web interfaces for the Pi.
Electronic and Computer Engineer
Pi Interests: Home Automation, IOT, Python and Tkinter

MassimoPoletti
Posts: 3
Joined: Wed Sep 14, 2016 10:20 am

Re: Help for development Sw Board Embedded

Thu Sep 15, 2016 10:12 am

Thanks for the answer , unfortunately, the card has electronic components that are not supported by Domoticz.

Return to “Automation, sensing and robotics”