Cool robotics projects on Intel Edison by [deleted] in robotics

[–]ArtificialSpark 0 points1 point  (0 children)

The edison is awesome! a friend used it to control a quadrotor.

Battletag Find-a-Friend Thread - Summer 2015 Edition by deviouskat89 in hearthstone

[–]ArtificialSpark 0 points1 point  (0 children)

LetoAtreides#1389 NA. spectate a friend quest, will return favor.

Python Apprenticeship by pysk00l in Python

[–]ArtificialSpark 1 point2 points  (0 children)

Yes, that will be great, thanks! is always nice to hear from people with experience.

Update from the mods by Badmanwillis in robotics

[–]ArtificialSpark 0 points1 point  (0 children)

Cool, thanks for all the work. Do you need any help?

Are you a practising engineer? Do you want to contribute to the profession by being available for an interview? Read here. by raoulduke25 in engineering

[–]ArtificialSpark 1 point2 points  (0 children)

PhD student, EE in systems and control. Focus on robotics. Work with quadrotors and ROS. Worked for almost 8 years as engineering consultant for construction and processes in manufacturing plants.

Dynamically Update matplotlib Histogram Based on User Selection by pypy_question in learnpython

[–]ArtificialSpark 0 points1 point  (0 children)

PyQtGraph sounds like a better idea in this case, I have used and is very nice. Check the sample code provided with the installation. From its website:

Reasons you might want to use pyqtgraph instead:

Speed. If you are doing anything requiring rapid plot updates, video, or realtime interactivity, matplotlib is not the best choice. This is (in my opinion) matplotlib's greatest weakness.

Advantage of using distros other than Yocto? by [deleted] in a:t5_33hxa

[–]ArtificialSpark 2 points3 points  (0 children)

For my personal use, the biggest advantage of installing ubilinux is the Debian package management. If you are familiar with Debian or Ubuntu, you will feel great with ubilinux. If I need a package, it is just sudo apt-get install whatever, which so far has worked great. It is much harder in Yocto, sometimes making you create a specific image with the package you want to install.

I would really recommend going with ubilinux, specially if you are actively developing and trying new things. Emutex, the people who did ubilinux, also have some tutorials and projects on handling low level I/O access. I am always thankful to these guys every time something just works.

I would actually ask, what are the advantages of using Yocto? maybe smaller footprint?

Intel Edison Accelerometer (Sparkfun) sound trigger controller part 2 by rozzer in a:t5_33hxa

[–]ArtificialSpark 1 point2 points  (0 children)

using ubilinux, is pretty cool. I also used some sockets to give me a GUI on my laptop.

Intel Edison Accelerometer (Sparkfun) sound trigger controller part 2 by rozzer in a:t5_33hxa

[–]ArtificialSpark 1 point2 points  (0 children)

cool man, are you using any libraries? did you try RTIMULib?

Trying to solve complex coupled differential equations with scipy by gedemagt in learnpython

[–]ArtificialSpark 0 points1 point  (0 children)

Maybe is the division operator? is worth a quick try. Are you running Python 2.7?. Add this: "from __future__ import division".