Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: jsags1; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    6,652

    Re: 10bit ADC thorugh EASY HID (pic 18f2550)

    DISCRIPTOR code----------------------------------------------------------------
    ReportDescriptor1
    RETLW 0x05
    RETLW 0x01 ; USAGE_PAGE (Generic Desktop)
    RETLW 0x09
    RETLW 0x04 ; USAGE (Joystick)...
  2. Replies
    3
    Views
    6,652

    10bit ADC thorugh EASY HID (pic 18f2550)

    ive made many joysticks by now with up to 8 axis and 64 buttons, but ive always used 8 bits of resolution for my axis (ADC) so here is my question.


    how can i send the 10 bits of resolution for...
  3. Replies
    4
    Views
    8,465

    Re: PIC 18f2550 USB joystick TROUBLE (burnt PIC?)

    SOLVED:

    Changed C3 from 330nf (ceramic capacitor) to 470nf (polyester capacitor) and worked like a charm, thanks for the input guys.

    i also changed my pots to 10k as you suggested, but i think...
  4. Replies
    4
    Views
    8,465

    Re: PIC 18f2550 USB joystick TROUBLE (burnt PIC?)

    DAVE: i will try all of your solutions to my problem, but how do you explain that the device worked before and all of a sudden it doesnt?

    DEMON: i did that and still get "Unknown Device" even o...
  5. Re: Where To Get Started With ADC (Pic 18f2550 / 4550)

    thanks a lot for the input again, i managed to build my joystick, but eventually ran into some trouble again, please see these thread if you guys care to help me out a bit more :D i would really...
  6. Replies
    4
    Views
    8,465

    PIC 18f2550 USB joystick TROUBLE (burnt PIC?)

    hello everyone, i finished my 2 axis and 7 button joystick, plugged it into my PC and checked the device manager and everything was working OK

    then i unplugged the device and went on with my...
  7. Re: Where To Get Started With ADC (Pic 18f2550 / 4550)

    Thanks for all the good info guy ill hope this gives me the kickstart i need (after midterms XD )
  8. Where To Get Started With ADC (Pic 18f2550 / 4550)

    Hello everyone, i was wondering if any of you would be as kind as to give me some pointers on where to start with ADC with one of these particular chips (18f-2550/4550)

    basically i need to...
  9. Replies
    2
    Views
    2,274

    Re: Custom "Joystick" for Flight SIMS

    i have done some testing and DCS world can use buttons 1 through 63 but IL2.Sturmovik: cliifs of dover can only use buttons 1 through 32


    any ideas??
  10. Replies
    21
    Views
    80,919

    Re: USB HID Joystick for Dummies

    (ignore this post please, posted on the worng thread)
  11. Replies
    2
    Views
    2,274

    Re: Custom "Joystick" for Flight SIMS

    ii meant "BITS 0 through 63 of the usb buffer" sorry, i couldnt modify the post anymore :(
  12. Replies
    2
    Views
    2,274

    Custom "Joystick" for Flight SIMS

    Hello everyone, im half way through a project right now and i wouldnt be at this point if it wasnt for the kind people on this forum. im on a tight schedule with pbp3 so ill make time to give proper...
  13. Replies
    14
    Views
    8,244

    Re: dummie joystick guide problem

    yes, ill try and make some time to figure out wich files are needed in the project folder after im done with my project. im on tiral version and only have 5 days left!!! XD
    thanks for the advice...
  14. Replies
    14
    Views
    8,244

    Re: dummie joystick guide problem

    Hey there Demon. I foud a solution.

    You must place your project files inside USB18 folder (no sub-folders) in order to compile. I know that it sucks. But at least it workss!! :D
  15. Replies
    14
    Views
    8,244

    Re: dummie joystick guide problem

    Hmmm apparently my last post on this thread didnt upload....

    ive spent the last few days trying to figure darrel USB routine (thanks by the way) but its only for PBP2.6

    where can i get PBP2.6??...
  16. Replies
    14
    Views
    8,244

    Re: dummie joystick guide problem

    i got the file from EasyHID and added the descriptor from the Descriptor tool like the DUMMY guide said, here are its contents:



    #define EP0_BUFF_SIZE 64 ; 8, 16, 32, or 64...
  17. Replies
    14
    Views
    8,244

    Re: dummie joystick guide problem

    ok, this is what i got so far, all i really did was to turn TRISA into inputs and slightly modyfied the code to what i think would work with the 4 buttons but without the axis. and i get this errors....
  18. Replies
    21
    Views
    80,919

    Re: USB HID Joystick for Dummies

    i cant find this file anywhere, where was it generated???



    hid_desc.bas
  19. Replies
    21
    Views
    80,919

    Re: USB HID Joystick for Dummies

    sorry this is what im getting now

    Executing: "C:\Program Files (x86)\PBP3\PBPX.EXE" -ampasmwin -k# -p18F2550 "C:\Users\Aramburo\Desktop\Nueva carpeta\HUB.pbp"
    PICBASIC PRO(TM) Compiler...
  20. Replies
    14
    Views
    8,244

    dummie joystick guide problem

    Hello gentlemen, im new to the forum and dont really know much about usb or PBP3 so sorry for the may-be dumb question since i use HITECH-C

    i did all off the dummies guide stuff but in the end,...
  21. Replies
    21
    Views
    80,919

    Re: USB HID Joystick for Dummies

    Hello gentlemen, im new to the forum and dont really know much about usb or PBP3 so sorry for the may-be dumb question since i use HITECH-C

    i did all off the dummies guide stuff but in the end,...
Results 1 to 21 of 21