This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Server Hardware for openplotter?
(2021-01-12, 08:56 AM)glowntiger Wrote: Yes, you can add the DS3231 to the MCS... Connect it to I2C. A guide you can find here. (I have not aprove the install)
http://www.intellamech.com/RaspberryPi-p..._RTCds3231

Other boards you must proove if the I2C adresses overlabs with the board

I have a RTC PCB with DS3231, it is powered at 3.3v. Can I connect it to the I2C of the MCS since it has 5v output? Then I also mount the Moitessier HAT .... can there be conflicts? If so, how to solve them?
For the configuration side I will have to do this:
Edit the module file
sudo nano / etc / modules
Add the following to the to the end of this file
i2c-bcm2708
i2c-dev
rtc-ds1307
Test the bus
Check your I2C bus with, sudo i2cdetect -y 1. The output should be similar to

i2cdetect output
i2cdetect output
Load the clock at boot
sudo nano /etc/rc.local
Add the following lines before exit 0
echo ds1307 0x68> / sys / class / i2c-adapter / i2c-1 / new_device
hwclock -s
Reboot
Set date and time
When connected to the Internet, the pi automatically gets the date and time from time servers. These are quite accurate. With the command hwclock -s in rc.local, we have set the pi to override this time to match the RTC. This is fine once we have the correct time on the RTC. So let's set it to the correct time.

sudo nptd -g -q - set the pi's system time to Internet time
date - check the system time
sudo hwclock -r - check the date and time of the RTC
sudo hwclock -w - write the system time to the RTC
sudo hwclock -s - set the system time from the RTC
Comet 1000 - Openplotter under construction
Reply


