Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2015-02-19 Thread Cláudio B
I'm not that skilled on Android. But if I understand what you said, you can't put an Android APP to run inside BBB, at most you could use HTTP communications with it. You are running a BBB with Linux or Android ? 2015-02-19 1:54 GMT-02:00 palaniyappan r pazhanib...@gmail.com: Thank you

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2015-02-19 Thread palaniyappan r
Thank you for your answer sir I have been developing IoT home automation using beaglebone black with controlling by using android app. I have been using python and I got library file such as PWM,ADC,GPIO,UART,EMAIL but I didn't get android app library.. How to include android app ? Could you

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2015-02-18 Thread Cláudio B
palaniyappan.R If that WIFI USB dongle have a driver for BBB , yes. Otherwise you'll have to search for driver. Once you found it, try load with # modprobe driver I didn't use this, but in this forum has a lot of info on that. regards, 2015-02-17 10:25 GMT-02:00 palaniyappan r

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2015-02-17 Thread palaniyappan r
Thank you sir... I have WiFi dongle used to my computer.Can I used same wifi usb dongle for BBB? Because of I tried But It did not connect. How to connect WIFI usb for my BBB? *--regards,* *palaniyappan.R* On Tue, Feb 17, 2015 at 5:19 PM, Cláudio B clau...@logmatch.com.br wrote:

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2015-02-17 Thread Cláudio B
@palaniyappan You can if you use the same protocol developed in BBB. 2015-02-14 8:14 GMT-02:00 pazhanib...@gmail.com: I have GPRS modem for PIC microcontroller. Can I used same gprs modem for BBB? -- For more options, visit http://beagleboard.org/discuss --- You received this message

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2015-02-16 Thread pazhanibond
I have GPRS modem for PIC microcontroller. Can I used same gprs modem for BBB? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2014-06-12 Thread claudio
Hi Again I try this configuration on /boot/uEnv.txt optargs=capemgr.enable_partno=BB-UART1,BB-UART2,BB-UART4 but it doesn't work. The only way I could do this, is by using this command echo BB-UART2 /sys/devices/bone_capemgr.*/slots Can someone explain me why ? On Tuesday, June 10, 2014

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2014-06-12 Thread Robert Nelson
On Thu, Jun 12, 2014 at 8:16 AM, clau...@logmatch.com.br wrote: Hi Again I try this configuration on /boot/uEnv.txt optargs=capemgr.enable_partno=BB-UART1,BB-UART2,BB-UART4 but it doesn't work. The only way I could do this, is by using this command echo BB-UART2

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2014-06-12 Thread claudio
You are right. root@beaglebone1:~# dmesg |grep console [0.00] Kernel command line: console=ttyO0,115200n8 quiet drm.debug=7 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait [0.222807] console [ttyO0] enabled but I can't found another uEnv.txt in Angstrom system. So I probably will

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2014-06-12 Thread michael . duffy
I don't understand your complaint. If you're using the Adafruit BBIO library, it creates the necessary UART devices in the device tree on the fly (by placing its own ADAFRUIT-UART files in /lib/firmware and writing to /sys/devices/bone_capmgr.*/slots). So it really is pretty easy to use --

[beagleboard] Can't make UART work with Python and AdaFruitBBB

2014-06-10 Thread claudio
I follow instructions here https://github.com/adafruit/adafruit-beaglebone-io-python and here https://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/uart but can't make any communication goes through UART1 . Instead of using /dev/tty01 I use /dev/tty1 which were on my

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2014-06-10 Thread Robert Nelson
On Tue, Jun 10, 2014 at 9:34 AM, clau...@logmatch.com.br wrote: Well, that was one problem. After searching in this forum I discover that I could use /dev/ttyO1 So I use # dmesg |grep serial and # cat /proc/tty/driver/OMAP-SERIAL to confirm that. # cat /proc/tty/driver/OMAP-SERIAL