xseignard / cordovarduino

Cordova/Phonegap plugin for USB host serial communication from an Android device.
MIT License
166 stars 110 forks source link

We need some projects to showcase! #15

Open xseignard opened 10 years ago

xseignard commented 10 years ago

Hello,

In some discussions, people told they will show the project they are doing with this plugin.

I think it's time to see what you did with it!

Unfortunately I don't even have one, because I started this project to control a tesla coil from an android tablet, but the lightnings disconnects the serial connection. So I switched to bluetooth.

@etx @elafargue @hendrikmaus @zevero @gianarb do you have anything to show?

gianarb commented 10 years ago

Sorry but nothing.. I've started a little tests but no project.. Thanks for your job!

etx commented 9 years ago

I'm using it for the CANBus Triple app. You can get more info here: https://www.kickstarter.com/projects/etx/canbus-triple-the-car-hacking-platform

xseignard commented 9 years ago

Hi @etx,

wow, nice project!

Thanks for sharing!

hendrikmaus commented 9 years ago

Unfortunately I have nothing to show in public.

Am Sonntag, 14. September 2014 schrieb Xavier Seignard :

Hi @etx https://github.com/etx,

wow, nice project!

Thanks for sharing!

— Reply to this email directly or view it on GitHub https://github.com/stereolux/cordovarduino/issues/15#issuecomment-55510939 .

Hendrik Maus Web Application Developer Dipl. Webdesign & Development (SAE) Bachelor of Arts Web Development (SAE)

Aiden Tailor - We build Web Applications Konzeption, Gestaltung und Entwicklung von maßgeschneiderten Internetauftritten, Intranetanwendungen sowie Browser-basierter Software für Ihr Unternehmen

Web: http://aidentailor.net eMail: hm@aidentailor.net Mobil: 0176 / 101 200 39

rammere commented 9 years ago

Hi all I have an application that has been built by BlueAct Team . see it from here :D https://play.google.com/store/apps/details?id=ram.mere.DoDuino Still in early development phases However the general Idea is how to use your smartphone capabilities like sending SMS, playing Sound , vibration,remote control and many more with your microcontroller such as Arduino or Raspberry pi ...We have two types of connection one is bluetooth and the other is Serial which use this library :dancer: Your feedback on the project are appreciated :D

PaulBeaudet commented 8 years ago

Firstly I want to Thank anyone involved with putting this together! Great Plugin

Here is the project that I am working on -> Telepresence Bot

It's a telepresence robot. Kids in the afterschool program I'm working with, want an avatar to go to school for them when they are sick or don't want to come in. haha a bit naive I think.. So we are learning how easy it is to overcome technical problems as opposed to the social ones of actually being allowed to telecommute to school

xseignard commented 8 years ago

Nice @PaulBeaudet thanks for your feedback!

tkem commented 8 years ago

Well, this is in a really early stage, but I'm using cordovarduino/cordova-plugin-serial for my Open Lap slot racing management app for the Carrera Digital 124/132 slot racing systems.

If you're at least as old as I am, you may remember slot racing from your childhood days (before there were video game consoles) ;-) The difference is that with the Carrera Digital system, every car is equipped with a microcontroller, which makes for some fun new features (up to six cars on two slots, lane change sections, pit lane and "virtual fuel", etc.).

Carrera Digital systems traditionally come with a serial port (with non-standard PS/2 style connector) which makes it possible to attach a lap counter or commercial software (Windows) to act as a "race management system", i.e. not only counting laps, but also tracking times and tuning some car settings (speed, brake force, virtual fuel tank). Last year, they also came up with a Bluetooth dongle to connect to the serial port and their own race management app for Android and iOS, which both suck ;-)

So the goal was to provide a decent, simple to use race management app for Android which works both with the Bluetooth connection and the proprietary Serial-to-USB cable over an USB-OTG adapter. I've been tinkering with all this a while ago in Python on Linux, and using this plugin I had a working prototype with Ionic/Cordova in almost no time!

As I said, this is far from finished, but early Beta access is available via https://play.google.com/apps/testing/at.co.kemmer.openlap - which won't make much sense unless you own a Carrera system, of course.

Update: I decided to risk an early public release, so here it is: https://play.google.com/store/apps/details?id=at.co.kemmer.openlap