PIC24FJ256DA206 vs PIC24FJ256GB206

2016-03-19 Thread Pranay Sharma
Hi, The following link says : http://duinopeak.com/store/index.php?route=product/product_id=87=ioio "We use better PIC24FJ256DA206 instead of cheaper PIC24FJ256GB206 as main IC witch compatible completely." 1. Will this IOIO OTG work fine as the uP is different? 2. Why do they say the above

Re: IOIO getting disconnected on modifying the HelloIOIO program

2016-03-07 Thread Pranay Sharma
cked()) from the IOIO thread. You'd need to use the > same trick with the runOnUiThread() like in toast() and enableUi(). > > On Mon, Mar 7, 2016 at 3:29 AM, Pranay Sharma <pra...@tollmequick.com > > wrote: > >> Hi all, >> I tried modifying the HelloIOIO progra

How to interface USB hid devices

2016-03-07 Thread Pranay Sharma
Hi, I have an RFID reader having USB output(it detects as an HID device). Any ideas how this can be interfaced with IOIO board? Thanks in advance -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving

IOIO getting disconnected on modifying the HelloIOIO program

2016-03-07 Thread Pranay Sharma
Hi all, I tried modifying the HelloIOIO program to test Input and output on custom pins. The program starts and shows the Toast for a successful connection. But then it disconnects. Kindly advice what could wrong. public class MainActivity extends IOIOActivity { private ToggleButton button_;

Re: Temperature rating of IoIo Board

2016-07-08 Thread Pranay Sharma
t if not all > parts. Another thing you'd need to evaluate is how stable the internal > oscillator of the PIC is across the temperature range. USB is pretty picky > about the precision of its clock. > > On Wed, Jul 6, 2016 at 12:59 PM, Pranay Sharma <pra...@tollmequick.com > > wr

Re: (ADVANCED) Building the IOIO firmware

2017-01-27 Thread Pranay Sharma
Dear Ytai and all, Apologies for the long post. But I have marked my questions in* GREEN* and errors are in *RED* We had re-setup our whole environment and tried with fresh code. It’s now: Linux Mint 64-bit with MPLAB X v3.51 with* xc16 compiler v1.30(not the C30 compiler (V3.30c) --> is this

Application Crashes in IOIOService due to Bluetooth

2016-09-16 Thread Pranay Sharma
Dear All and Ytai, I have implemented IOIOService and for quite some time but recently we started getting some errors on application start. i.e. when service's onStartCommand() is triggered. Caused by: java.lang.NullPointerException

Re: Temperature rating of IoIo Board

2016-11-21 Thread Pranay Sharma
if you want to be 100% certain you'd > need to add a crystal to the circuit (and make a configuration flag change > in the bootloader). Otherwise, you can characterize it yourself and see how > bad it actually gets. > > On Fri, Jul 8, 2016 at 5:18 PM, Pranay Sharma <pra...@tollme