Search Results

Search: Posts Made By: Neo
Forum: Programming 12-30-2019
20,665
Posted By Neo
Thanks Dennis, I'll scan all those lists and...
Thanks Dennis,

I'll scan all those lists and see if anything looks interesting to build and modify.

I may just wait for my robot kit and modify it by adding a Elecrow GSM/GPRS/EDGE SIM5360E 3G...
Forum: Programming 12-25-2019
20,665
Posted By Neo
As a side note: I notice that when I use...
As a side note:

I notice that when I use launchd and cron on my mac to keep an Arduino UNO in sync, that I cannot update the Arduino code though the IDE unless I unload the launchd file, stop the...
Forum: Programming 12-24-2019
20,665
Posted By Neo
Also, on macOS, I added this to launchd so it...
Also, on macOS, I added this to launchd so it would sync the unix time with the Arduino UNO on startup:

macOS:LaunchDaemons# ls -l *neo*
-rw-r--r-- 1 root wheel 453 Dec 24 15:30...
Forum: Programming 12-24-2019
20,665
Posted By Neo
Detecting and automatic syncing was trivial to do...
Detecting and automatic syncing was trivial to do with cron, crude and rude but it works (but it can be slow, based on the 1 minute cron):

macos# crontab -l
# DO NOT EDIT THIS FILE - edit the...
Forum: Programming 12-24-2019
20,665
Posted By Neo
Maybe I'll make a video and show this in more...
Maybe I'll make a video and show this in more detail at some point in time (if I get the free time to make videos)

7934

When I revise this code, I'll add some feature to detect when the usb...
Forum: Programming 12-24-2019
20,665
Posted By Neo
Here is the Python 2.7.16 code I quickly put...
Here is the Python 2.7.16 code I quickly put together to send unix time to the Arduino UNO.

I assume it also works on Python3, but I have not tested it because I have not completely upgrade...
Forum: Programming 12-24-2019
20,665
Posted By Neo
Here is a quick sketch I put together for the...
Here is a quick sketch I put together for the Arduino UNO to get the unix time from the usb serial port and sync the Arduino time to the computer (in my case macos).

This sketch works but needs...
Forum: Programming 12-23-2019
20,665
Posted By Neo
Arduino UNIX Time - Syncing Computer UNIX Time to Arduino Time with Python
Just finished a quick Python script to send the current unix time over to the Arduino from macOS, so in the absence of GPS or some other way to get the unix timestamp (epoch time) to the Arduino, I...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 11:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy