Re: Raspberry PI - analog sensors with Arduino

2016-08-02 Thread Rabin Yasharzadehe
קח בחשבון שיש הבדל מהותי בין שימוש בצ'יפים נטו לבין מודולים מוכנים, לרוב מודולים יעשו לך את העבודה הקשה של התממשקות עם ה-CHIP וגם קינפוג ברמת החיווט! כמו כן גם יחשפו לך את המידע על פרוטוקול סיריאלי פשוט כמו RS232, בלי שתצתרך להמיר אותו. אם אתה לוקח ADC למשל ומנסה להשתמש בו AS-IS אתה צריך לעבור על

Re: Raspberry PI - analog sensors with Arduino

2016-08-02 Thread Shlomo Solomon
Actually, since my purpose is to experiment and learn , **getting my hands dirty** with datasheets, etc is OK. By what you write, I assume you have some experience or knowledge, so I'll ask what I really should have asked in my original post. There are many sensor kits on e-bay, but although some

Gradual installation of debian packages

2016-08-02 Thread Elazar Leibovich
Hi, I'm having a few (say, a few tens) Debian machines, with a local repository defined. In the local repository I have some home made packages I'm building and pushing to the local repository. When I'm upgrading my package, I want to be sure the update wouldn't cause a problem. So I wish to in

Re: Raspberry PI - analog sensors with Arduino

2016-08-02 Thread Rabin Yasharzadehe
אין מידע טכני על הערכה עצמה (יש רק רשימה של המודולים), אבל ממה שאני רואה מהתמונה השניה מדובר ברכיבים שמורכבים על לוחות PCB שיש לו פינים שאמורים להקל עליך לחבר את ה"מודול" לתוך מטריצה מחוררת ואז אתה רק צריך לגשר מה-BOARD של ה-RPI לתב

Re: Raspberry PI - analog sensors with Arduino

2016-08-02 Thread Shlomo Solomon
Thanks - I already ordered a breadboard (similar to the picture you sent) and also a breadboard power supply. On Tue, 2 Aug 2016 21:07:24 +0300 Rabin Yasharzadehe wrote: > אין מידע טכני על הערכה עצמה (יש רק רשימה של המודולים), אבל ממה שאני > רואה מהתמונה השניה מדובר ברכיבים שמורכבים על לוחות PCB

Re: Gradual installation of debian packages

2016-08-02 Thread Evgeniy Ginzburg
Hello. I'm assuming that you have paswordless ssh to the servers in question as root. Also I assume that you don't use central management/deployment software (ansible/puppet/chef) In similar cases I usully use parallel-ssh (gnu-parallel is another alternative). First stage install the package manua

Re: Gradual installation of debian packages

2016-08-02 Thread Elazar Leibovich
How exactly you connect to the server is not in the scope of the discussion, and I agree that ansible is a sensible solution. But what you're proposing is to manually update the package on a small percent of the machines. Manual solution is fine, but I would like to hear experience of people who