Re: [Astlinux-users] arduino

2013-05-08 Thread Lonnie Abelbeck
Hi Dominko,

Fair enough, we will add "CONFIG_USB_ACM=m" in our next AstLinux 1.1.2 release. 
 The developers here want to keep the AstLinux image as lean-and-mean as 
possible, so please understand our proof of concept requirement before we add 
modules to the image.  Your efforts are appreciated.

Please keep this list informed on your results integrating arduino I/O with the 
Asterisk dialplan.  Sounds very interesting.

Lonnie



On May 8, 2013, at 2:50 PM, Dominko Vrljic wrote:

> Darrick,
> I have finshed custom build succesfully. Only modification was in kernel conf 
> file linux.config
> 
> # USB Device Class drivers
> #
> CONFIG_USB_ACM=m
> 
> 
> Hope this log messages prove it :-)
> 
> pbx ~ # dmesg |tail
> tun: Universal TUN/TAP device driver, 1.6
> tun: (C) 1999-2004 Max Krasnyansky 
> dahdi_hfcs: card 0: chan B1 opened as DAHDI_HFCS_FKA_ZTHFC1/0/1.
> dahdi_hfcs: card 0: chan B2 opened as DAHDI_HFCS_FKA_ZTHFC1/0/2.
> dahdi_hfcs: card 0: chan D opened as DAHDI_HFCS_FKA_ZTHFC1/0/3.
> dahdi_hfcs: card 0: chan D: TX FIFO has become empty
> usb 2-1: new full speed USB device using uhci_hcd and address 2
> cdc_acm 2-1:1.0: ttyACM0: USB ACM device
> usbcore: registered new interface driver cdc_acm
> cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN 
> adapters
> 
> 
> pbx ~ # uname -a
> Linux pbx 2.6.35.14-astlinux #1 PREEMPT Wed May 8 14:27:05 CEST 2013 i686 
> GNU/Linux
> 
> 
> pbx ~ # lsmod 
> Module  Size  Used by
> cdc_acm11212  0 
> tun 8787  2 
> xt_tcpudp   1492  43 
> ipt_MASQUERADE   884  1 
> nf_nat_ftp   972  0 
> iptable_nat 2388  1 
> nf_nat 10076  3 ipt_MASQUERADE,nf_nat_ftp,iptable_nat
> nf_conntrack_ipv4   6058  17 iptable_nat,nf_nat
> nf_defrag_ipv4   706  1 nf_conntrack_ipv4
> xt_TCPMSS   2040  3 
> ipt_LOG 3604  27 
> ipt_REJECT  1408  0 
> iptable_mangle   792  0 
> xt_multiport1036  0 
> xt_state 684  0 
> xt_limit 892  30 
> xt_conntrack1716  14 
> nf_conntrack_ftp3784  1 nf_nat_ftp
> nf_conntrack   36883  8 
> ipt_MASQUERADE,nf_nat_ftp,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state,xt_conntrack,nf_conntrack_ftp
> iptable_filter   692  1 
> ip_tables   6869  3 iptable_nat,iptable_mangle,iptable_filter
> x_tables8248  13 
> xt_tcpudp,ipt_MASQUERADE,iptable_nat,xt_TCPMSS,ipt_LOG,ipt_REJECT,iptable_mangle,xt_multiport,xt_state,xt_limit,xt_conntrack,iptable_filter,ip_tables
> dahdi_echocan_oslec  840  2 
> echo2906  1 dahdi_echocan_oslec
> dahdi_hfcs 12372  6 
> dahdi 175007  8 dahdi_echocan_oslec,dahdi_hfcs
> padlock_sha 2348  0 
> padlock_aes 3496  0 
> aes_generic25641  1 padlock_aes
> r8169  25912  0 
> mii 2663  1 r8169
> 
> 
> pbx ~ # cat < /dev/ttyACM0 
> Motion detected!
> 
> Motion detected!
> 
> Motion detected!
> 
> Motion ended!
> 
> Motion detected!
> 
> Motion detected!
> 
> Motion detected!
> 
> 
> Regards,
> Dominko
> 
> 
> - Original Message -
> From: Dominko Vrljic 
> To: AstLinux Users Mailing List 
> Cc: 
> Sent: Tuesday, May 7, 2013 1:34 PM
> Subject: Re: [Astlinux-users] arduino
> 
> 
> 
> This is quite simple. It is about serial communication and I sucessfully 
> tested on Ubuntu 12.04.
> More on http://playground.arduino.cc/Interfacing/LinuxTTY
> I think astlinux is missing cdc_acm driver only.
> I am going to make a Custom Build
> 
> Dominko
> 
> 
> 
> 
> From: Darrick Hartman 
> To: 'Dominko Vrljic' ; AstLinux Users Mailing List 
>  
> Sent: Monday, May 6, 2013 11:34 PM
> Subject: RE: [Astlinux-users] arduino
> 
> 
> 
> 
> If you can prove that it can be done over usb, then it’s something we could 
> consider adding.  Until then, I don’t think it’s good to use for your testing 
> purposes.
> 
> Darrick
> 
> --
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and 
> their applications. This 200-page book is written by three acclaimed 
> leaders in the field. The early access version is available now. 
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> ___
> Astl

