Search found 7 matches

by ceremcem
28 Oct 2017, 14:46
Forum: Software
Topic: suitable for ROS
Replies: 6
Views: 5974

Re: suitable for ROS

The problem is not the general ability to get any distribution compiled but the 4 GB limit of disk space (minus the space for user/application data). This is why UBUNTU in full version would not fit on CM1 / CM3 (except you talk about CM3 lite which has S card instead of eMMC). Hmm, got it... But L...
by ceremcem
28 Oct 2017, 11:48
Forum: Software
Topic: suitable for ROS
Replies: 6
Views: 5974

Re: suitable for ROS

I don't know about ROS but you can build any distribution on any hardware if at least one distribution can be run already, if that's the matter. You must cross-compile all the binaries and keep the official kernel, that's all.
by ceremcem
28 Oct 2017, 04:51
Forum: Profound Expert Discussions
Topic: RevolutionPi Simulator
Replies: 3
Views: 10759

Re: RevolutionPi Simulator

If I get you correctly, you describe the same process when we write an application on a standard RaspberryPi which uses GPIO where we simulate GPIO somehow , right? If so, this is absolutely doable, but a complete simulator would be nicer to have, so that: * We don't have to touch our application co...
by ceremcem
27 Oct 2017, 10:06
Forum: Profound Expert Discussions
Topic: RevolutionPi Simulator
Replies: 3
Views: 10759

RevolutionPi Simulator

It would be quite handy if we are able to fully test our application code on a simulator that we can make communicated with a project specific environment simulator. Preparing an environment simulator (such as a pool with a water inlet which fills the pool and motor pump that drains it out) is our c...
by ceremcem
25 Oct 2017, 22:55
Forum: Software
Topic: dcs-tools
Replies: 1
Views: 3151

dcs-tools

Hi, When we are about to make some changes on our application code in the controller in the field, we always keep in mind that we may mess things up at anytime. So we should make a backup SD card before doing anything. Also, we are unable to remember target controller settings (such as IP address of...
by ceremcem
25 Oct 2017, 22:37
Forum: Software
Topic: Client Mode Reverse SSH Tunneling Tool
Replies: 1
Views: 3859

Client Mode Reverse SSH Tunneling Tool

Most of the times we need to reach our controllers in the field. NAT configuration might be an option, but it is a fragile solution. We need to let our controller connect to a known location and put its SSHD port on this server. https://github.com/aktos-io/link-with-server/ is a tool to make it happ...
by ceremcem
25 Oct 2017, 21:37
Forum: Software
Topic: Web based Scada Library
Replies: 0
Views: 6504

Web based Scada Library

Hi,

You can freely use ScadaJS to create web based realtime Scada solutions that will work right on RevolutionPi: https://github.com/aktos-io/scada.js