Messages In This Thread
Server Hardware for openplotter? - by glowntiger - 2019-05-17, 12:58 PM
RE: Server Hardware for openplotter? - by abarrow - 2019-05-17, 02:01 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-05-18, 03:40 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-05-21, 10:19 AM
RE: Server Hardware for openplotter? - by jim321 - 2019-05-21, 12:07 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-01, 09:41 AM
RE: Server Hardware for openplotter? - by Sailoog - 2019-05-27, 09:19 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-05-29, 08:15 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-06-16, 08:51 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-06-17, 12:13 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-08-15, 11:50 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-08-26, 09:39 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-08-29, 12:03 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-08-29, 01:58 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-09-01, 09:22 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-02, 11:42 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-02, 03:29 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-09-02, 11:20 AM
Server Hardware for openplotter? - by tkurki - 2019-09-02, 03:34 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-09-03, 04:04 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-09-04, 04:27 PM
RE: Server Hardware for openplotter? - by kste - 2019-09-04, 08:13 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-04, 02:11 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-05, 11:38 AM
RE: Server Hardware for openplotter? - by Sailoog - 2019-09-05, 11:50 AM
RE: Server Hardware for openplotter? - by PaddyB - 2019-09-05, 01:28 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-09-05, 02:51 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-08, 02:27 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-09-13, 03:36 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-13, 04:40 PM
RE: Server Hardware for openplotter? - by abarrow - 2019-09-17, 04:35 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-23, 06:33 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-30, 05:16 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-10-06, 02:30 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-06, 05:53 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-07, 10:10 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-07, 02:31 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-10-07, 02:10 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-10-07, 02:55 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-10-08, 12:33 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-10, 11:53 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-14, 10:37 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-19, 05:48 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-20, 10:07 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-29, 01:04 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-29, 03:05 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-29, 11:00 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-30, 11:33 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-11-10, 10:22 PM
RE: Server Hardware for openplotter? - by flybob - 2019-11-19, 11:57 AM
RE: Server Hardware for openplotter? - by flybob - 2019-11-21, 02:43 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-02, 08:03 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-03, 03:33 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-03, 08:06 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-03, 11:30 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-05, 10:24 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-07, 11:01 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-11, 06:06 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-12-07, 12:12 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-07, 12:35 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-12-07, 12:49 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-12, 12:16 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-01-11, 05:06 PM
RE: Server Hardware for openplotter? - by flybob - 2020-01-01, 01:33 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-01-12, 12:59 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-01-12, 08:45 PM
RE: Server Hardware for openplotter? - by flybob - 2020-02-06, 10:28 PM
RE: Server Hardware for openplotter? - by flybob - 2020-02-25, 08:55 PM
RE: Server Hardware for openplotter? - by niklun - 2020-02-28, 01:43 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-02-28, 07:47 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-01, 09:48 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-02, 12:28 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-02, 12:41 PM
RE: Server Hardware for openplotter? - by flybob - 2020-03-03, 10:05 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-04, 11:04 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-04, 12:56 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-04, 02:48 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-05, 01:13 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-05, 03:13 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-06, 11:04 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-06, 12:03 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-06, 12:10 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-09, 03:36 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-10, 11:01 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-10, 11:33 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-10, 08:09 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-10, 09:13 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-11, 11:36 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-11, 12:32 PM
RE: Server Hardware for openplotter? - by niklun - 2020-03-12, 12:24 AM
RE: Server Hardware for openplotter? - by niklun - 2020-03-12, 04:53 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-18, 04:15 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-18, 05:37 PM
RE: Server Hardware for openplotter? - by niklun - 2020-03-22, 02:14 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-22, 03:40 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-23, 06:02 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-14, 10:09 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-16, 12:48 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-22, 10:08 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-23, 01:30 PM
RE: Server Hardware for openplotter? - by flybob - 2020-04-23, 07:30 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-23, 08:03 PM
RE: Server Hardware for openplotter? - by flybob - 2020-04-26, 06:32 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-04-25, 12:30 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-25, 01:00 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-04-27, 01:14 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-27, 09:05 AM
RE: Server Hardware for openplotter? - by jamieFL - 2020-04-27, 01:14 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-27, 05:39 PM
RE: Server Hardware for openplotter? - by flybob - 2020-04-27, 07:55 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-27, 08:47 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-28, 11:37 AM
RE: Server Hardware for openplotter? - by jamieFL - 2020-05-02, 09:14 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-02, 10:04 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-03, 07:43 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-03, 01:55 PM
RE: Server Hardware for openplotter? - by flybob - 2020-05-05, 02:16 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-06, 02:55 PM
RE: Server Hardware for openplotter? - by flybob - 2020-05-06, 09:15 PM
RE: Server Hardware for openplotter? - by flybob - 2020-05-08, 09:51 AM
RE: Server Hardware for openplotter? - by flybob - 2020-05-11, 08:31 PM
RE: Server Hardware for openplotter? - by flybob - 2020-05-12, 01:24 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-19, 12:52 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-23, 04:16 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-23, 05:47 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-23, 05:56 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-23, 08:50 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-24, 11:14 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-24, 01:33 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-25, 11:08 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-28, 01:00 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-28, 03:13 PM
RE: Server Hardware for openplotter? - by flybob - 2020-06-03, 02:01 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-06-04, 06:18 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-06-11, 02:08 AM
RE: Server Hardware for openplotter? - by MatsA - 2020-06-14, 12:26 PM
RE: Server Hardware for openplotter? - by niklun - 2020-06-02, 12:10 PM
RE: Server Hardware for openplotter? - by niklun - 2020-06-02, 04:03 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-06-02, 05:02 PM
RE: Server Hardware for openplotter? - by niklun - 2020-06-03, 07:54 AM
RE: Server Hardware for openplotter? - by niklun - 2020-06-03, 12:18 PM
RE: Server Hardware for openplotter? - by niklun - 2020-06-04, 07:44 PM
RE: Server Hardware for openplotter? - by flybob - 2020-06-04, 01:57 PM
RE: Server Hardware for openplotter? - by flybob - 2020-06-04, 02:19 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-06-08, 11:26 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-06-09, 06:41 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-06-16, 06:50 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-06-11, 12:24 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-06-11, 09:14 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-06-11, 10:16 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-06-12, 12:52 PM
RE: Server Hardware for openplotter? - by MatsA - 2020-06-15, 08:50 AM
RE: Server Hardware for openplotter? - by flybob - 2020-06-16, 09:53 PM
RE: Server Hardware for openplotter? - by flybob - 2020-06-30, 01:02 PM
RE: Server Hardware for openplotter? - by glenn - 2020-06-30, 01:25 PM
RE: Server Hardware for openplotter? - by flybob - 2020-06-30, 01:45 PM
RE: Server Hardware for openplotter? - by glenn - 2020-07-05, 11:06 AM
RE: Server Hardware for openplotter? - by glenn - 2020-07-06, 09:55 PM
RE: Server Hardware for openplotter? - by flybob - 2020-07-12, 08:12 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-07-23, 05:37 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-07-28, 02:06 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-07-29, 09:31 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-08-14, 10:19 AM
RE: Server Hardware for openplotter? - by niklun - 2020-12-12, 10:31 PM
RE: Server Hardware for openplotter? - by flybob - 2020-08-05, 07:13 PM
RE: Server Hardware for openplotter? - by flybob - 2020-08-06, 10:26 AM
RE: Server Hardware for openplotter? - by flybob - 2020-08-19, 09:43 PM
RE: Server Hardware for openplotter? - by flybob - 2020-08-20, 09:56 AM
RE: Server Hardware for openplotter? - by MatsA - 2020-08-20, 10:08 AM
RE: Server Hardware for openplotter? - by jamieFL - 2020-08-27, 09:13 PM
RE: Server Hardware for openplotter? - by mgrouch - 2020-09-08, 06:57 PM
RE: Server Hardware for openplotter? - by flybob - 2020-09-11, 09:30 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-09-12, 10:57 AM
RE: Server Hardware for openplotter? - by mgrouch - 2020-09-24, 04:47 PM
RE: Server Hardware for openplotter? - by flybob - 2020-09-24, 06:51 PM
RE: Server Hardware for openplotter? - by niklun - 2020-09-25, 03:22 PM
RE: Server Hardware for openplotter? - by mgrouch - 2020-09-25, 10:35 PM
RE: Server Hardware for openplotter? - by niklun - 2020-09-26, 08:00 AM
RE: Server Hardware for openplotter? - by mgrouch - 2020-09-26, 03:44 PM
RE: Server Hardware for openplotter? - by niklun - 2020-09-26, 06:01 PM
RE: Server Hardware for openplotter? - by niklun - 2020-09-28, 12:26 AM
RE: Server Hardware for openplotter? - by mgrouch - 2020-09-28, 02:04 AM
RE: Server Hardware for openplotter? - by niklun - 2020-10-02, 10:59 PM
RE: Server Hardware for openplotter? - by PaddyB - 2020-10-03, 09:19 AM
RE: Server Hardware for openplotter? - by niklun - 2020-12-14, 11:41 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-12-14, 05:55 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-14, 06:15 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-12-14, 09:02 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-14, 09:51 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-12-14, 10:10 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-15, 12:26 AM
RE: Server Hardware for openplotter? - by niklun - 2020-12-15, 01:12 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-15, 05:34 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-17, 02:17 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-17, 09:58 AM
RE: Server Hardware for openplotter? - by niklun - 2020-12-17, 12:09 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-17, 12:24 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-17, 12:49 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-17, 03:14 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-17, 10:08 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-17, 10:35 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-20, 04:07 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-21, 06:41 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-12-22, 09:00 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-22, 09:45 PM
RE: Server Hardware for openplotter? - by jmiha - 2020-12-20, 09:06 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-21, 06:38 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-24, 12:22 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-24, 04:33 PM
RE: Server Hardware for openplotter? - by niklun - 2021-01-06, 01:19 AM
RE: Server Hardware for openplotter? - by niklun - 2021-01-06, 05:31 PM
RE: Server Hardware for openplotter? - by niklun - 2021-01-11, 10:11 PM
RE: Server Hardware for openplotter? - by niklun - 2021-01-13, 07:46 PM
RE: Server Hardware for openplotter? - by croy - 2022-01-17, 10:59 PM
RE: Server Hardware for openplotter? - by niklun - 2021-01-14, 09:13 AM
RE: Server Hardware for openplotter? - by niklun - 2021-01-14, 01:59 PM
RE: Server Hardware for openplotter? - by flybob - 2022-01-18, 08:09 AM
RE: Server Hardware for openplotter? - by flybob - 2022-01-19, 08:23 PM
RE: Server Hardware for openplotter? - by flybob - 2022-01-19, 09:43 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)