Re: Having troublle adding IOIO control to my app

2015-04-02 Thread Ytai Ben-Tsvi
IOIOActivity extends Activity so this should not be a problem. On Thu, Apr 2, 2015 at 1:15 AM, Vincent Yegenoglu vincentyeg...@gmail.com wrote: Hi, Last summer I wrote an OpenCV app for university, now I want to control servos attached to a IOIO board from the same app. I'm trying for a

Having troublle adding IOIO control to my app

2015-04-02 Thread Vincent Yegenoglu
Hi, Last summer I wrote an OpenCV app for university, now I want to control servos attached to a IOIO board from the same app. I'm trying for a start by just flashing an LED but I'm having trouble adding the IOIO code to my code. The problem is I'm trying to use the demo app that came with

Re: Boot Loader Flash

2015-04-02 Thread Vic Wintriss
It is supposed to be an exact OTG copy. Something is keeping it in the boot mode even after reset. Any ideas? Can hardware keep it in boot mode? BOOT is not being held low. I will probe HOST. On Thursday, April 2, 2015 at 11:01:57 AM UTC-7, Ytai wrote: In what ways is your hardware

Re: IOIO Wishlist - tell us what you want!

2015-04-02 Thread fabrio pellegrinetti
Hi Ytai I have developed wireless domotic system with IOIO-OTG. Sensors and devices running ifm band 433MHz ( temperature sensor, smoke sensor, PIR, door sensor, remote controlled sockets, ect.) For to comunicate with devices and sensor I use rx and tx 433mhz modules drived by arduino promini

Trouble with IOIO-OTG

2015-04-02 Thread potterln
Hey all. I'm using an IOIO-OTG board (V4.01 bootloader and the V5.00 application firmware), with a Nexus 7 tablet (has 5.00 / 5.04 IOIO Application Firmware Images, and DevBoot IOIO0401-App-IOIO0500). I'm trying to run HelloIOIO from the beginner's guide. The problem I'm having is within the

Re: Trouble with IOIO-OTG

2015-04-02 Thread potterln
Thanks. Now I'm having a bit of trouble with the AndroidManifest.xml file. After adding the android.permission.INTERNET uses permission, and saving the file and project, it still gives me 2 errors, on the following lines meta-data android:name=android.hardware.usb.action.USB_ACCESSORY_ATTACHED

Re: IOIO UART communication with uCamII

2015-04-02 Thread Marouane M
I worked a bit and I manage to communicate between ioio and uCamII because i managed to sync to get the image size. I need a precision because a got an image of size 4800 so i need to get 4800 bytes from the uCamII and when i do uartIn.available() whatever the time i wait i never get more than

Re: Boot Loader Flash

2015-04-02 Thread Vic Wintriss
VicMacMini-2:Downloads VicMini$ ls /dev/tty.usb* VicMacMini-2:Downloads VicMini$ ./ioiodude --port=/dev/tty.usbmodem1a121361 versions IOIO Bootloader detected. Hardware version: SPRK0020 Bootloader version: IOIO0401 VicMacMini-2:Downloads VicMini$ ./ioiodude

Re: IOIO Wishlist - tell us what you want!

2015-04-02 Thread fabrio pellegrinetti
radio protocol is OOK (like AM), RC-switch library is compatible with devices with a SC5262 / SC5272, HX2262 / HX2272, PT2262 / PT2272, EV1527, RT1527, FP1527 or HS1527 chipset. Also supports Intertechno outlets. (from : https://code.google.com/p/rc-switch/ ) import this feature on IOIO, I

Re: IOIO Wishlist - tell us what you want!

2015-04-02 Thread fabrio pellegrinetti
other information: rc-switch is now ported for mbed (arm cortex board). Giovedi ', April 2, 2015 08:44:21 GMT + 2, Fabrio Pellegrinetti ha scritto: protocollo radio è OOK (come AM), biblioteca RC-switch è compatibile con i dispositivi con SC5262 / SC5272, HX2262 / HX2272, PT2262 / PT2272,

Re: IOIO Wishlist - tell us what you want!

2015-04-02 Thread Ytai Ben-Tsvi
What is the protocol this switch library implements? Hobby gear PPM? On Thu, Apr 2, 2015 at 5:58 AM, fabrio pellegrinetti oir...@gmail.com wrote: Hi Ytai I have developed wireless domotic system with IOIO-OTG. Sensors and devices running ifm band 433MHz ( temperature sensor, smoke sensor,

Re: Boot Loader Flash

2015-04-02 Thread Vic Wintriss
It always says Bootloader detected VicMacMini-2:Downloads VicMinils /dev/tty.usb* /dev/tty.usbmodem1a121371 VicMacMini-2:Downloads VicMini$ ./ioiodude --port=/dev/tty.usbmodem1a121371 versions IOIO Bootloader detected. Hardware version: SPRK0020 Bootloader version: IOIO0401 Platform

Re: Boot Loader Flash

2015-04-02 Thread Ytai Ben-Tsvi
In what ways is your hardware different than the standard IOIO-OTG? Is it possible that for some reason it thinks it is in host mode? Can you probe the HOST signal? On Apr 2, 2015 10:41 AM, Vic Wintriss g...@san.rr.com wrote: It always says Bootloader detected VicMacMini-2:Downloads VicMinils