Looking for "Alpha" Testers for Web-Based Ground Control

Absolutely…I’ll pm you.

1 Like

I’ve confirmed today that it runs (without wifi) on

During installation dockerd used up to 136% CPU :astonished: (did not know there is more then 100%), idle 2 python tasks take ~57% and ~28% and running a cut those 2 peak around ~74% and ~42% (again more then 100 :man_shrugging:)
However it’s running…

2 Likes

So that’s a RPi 2B? Cool!

Plugging in a usb wifi gives me a undervoltage warning, but will test other power supplies now.
I have loads of question :slight_smile: . Where should I pile them up?

Edit:

It was the ‘usb-wifi with amplifier’ causing the warning. A ‘normal’ usb-wifi works out of the box.
Confirmed with i-pad ~2012 and HTC-One-M8.

2 Likes

If it’s “issues” post to GitHub, but questions probably should go on the open beta thread.

1 Like

Back in the wildly optimistic full hype phase of 3D printing the late Printrbot introduced it’s all in one Printrboard, and we had lenghty bloviations (preserved somewhere in the depths of printrbottalk.com) on integrated vs plug in drivers while waiting for the Kickstarter to start kicking.

History proved that some driver chips would fry and effectively toast the board, selling another board for PB, but it worked better than predicted. Getting the price down to $69 from around $120 (all usd) reduced the pain slightly for those who lost the chip frying lottery.

One recurring issue was micro USB connectors which were only held down by solder and easy to pull loose. USB-A, with their mechanical bond to the PCB faired much better in later boards. I’m again way behind forum reading (those palm trees don’t fertilize themselves, and milky soup pools just don’t appeal to the houseguests; finally getting some use from Doc Berry’s chemistry classes) and don’t recall what this board uses, but the chunky guys are way better

2 Likes

On *nix based systems, 100% cpu = 1 core. The raspberry pi 2B has a quad core 900 mhz cpu, so has up to 400% available. (In short bursts only, if you tried to run all cores at max for any length of time, they would quickly start thermal throttling, due to the lack of a heatsink / cooling)

4 Likes

I’m setting up Web Ground Control on a Pi Zero W and I don’t have an HDMI display to connect to it with. Is it possible to install Web Ground Control completely headless?

The step which has me worried is:

When WebMC comes up, click “Start WebControl” it will download the latest docker image
1 Like

The ‘active’ thread is here:

But to specifically answer your question, it is designed to be headless. The “Start WebControl” is a button on the WebMCP application web page that you reach from whatever browser/computer you are using to talk to RPi. The address for WebMCP is xxx.xxx.xxx.xxx:5001. You can start/stop/update WebControl (which will be running on port 5000) from WebMCP. WebMCP will also report the python “print” statements similar to what you would see in the console when running groundcontrol.

:heart: :heart: :heart: I don’t know how I missed that. That makes a lot of sense.

Thank you!!

1 Like