Re: [Astlinux-users] arduino

2013-05-08 Thread Dominko Vrljic
Darrick,
I have finshed custom build succesfully. Only modification was in kernel conf 
file linux.config

# USB Device Class drivers
#
CONFIG_USB_ACM=m


Hope this log messages prove it :-)

pbx ~ # dmesg |tail
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky 
dahdi_hfcs: card 0: chan B1 opened as DAHDI_HFCS_FKA_ZTHFC1/0/1.
dahdi_hfcs: card 0: chan B2 opened as DAHDI_HFCS_FKA_ZTHFC1/0/2.
dahdi_hfcs: card 0: chan D opened as DAHDI_HFCS_FKA_ZTHFC1/0/3.
dahdi_hfcs: card 0: chan D: TX FIFO has become empty
usb 2-1: new full speed USB device using uhci_hcd and address 2
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
usbcore: registered new interface driver cdc_acm
cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN 
adapters


pbx ~ # uname -a
Linux pbx 2.6.35.14-astlinux #1 PREEMPT Wed May 8 14:27:05 CEST 2013 i686 
GNU/Linux


pbx ~ # lsmod 
Module  Size  Used by
cdc_acm    11212  0 
tun 8787  2 
xt_tcpudp   1492  43 
ipt_MASQUERADE   884  1 
nf_nat_ftp   972  0 
iptable_nat 2388  1 
nf_nat 10076  3 ipt_MASQUERADE,nf_nat_ftp,iptable_nat
nf_conntrack_ipv4   6058  17 iptable_nat,nf_nat
nf_defrag_ipv4   706  1 nf_conntrack_ipv4
xt_TCPMSS   2040  3 
ipt_LOG 3604  27 
ipt_REJECT  1408  0 
iptable_mangle   792  0 
xt_multiport    1036  0 
xt_state 684  0 
xt_limit 892  30 
xt_conntrack    1716  14 
nf_conntrack_ftp    3784  1 nf_nat_ftp
nf_conntrack   36883  8 
ipt_MASQUERADE,nf_nat_ftp,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state,xt_conntrack,nf_conntrack_ftp
iptable_filter   692  1 
ip_tables   6869  3 iptable_nat,iptable_mangle,iptable_filter
x_tables    8248  13 
xt_tcpudp,ipt_MASQUERADE,iptable_nat,xt_TCPMSS,ipt_LOG,ipt_REJECT,iptable_mangle,xt_multiport,xt_state,xt_limit,xt_conntrack,iptable_filter,ip_tables
dahdi_echocan_oslec  840  2 
echo    2906  1 dahdi_echocan_oslec
dahdi_hfcs 12372  6 
dahdi 175007  8 dahdi_echocan_oslec,dahdi_hfcs
padlock_sha 2348  0 
padlock_aes 3496  0 
aes_generic    25641  1 padlock_aes
r8169  25912  0 
mii 2663  1 r8169


pbx ~ # cat < /dev/ttyACM0 
Motion detected!

Motion detected!

Motion detected!

Motion ended!

Motion detected!

Motion detected!

Motion detected!


Regards,
Dominko


- Original Message -
From: Dominko Vrljic 
To: AstLinux Users Mailing List 
Cc: 
Sent: Tuesday, May 7, 2013 1:34 PM
Subject: Re: [Astlinux-users] arduino



