Search found 2 matches

by fendell
Sat Apr 18, 2015 2:00 pm
Forum: Hardware Projects
Topic: Home automation
Replies: 5
Views: 8151

Re: Home automation

Re sending values over a serial link one way is as follows. Put the various values into a Python object of your choosing, say a list or a dictionary or an instance of a class of your own design. You can then use the Python repr() function to convert the object instance to a string. This can be sent...
by fendell
Thu Apr 09, 2015 4:17 pm
Forum: Hardware Projects
Topic: Home automation
Replies: 5
Views: 8151

Home automation

Hello, Started a project of building some kind of home automation, the part I’m starting with is to control my pellets burner with the pyboard. The pyboard will take care of the burning process and keeping the burner running with new pellets. Then I want to send all the values to my Raspberry pi ove...