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?
#49
In green again


-MCP23017: At the Moment on my homecontrol devices I seperate the MCP´s via the adresses: HEX 20-23 is for inputs, HEX 24-27 is for outputs. I would like to do this here the same way. I only want to change the geometric design, so the Moduls can mount in the case. So its possible to put 64 inputs and 64 outputs in the case.

Those are too much inputs/outputs it could be done but remember that we are sharing the I2C interface with an IMU and potentially more devices. If we take just HEX 20 and HEX 24 how many inputs/outputs we have?

With HEX20 and 24 we can handle 16 Inputs and 16 outputs. But I think you are to scared... ;-) Or do you have bad experience? On the GeCoS Server for Homeautomation we have the 1-wire server, RTC, 4 times multiplexer and up to 16x MCP23017 for Input, 16x MCP23017 for output, 32x MCP3424 and 32x PCA9685... And that all on one I2C-Bus on the Pi. There we have no timing problems....

Yes, I have saturated the I2C interface with only 3 sensors at high rate. But I think I have the solution. We can define all the MCP23017 individually in openplotter-i2c app so users can enable just what they need until saturate the interface. From 20 to 23 will be inputs and from 24 to 27 outputs.

I do not know "fritzing" and also not "Frankenstein-Board" ;-)

https://fritzing.org is a group of tools to design and produce PCBs collaboratively. Frankenstein-Board is a joke to describe my idea, an universal and modular board made of pieces from other working projects [Image: smile.png]
I will take a look on it. But if i understand it right on the website, I cannot upload my data, I must design new in the online editor? That´s realy much work...


It is not an online editor, it is a desktop program and you can export eagle to fritzing format.

For me there are two options:
1.
I do this open-source. In principle it´s no problem for me as long as I have no high cost and only work. But then i do not sell the board. Im a buisness. If I sell parts, i must check them (surge test and so on) and do many (In germany we say) paperwork. (correct in english?) I must lable a CE on it for Europe. Means open-source yes, but then hardware only for me and all others can order directly from any supplier.
2.
I sell the board over my buisness. I think I can do this for low cost. (as i describe before round about 70€ for the board) Then I make all tests and operation manual. By the way I would write software as far as i can becouse I need this for my sailboat and I have luck on it. But the selling product is only the hardware. No software support.

Do not get me wrong: i would rather sell it without all the "additional costs". But its not easy to do this without problems later.... ;-)
sorry I do not understand some parts of this answer [Image: smile.png]
Means: If I sell electronic parts, I must Check them and make conformity. (CE/FCC) Else It is permitted to sell the parts over a Buisnes. And that costs a lot of Money.... [Image: sad.png]


But do not worry, whatever you decide will be OK. As open-source evangelists we can not invest effort making openplotter compatible with proprietary projects and we will always prioritize open-source projects when available but this does not means we can not collaborate. Maybe we can exchange some hours of coding for your help with our Franky-Board [Image: smile.png]



I think about this. What I can imagine: If anybody is intrestet in personalize or optimize the board I have no problems to send the grip files or the data. I work with kicad and eagle. Kicad is also open source.

That is a start Smile


Yesterday I have tested seatalk. I have a ST60+ Wind here.
I have one of the SC16IS752 adapted so that I have the seatalk directly on the UART of it. I have used a voltage dividier for testing. The Uart has also inverted levels.
In the Datasheet is describet how to use the 9bit mode (multidrop Mode) But I think it is not implemented in the Linux driver.
I have found no way to use the 9 bit. I can read the data, but not the correct one with 9 bit. I fumbled around for half an day [Image: angry.png] [Image: angry.png] 
So I have no solution to read/write the 9 bit.
For me there are 2 possibilities:
I mount a microcontroller on the board or I use bitbanging with pigpio.
but I don´t like bitbanging.... And if a microcontroller on board, every Modul have to flash and much work for only seatalk.

Have anybody a better Idea????

I am afraid everyone who have dealt with seatalk we got to the same conclusion, a micro is needed.
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: 2 Guest(s)