Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: olimex on January 25, 2013, 02:51:08 PM

Title: A13-OLinuXino demo code updated on Github
Post by: olimex on January 25, 2013, 02:51:08 PM
GitHub update A13-OLinuXino demo for:

MOD-BT
MOD-GSM
MOD-IO
MOD-LCD1x9
MOD-MAG
MOD-RFID125
MOD-RS485-ISO
MOD-TC-MK2
MOD-ZIGBEE

https://github.com/OLIMEX/OLINUXINO/tree/master/SOFTWARE/A13
Title: Re: A13-OLinuXino demo code updated on Github
Post by: olimex on February 27, 2013, 07:13:38 PM
A13-OLinuXino web server control RGB stripe and streams video with camera in real time so you see result http://olimex.wordpress.com/2013/02/27/a13-olinuxino-serving-mod-rgb-and-web-cam-for-live-stream/
Title: New Project: Add Real Time Clock to OLinuXino with MOD-RTC
Post by: olimex on March 08, 2013, 09:31:30 AM
Add real time clock to OLinuXino or RaspberryPi with MOD-RTC http://olimex.wordpress.com/2013/03/08/add-real-time-clock-to-olinuxino-and-raspberrypi-with-mod-rtc/
Title: New Project: EasyCap STK1160 video capture driver for A13-OLinuXino
Post by: olimex on March 08, 2013, 11:02:11 AM
EasyCap stk1160 video capture board driver for A13-OLinuXino http://olimex.wordpress.com/2013/03/08/easycap-low-cost-usb-video-capture-board-drivers-for-a13-olinuxino/
Title: New Project: add GPS navigation to OLinuXino
Post by: olimex on March 08, 2013, 01:06:29 PM
Add GPS navigation to OLinuXino or RaspberryPi with MOD-GPS http://olimex.wordpress.com/2013/03/08/connecting-gps-to-olinuxino-and-raspberrypi/
Title: New Project: GPS track logger and Google Maps visualizer
Post by: olimex on March 08, 2013, 02:16:59 PM
New Project: Create GPS logger with Google Maps viewer with A13-OLinuXino + MOD-GPS http://olimex.wordpress.com/2013/03/08/gps-logger-with-google-maps-viewer-made-with-a13-olinuxino-and-mod-gps/
Title: A13-OLinuXino Python GPIO libraries
Post by: olimex on March 08, 2013, 03:27:21 PM
A13-OLinuXino now have GPIO Python libraries, so you can easily make your embedded projects http://olimex.wordpress.com/2013/03/08/a13-olinuxino-gpio-python-libraries/

working with GPIOs now is as simple as:

# sudo python

>>> import A13_GPIO as GPIO
>>> GPIO.init()                           #init GPIOs
>>> GPIO.getcfg(GPIO.PIN37)               #config PIN37 as GPIO
>>> GPIO.setcfg(GPIO.PIN37, GPIO.OUTPUT)  #config PIN37 as output
>>> GPIO.output(GPIO.PIN37, GPIO.HIGH)    #set PIN37 high
>>> GPIO.output(GPIO.PIN37, GPIO.LOW)     #set PIN37 low
>>> GPIO.setcfg(GPIO.PIN37, GPIO.INPUT)   #config PIN37 as input
>>> GPIO.input(GPIO.PIN37)                #read PIN37
Title: Connecting USB Web Camera to A13 OLinuXino and setup video streaming
Post by: olimex on March 12, 2013, 11:03:35 AM
Connecting Web Camera to A13-OLinuXino for video streaming server http://olimex.wordpress.com/2013/03/12/connecting-web-camera-to-a13-olinuxino-for-video-streaming/
Title: Running Scratch on A13-OLinuXino-WIFI
Post by: olimex on March 12, 2013, 02:03:12 PM
A13-OLinuXino-WIFI running Scratch Language at same speed as on normal desktop computer http://www.youtube.com/watch?v=LEnpu7PBHs4

http://olimex.wordpress.com/2013/03/12/a13-olinuxino-wifi-running-scratch-ide-perfect-platform-for-kids-programming-education/
Title: MAME4Droid turns A13-OLinuXino in retro game machine
Post by: olimex on March 13, 2013, 04:26:06 PM
Yay! A13-OLinuXino-WIFI running MAME4Droid :) Terabytes of retro game roms are waiting, just need to find some time http://olimex.wordpress.com/2013/03/13/mame4droid-is-running-on-a13-olinuxino/ ...
Title: OpenCV + A13-OLinuXino Hello World
Post by: olimex on March 22, 2013, 10:55:05 AM
OpenCV installation on A13-OLinuXino and Hello World program http://olimex.wordpress.com/2013/03/22/opencv-python-fun-with-a13-olinuxino-wifi/ ...
Title: New Debian images with OpenCV and Python available on WIKI
Post by: olimex on March 26, 2013, 01:11:25 PM
http://olimex.wordpress.com/2013/03/26/new-debian-images-with-uvc-camera-support-python-and-opencv-in-wiki/
Title: Scratch runs on A13-OLinuXino and can control GPIOs
Post by: olimex on March 27, 2013, 07:01:23 PM
Scratch running on A13-OLinuXino-WIFI now have access to GPIOs http://olimex.wordpress.com/2013/03/27/scratch-a13-olinuxino-wifi-physical-computing/
Title: A13-OLinuXino + OpenCV security door logger
Post by: olimex on March 28, 2013, 01:53:03 PM
A13-OLinuXino project with OpenCV - Security Door Logger - now you will know when and who exactly entered your room http://olimex.wordpress.com/2013/03/28/make-door-security-logger-with-a13-olinuxino-wifi-opencv/ ...
Title: A13-OLinuXino runs SCRATCH and control MOD-IO relays
Post by: olimex on April 02, 2013, 10:55:02 AM
Scratch control for MOD-IO uploaded on GitHub http://olimex.wordpress.com/2013/04/02/scratch-control-for-mod-io/
Title: A13-OLinuXino run SCRATCH and OpenCV object tracking demo
Post by: olimex on April 04, 2013, 04:32:58 PM
http://olimex.wordpress.com/2013/04/04/a13-olinuxino-wifi-running-scratch-open-cv-demonstration/
Title: Add Bluetooth to A13-OLinuXino with MOD-BT
Post by: olimex on April 09, 2013, 09:55:16 AM
http://olimex.wordpress.com/2013/04/09/add-bluetooth-to-a13-olinuxino-wifi-with-mod-bt/