This is quite simple. It is about serial communication and I sucessfully tested 
on Ubuntu 12.04.
More on http://playground.arduino.cc/Interfacing/LinuxTTY
I think astlinux is missing cdc_acm driver only.
I am going to make a Custom Build

Dominko




From: Darrick Hartman 
To: 'Dominko Vrljic' ; AstLinux Users Mailing List 
 
Sent: Monday, May 6, 2013 11:34 PM
Subject: RE: [Astlinux-users] arduino




If you can prove that it can be done over usb, then it’s something we could 
consider adding.  Until then, I don’t think it’s good to use for your testing 
purposes.

Darrick

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org. 

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] arduino, et al

2013-05-06 Thread Brian Barr
This may be a easy way to connect Astlinux with the arduino platform:

http://combustory.com/wiki/index.php/Arduino_Communications_Using_the_netcat(nc)_Utility

Astlinux appears to have a busybox implementation of nc as standard equipment.  
But a busybox "lite" version may not be feature complete enough to do the 
trick. 

-BB



--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] arduino

2013-05-06 Thread Darrick Hartman
If you can prove that it can be done over usb, then it's something we could 
consider adding.  Until then, I don't think it's good to use for your testing 
purposes.

Darrick

From: Dominko Vrljic [mailto:dominko_vrl...@yahoo.com]
Sent: Monday, May 06, 2013 4:08 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] arduino

Lonnie,

imho, you should not compare  Raspberry Pi and Arduino.
You can compare Raspberry Pi and Alix board for example.
Garage Door Project is implamanted by GPIO interfaces on Rasberry Pi. But Alix 
board also has GPIO. Jateway boards also.
Arduino is microcontroller and can run more differnet project then Alix board 
by GPIO.
Communication between arduino and astlinux is a thing I have yet to learn.
The most examples found on interent is with Arduino Ethernet Shield, additional 
board with ethernet interface.
But I think it can be achived by USB only.

Regards,

Dominko






From: Lonnie Abelbeck 
mailto:li...@lonnie.abelbeck.com>>
To: AstLinux Users Mailing List 
mailto:astlinux-users@lists.sourceforge.net>>
Sent: Monday, May 6, 2013 7:28 PM
Subject: Re: [Astlinux-users] arduino

Dominko,

Thinking about this some more, at least with the Raspberry Pi, using 
XMPP/Jabber to trigger relay events from Asterisk seems like a more general 
approach, without needing any USB cable connected to AstLinux.

Recent versions of AstLinux support the Prosody XMPP server as well as the 
shell command "sendxmpp" (or Asterisk 11 JabberSend function) XMPP client which 
could send a jabber message as a command.
http://doc.astlinux.org/userdoc:tt-xmpp-server#xmpp_command_line_client
The Raspberry Pi could run another Prosody server or some sort of XMPP/Jabber 
client.  Different JID's could allow different permission levels by where and 
which are allowed as "buddies".

Here is an example after a quick google search:

Raspberry Pi Garage Door Project using the XMPP/Jabber protocol
http://www.youtube.com/watch?v=97oZNOBbrfQ

I have never tried this sort of thing, but it seems doable.  I'm not sure if 
the arduino can run XMPP.

Lonnie


On May 6, 2013, at 10:04 AM, Lonnie Abelbeck wrote:

