Get the App
for your BlackBerry™ 10 device
Free Version
You can download the Remote Control Collection BlackBerry 10 app for free from the BlackBerry World or BB10 Bars.
Arduino Meets Python Arduino Meets Python
Pro Version
The Pro version can only be purchased from the BlackBerry World.
Arduino Meets Python
Unlock more features
In addition to the free remotes you can unlock advanced features by entering an upgrade code or purchasing them. You can get a free 14 day upgrade code to try out the pro version.
Arduino Meets Python

 

Arduino Meets Python Page

A Python library used to send and receive raw data through the USB port. This is the "old school" but most flexible way to build custom interfaces. Why Combine Them?

A standard way to talk to Arduino from software on a host computer. The Arduino runs a "StandardFirmata" sketch, and your Python code controls the pins directly from your computer.

You can use powerful Python frameworks like TensorFlow or MediaPipe to control your Arduino with hand gestures or image recognition—tasks far too heavy for a basic Arduino chip to do alone. Arduino Meets Python

Python makes it much easier to build a beautiful "control panel" (Graphical User Interface) for your hardware projects compared to C++.

It stays close to the metal, reading sensors (temperature, motion, light) and driving actuators (motors, LEDs). A Python library used to send and receive

While Arduino is traditionally programmed in , Python serves as a powerful partner rather than a replacement. The most common "meeting" happens via Serial Communication .

, you can skip C++ entirely and run or CircuitPython directly on the chip. This allows you to write Python code that runs without a connected computer, though it uses more memory and runs slower than traditional C++. A standard way to talk to Arduino from

It runs on a PC or laptop, processing the data Arduino sends. This allows you to leverage Python's massive library ecosystem for things like Face Detection (OpenCV), Data Visualization , or even Voice Control . How They Talk