Go to advanced search

by 13walkec
Mon Aug 22, 2016 1:08 pm
Forum: Beginners
Topic: Posting data to internet = read anywhere
Replies: 2
Views: 903

Posting data to internet = read anywhere

Hello all I'm stuck again, I currently have my Arduino mega attached to my Raspberry pi via USB. I have it so my raspberry pi can read my Arduino data via the terminal window and via a Python 2 code. Now my next step is to get it so I'm able to read it over the internet no matter where I am. I have ...
by 13walkec
Mon Aug 15, 2016 3:54 pm
Forum: Automation, sensing and robotics
Topic: Temp reading + print to LibreOffice Calcs
Replies: 2
Views: 1813

Re: Temp reading + print to LibreOffice Calcs

Does it have to be a true ODS file (that is, a zipped collection of XML files in a very particular format), or can it be CSV? CSV's a pretty good format for logging, and you can open it into any spreadsheet. There are a couple of ways of writing CSV: The right way : Read up on python's csv module. ...
by 13walkec
Mon Aug 15, 2016 1:50 pm
Forum: Automation, sensing and robotics
Topic: Temp reading + print to LibreOffice Calcs
Replies: 2
Views: 1813

Temp reading + print to LibreOffice Calcs

Hello all, I have a project I'm doing with a buddy and we are stuck. First I'll go over what the project is to give some background. We have have permit to make homemade ethanol. We used to do it all manually by sight, sound, and smell but we wanted to add some automation and sensors to the device. ...
by 13walkec
Thu Aug 11, 2016 12:23 pm
Forum: Troubleshooting
Topic: Timestamp not updating on serial read
Replies: 2
Views: 865

Re: Timestamp not updating on serial read

I did actually find a fix to this problem as well. I found that if I didn't set datetime.now() as a variable and type it out every time it would update every time. I will give your suggestion a try though so I don't have to keep typing it out! Thanks
by 13walkec
Wed Aug 10, 2016 4:18 am
Forum: Troubleshooting
Topic: Timestamp not updating on serial read
Replies: 2
Views: 865

Timestamp not updating on serial read

Hello, So I'm pretty new to raspberry pi and python but anyway: I have my Pi reading data from the serial port on my Arduino I have the Pi printing the serial data to the shell/monitor and I have it so every time it prints it puts in the time as a time stamp (well it's supposed to). It is currently ...

Go to advanced search