> Hi Dominko,
>
> Interesting, it seems enabling CONFIG_USB_ACM=m would do the trick...
>
> But, say you have /dev/ttyACM0 as a serial device in AstLinux, are there 
> scripts to control the arduino or would you also require other binaries ?
>
> I understood the USB port was used by the SDK for programming the arduino, 
> but can it be also used for data transactions ?
>
> Lonnie
>
>
>
> On May 6, 2013, at 7:29 AM, Dominko Vrljic wrote:
>
>> My initial plan is make alam system with arduino and astlinux. Astlinux will 
>> call my mobile phone in case of alarm event.
>> But, arduino will generally extend astlinux functionality widely: Home 
>> Automation, sensor reading and even Industry Automation.
>> On internet you can found lot of information about raspberry pi and arduino 
>> integration. I think all can be applied to Astlinux.
>>
>> Dominko
>>
>>
>> From: Darrick Hartman 
>> mailto:dhart...@djhsolutions.com>>
>> To: "dominko_vrl...@yahoo.com<mailto:dominko_vrl...@yahoo.com>" 
>> mailto:dominko_vrl...@yahoo.com>>; 
>> "astlinux-users@lists.sourceforge.net<mailto:astlinux-users@lists.sourceforge.net>"
>>  
>> mailto:astlinux-users@lists.sourceforge.net>>
>> Sent: Monday, May 6, 2013 1:31 PM
>> Subject: RE: [Astlinux-users] arduino
>>
>> Dominko,
>>
>> How are you planning to use this? What would be the benefit to the overall 
>> project?
>>
>> Darrick
>>
>> -Original Message-
>> From: Dominko Vrljic 
>> [dominko_vrl...@yahoo.com<mailto:dominko_vrl...@yahoo.com>]
>> Received: Monday, 06 May 2013, 6:23AM
>> To: AstLinux Users Mailing List 
>> [astlinux-users@lists.sourceforge.net<mailto:astlinux-users@lists.sourceforge.net>]
>> Subject: [Astlinux-users] arduino
>>
>>
>> Hi all! I am playing with astlinux and arduino uno device 
>> (http://arduino.cc/en/Main/arduinoBoardUno)
>> I am traying to establish serail communication with arduino over USB cable.
>> Obvious I need driver: cdc_acm.ko.
>> Is it posslible include this driver in next release of astlinux?
>> Regards,
>> Dominko
>
>
> --
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhe

Re: [Astlinux-users] arduino

2013-05-06 Thread Dominko Vrljic
Lonnie,

imho, you should not compare Raspberry Pi and Arduino. 

You can compare Raspberry Pi and Alix board for example.

Garage Door Project is implamanted by GPIO interfaces on Rasberry Pi. But Alix 
board also has GPIO. Jateway boards also.

Arduino is microcontroller and can run more differnet project then Alix board 
by GPIO.
Communication between arduino and astlinux is a thing I have yet to learn.
The most examples found on interent is with Arduino Ethernet Shield, additional 
board with ethernet interface. 
But I think it can be achived by USB only.

Regards,

Dominko






 From: Lonnie Abelbeck 
To: AstLinux Users Mailing List  
Sent: Monday, May 6, 2013 7:28 PM
Subject: Re: [Astlinux-users] arduino
 

Dominko,

Thinking about this some more, at least with the Raspberry Pi, using 
XMPP/Jabber to trigger relay events from Asterisk seems like a more general 
approach, without needing any USB cable connected to AstLinux.

Recent versions of AstLinux support the Prosody XMPP server as well as the 
shell command "sendxmpp" (or Asterisk 11 JabberSend function) XMPP client which 
could send a jabber message as a command.
http://doc.astlinux.org/userdoc:tt-xmpp-server#xmpp_command_line_client
The Raspberry Pi could run another Prosody server or some sort of XMPP/Jabber 
client.  Different JID's could allow different permission levels by where and 
which are allowed as "buddies".

Here is an example after a quick google search:

Raspberry Pi Garage Door Project using the XMPP/Jabber protocol
http://www.youtube.com/watch?v=97oZNOBbrfQ

I have never tried this sort of thing, but it seems doable.  I'm not sure if 
the arduino can run XMPP.

Lonnie


On May 6, 2013, at 10:04 AM, Lonnie Abelbeck wrote:

> Hi Dominko,
> 
> Interesting, it seems enabling CONFIG_USB_ACM=m would do the trick...
> 
> But, say you have /dev/ttyACM0 as a serial device in AstLinux, are there 
> scripts to control the arduino or would you also require other binaries ?
> 
> I understood the USB port was used by the SDK for programming the arduino, 
> but can it be also used for data transactions ?
> 
> Lonnie
> 
> 
> 
> On May 6, 2013, at 7:29 AM, Dominko Vrljic wrote:
> 
>> My initial plan is make alam system with arduino and astlinux. Astlinux will 
>> call my mobile phone in case of alarm event.
>> But, arduino will generally extend astlinux functionality widely: Home 
>> Automation, sensor reading and even Industry Automation.
>> On internet you can found lot of information about raspberry pi and arduino 
>> integration. I think all can be applied to Astlinux.
>> 
>> Dominko
>> 
>> 
>> From: Darrick Hartman 
>> To: "dominko_vrl...@yahoo.com" ; 
>> "astlinux-users@lists.sourceforge.net" 
>>  
>> Sent: Monday, May 6, 2013 1:31 PM
>> Subject: RE: [Astlinux-users] arduino
>> 
>> Dominko,
>> 
>> How are you planning to use this? What would be the benefit to the overall 
>> project?
>> 
>> Darrick 
>> 
>> -Original Message- 
>> From: Dominko Vrljic [dominko_vrl...@yahoo.com]
>> Received: Monday, 06 May 2013, 6:23AM
>> To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
>> Subject: [Astlinux-users] arduino
>> 
>> 
>> Hi all! I am playing with astlinux and arduino uno device 
>> (http://arduino.cc/en/Main/arduinoBoardUno)
>> I am traying to establish serail communication with arduino over USB cable.
>> Obvious I need driver: cdc_acm.ko.
>> Is it posslible include this driver in next release of astlinux?
>> Regards,
>> Dominko
> 
> 
> --
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> ___
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> 
> Donations to support AstLinux are graciously accepted via PayPal to 
> pay...@krisk.org.
> 
> 


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Re: [Astlinux-users] arduino

2013-05-06 Thread Lonnie Abelbeck
Dominko,

Thinking about this some more, at least with the Raspberry Pi, using 
XMPP/Jabber to trigger relay events from Asterisk seems like a more general 
approach, without needing any USB cable connected to AstLinux.

Recent versions of AstLinux support the Prosody XMPP server as well as the 
shell command "sendxmpp" (or Asterisk 11 JabberSend function) XMPP client which 
could send a jabber message as a command.
http://doc.astlinux.org/userdoc:tt-xmpp-server#xmpp_command_line_client
The Raspberry Pi could run another Prosody server or some sort of XMPP/Jabber 
client.  Different JID's could allow different permission levels by where and 
which are allowed as "buddies".

Here is an example after a quick google search:

Raspberry Pi Garage Door Project using the XMPP/Jabber protocol
http://www.youtube.com/watch?v=97oZNOBbrfQ

I have never tried this sort of thing, but it seems doable.  I'm not sure if 
the arduino can run XMPP.

Lonnie


On May 6, 2013, at 10:04 AM, Lonnie Abelbeck wrote:

> Hi Dominko,
> 
> Interesting, it seems enabling CONFIG_USB_ACM=m would do the trick...
> 
> But, say you have /dev/ttyACM0 as a serial device in AstLinux, are there 
> scripts to control the arduino or would you also require other binaries ?
> 
> I understood the USB port was used by the SDK for programming the arduino, 
> but can it be also used for data transactions ?
> 
> Lonnie
> 
> 
> 
> On May 6, 2013, at 7:29 AM, Dominko Vrljic wrote:
> 
>> My initial plan is make alam system with arduino and astlinux. Astlinux will 
>> call my mobile phone in case of alarm event.
>> But, arduino will generally extend astlinux functionality widely: Home 
>> Automation, sensor reading and even Industry Automation.
>> On internet you can found lot of information about raspberry pi and arduino 
>> integration. I think all can be applied to Astlinux.
>> 
>> Dominko
>> 
>> 
>> From: Darrick Hartman 
>> To: "dominko_vrl...@yahoo.com" ; 
>> "astlinux-users@lists.sourceforge.net" 
>>  
>> Sent: Monday, May 6, 2013 1:31 PM
>> Subject: RE: [Astlinux-users] arduino
>> 
>> Dominko,
>> 
>> How are you planning to use this? What would be the benefit to the overall 
>> project?
>> 
>> Darrick 
>> 
>> -Original Message- 
>> From: Dominko Vrljic [dominko_vrl...@yahoo.com]
>> Received: Monday, 06 May 2013, 6:23AM
>> To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
>> Subject: [Astlinux-users] arduino
>> 
>> 
>> Hi all! I am playing with astlinux and arduino uno device 
>> (http://arduino.cc/en/Main/arduinoBoardUno)
>> I am traying to establish serail communication with arduino over USB cable.
>> Obvious I need driver: cdc_acm.ko.
>> Is it posslible include this driver in next release of astlinux?
>> Regards,
>> Dominko
> 
> 
> --
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> ___
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> 
> Donations to support AstLinux are graciously accepted via PayPal to 
> pay...@krisk.org.
> 
> 


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] arduino

2013-05-06 Thread Lonnie Abelbeck
Hi Dominko,

Interesting, it seems enabling CONFIG_USB_ACM=m would do the trick...

But, say you have /dev/ttyACM0 as a serial device in AstLinux, are there 
scripts to control the arduino or would you also require other binaries ?

I understood the USB port was used by the SDK for programming the arduino, but 
can it be also used for data transactions ?

Lonnie



On May 6, 2013, at 7:29 AM, Dominko Vrljic wrote:

> My initial plan is make alam system with arduino and astlinux. Astlinux will 
> call my mobile phone in case of alarm event.
> But, arduino will generally extend astlinux functionality widely: Home 
> Automation, sensor reading and even Industry Automation.
> On internet you can found lot of information about raspberry pi and arduino 
> integration. I think all can be applied to Astlinux.
> 
> Dominko
> 
> 
> From: Darrick Hartman 
> To: "dominko_vrl...@yahoo.com" ; 
> "astlinux-users@lists.sourceforge.net"  
> Sent: Monday, May 6, 2013 1:31 PM
> Subject: RE: [Astlinux-users] arduino
> 
> Dominko,
> 
> How are you planning to use this? What would be the benefit to the overall 
> project?
> 
> Darrick 
> 
> -Original Message- 
> From: Dominko Vrljic [dominko_vrl...@yahoo.com]
> Received: Monday, 06 May 2013, 6:23AM
> To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
> Subject: [Astlinux-users] arduino
> 
> 
> Hi all! I am playing with astlinux and arduino uno device 
> (http://arduino.cc/en/Main/arduinoBoardUno)
> I am traying to establish serail communication with arduino over USB cable.
> Obvious I need driver: cdc_acm.ko.
> Is it posslible include this driver in next release of astlinux?
> Regards,
> Dominko


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] arduino

2013-05-06 Thread Dominko Vrljic
My initial plan is make alam system with arduino and astlinux. Astlinux will 
call my mobile phone in case of alarm event.
But, arduino will generally extend astlinux functionality widely: Home 
Automation, sensor reading and even Industry Automation.

On internet you can found lot of information about raspberry pi and arduino 
integration. I think all can be applied to Astlinux.

Dominko





 From: Darrick Hartman 
To: "dominko_vrl...@yahoo.com" ; 
"astlinux-users@lists.sourceforge.net"  
Sent: Monday, May 6, 2013 1:31 PM
Subject: RE: [Astlinux-users] arduino
 


 
Dominko,

How are you planning to use this? What would be the benefit to the overall 
project?

Darrick 

-Original Message- 
From: Dominko Vrljic [dominko_vrl...@yahoo.com]
Received: Monday, 06 May 2013, 6:23AM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] arduino


Hi all! I am playing with astlinux and arduino uno device 
(http://arduino.cc/en/Main/arduinoBoardUno)
I am traying to establish serail communication with arduino over USB cable.
Obvious I need driver: cdc_acm.ko.
Is it posslible include this driver in next release of astlinux?
Regards,
Dominko


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] arduino

2013-05-06 Thread Darrick Hartman
Dominko,

How are you planning to use this? What would be the benefit to the overall 
project?

Darrick

-Original Message-
From: Dominko Vrljic [dominko_vrl...@yahoo.com]
Received: Monday, 06 May 2013, 6:23AM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] arduino


Hi all! I am playing with astlinux and arduino uno device 
(http://arduino.cc/en/Main/arduinoBoardUno)
I am traying to establish serail communication with arduino over USB cable.
Obvious I need driver: cdc_acm.ko.
Is it posslible include this driver in next release of astlinux?
Regards,
Dominko


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] arduino

2013-05-06 Thread Dominko Vrljic

Hi all! I am playing with astlinux and arduino uno device 
(http://arduino.cc/en/Main/arduinoBoardUno)
I am traying to establish serail communication with arduino over USB cable.
Obvious I need driver: cdc_acm.ko.
Is it posslible include this driver in next release of astlinux?
Regards,
Dominko


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.