Search results

  1. C

    Can i connect Audio board using wires instead of headers ??

    Thanks To PJRC Staff for making Teensy audio Board. I am new one with this. i have placed order for (teensy 4.1 + Aduio board Rev D) .. here i want to ask About wiring connection. If Audio board is being on Teensy with headers , No problem. But i am going Connect them in series like this...
  2. C

    Ask help from Teensyduino expert about (composite Device & usb_desc.h)

    at last , i am going to share original files from my system for teensy. i don't know how to modify it . but i can relace them by modified files , if anybody will modify them to enable and use device (serial+keyboard&Mouse+usb midi). i request for help to all of you . if you get these file...
  3. C

    Ask help from Teensyduino expert about (composite Device & usb_desc.h)

    Also modified board.txt as this menu.usb=USB Type menu.speed=CPU Speed menu.opt=Optimize menu.keys=Keyboard Layout teensy41.name=Teensy 4.1 teensy41.upload.maximum_size=8126464 teensy41.build.board=TEENSY41 teensy41.build.flags.ld=-Wl,--gc-sections,--relax...
  4. C

    Ask help from Teensyduino expert about (composite Device & usb_desc.h)

    I am using system with Window7-32bit /Arduino 1.8.13 / Teensyduino 1.53 And trying to make composite device (Usb_keyboard&Mouse+usb_midi+serial) For this i got some info and modified usb_desc.h file. I think this set of interface is supported for my device #elif defined(USB_SERIAL_HID) //...
  5. C

    confuse in edit in " Usb_desc,h file "

    i am trying to my teensy lc apear as usb composite device (Serial+Usb_Keyboard_&_Mouse+usb_MIDI),. i seemed it easy on modify usb_desc.h file. for my project from usb_desc.h file ,, i got many parts of codes. i think ,in last lines . this information what i need #elif defined(USB_EVERYTHING)...
  6. C

    teensy lc not giving result according sketch using keypad library

    Thanks to all for reply,,,,,, but my issue has solved,. Error was in upsetting of numbers of rows and columns, and 15 pin of teensy was not suitable for matrix, so I have changed it,,,, now, every thing is right,, thank you.
  7. C

    Teensy perform some function automatically sometime.out of code

    In my old Post senior members suggested me to start New thread , when you get solved your issue ,. So I have got solved my previous issue . By using latest teensyduino 1.43. now board is getting new sketches successfully. I am not so familiar to keyboard library & Arduino language.but I will...
  8. C

    Teensy perform some function automatically sometime.out of code

    sir , i have use keypad library to add lot of push button. these button perform differents keboard & Mouse commands. every functions is controlled by use "if" . No any function is written in sketch to do automatically. wiring is also correct. No any row is shorted to row or column to column...
  9. C

    teensy lc not giving result according sketch using keypad library

    sir , i tried teensy lc with keypad library, i create matrix 6x9, and checked key number from each key using this sketch #include <Keypad.h> const byte ROWS = 6; //four rows const byte COLS = 9; //three columns // tested ok display Key number char keys[ROWS][COLS] = {...
  10. C

    Teensy lc is not being show on port

    Thank you sir,. 1.42 is not being installed. So i have placed order for New teensy lc board. After receiving New board, I will report result.
  11. C

    Teensy lc is not being show on port

    How many times a New teensy lc board can be upload sketch???? Which board like teensy's features support unlimited times uploading ?????
  12. C

    Teensy lc is not being show on port

    i think no matter its version ,because i have upload to it 10 times, but now it can not be seen on com-port . in Tool menu ,instead of com-port , "Port(emulated serial)" can be seen https://forum.pjrc.com/asset.php?fid=13678&uid=45118&d=1536850881 teensyduino is 1.30
  13. C

    Teensy lc is not being show on port

    Sir,. I was trying new sketch to teensy lc, but it is not showing in Arduino,. Teensyduino is also installed ,. in past ,I have upload sketch to teensy board 10 times, . Previous sketch is (USB keyboard/mouse) uploaded in teensy working . Now I am trying new modified sketch,. But teensy...
  14. C

    want help about "configure TEENSY act as usb mouse (working independently) "

    Troubleshooting in teensy LC board Troubleshooting in teensy. I made a usb controller using teensy. It is working very well but sometime it is working automatically instead of push buttons inputs. It is giving unwanted result. What can be reason in it????? Can there be any mistake...
  15. C

    ??Help about Rotery encoder? (I am making Music Rhythm Sampler from laptop to singni

    Sorry sir I am not familiar with arduio . I am a carpenter & music keyboard player only . I recently learnt above code from examples. Now , in encoder examples I did not saw 2 different result which are be get on moving encoder clockwise & anti-clock wise. If you have example , which is related...
  16. C

    ??Help about Rotery encoder? (I am making Music Rhythm Sampler from laptop to singni

    Sorry,,,,,sir ,,,, teensyduino has 3 examples of encoder . But there is not any helpful example of rotary encoder , I was searching for a example , inwhich it should be told that " how to send a keyboard or mouse inputs through rotating rotary encoder(3legs) clockwise & anti-clockwise. Where...
  17. C

    ??Help about Rotery encoder? (I am making Music Rhythm Sampler from laptop to singni

    hello sir, Teensy is controller of my music sampler. Can i connect directly 3 legs rotary encoder to Pin 2, Pin 3 & GND..??? i want to use rotery encoder (3 legs) instead of buttons conected to pin 2, pin 3. i don't know, how to add rotery encoder in codes given below. #include...
  18. C

    Add Rotary Encoder to teensy lc instead of push buttons

    How to Add Rotary Encoder instead of push buttons to teensy???????????? Help. Help. Help. hello sir, i made a usb mouse & keyboard input Device from teensy LC.It has 6 Pushing buttons accorrding to code given...
  19. C

    want help about "configure TEENSY act as usb mouse (working independently) "

    Ask about Rotary encoder,,, hello sir ,, i have made usb mouse & keyboard device from teensy using these codes #include <Bounce.h> Bounce tempoup = Bounce(0, 10); Bounce tempodown = Bounce(1, 10); Bounce pitchup = Bounce(2, 10); Bounce pitchdown = Bounce(3, 10); Bounce keytap = Bounce(4...
  20. C

    want help about "configure TEENSY act as usb mouse (working independently) "

    sir ,,,, am going to use my laptop as music rhythm machine for live . this teensy project will be a controlling part of rhythm mchine ok ., i tried a example , but i get this problem please write step-by step procedure of "uploading sketch into teensy" simply & succesfully
  21. C

    want help about "configure TEENSY act as usb mouse (working independently) "

    How many times teensy can be programmed? Please write a simple code example to get : Pin 0 press push button = move mouse pointer to (444,444) , click and drag it to (444,550) ,then move to (547,333) automatically ,,,,,,,,,,, Pin 1 press push button= move mouse...
  22. C

    new custom midi controller

    request for help hello , sir i am sorry for come late in thread. after so much research , I found that i don't need to make midi controller from teensy . but need to configure teensy board to send usb mouse dragging/turning scroll wheel messege to given (x,y) position in software screen. it...
  23. C

    want help about "configure TEENSY act as usb mouse (working independently) "

    request for help hello , sir i need to configure teensy board to send usb mouse dragging/turning scroll wheel messege to given (x,y) position in software screen. i am sorry i don't know ,how to write code,,,,,,,,,,,,,,,,please help me,, am using pc window 7 32 bit...
  24. C

    new custom midi controller

    request for help hello , sir i am sorry for come late in thread. after so much research , I found that i don't need to make midi controller from teensy . but need to configure teensy board to send usb mouse dragging/turning scroll wheel messege to given (x,y) position in software...
  25. C

    want help about "configure TEENSY act as usb mouse (working independently) "

    Sir , I want , teensy should act as usb mouse dragging , scroll wheel function on given screen position (x,y) when second usb mouse pointer is still placed on another position(x,y) . And second usb mouse pointer should not be moved to teensy's given action position . I don't want to use both...
  26. C

    want help about "configure TEENSY act as usb mouse (working independently) "

    want help about "configure TEENSY act as usb mouse (working independently) " hello sir, i want configure teensy to send usb mouse messeges into pc independently during use of a usb optical mouse. for detail please read bellow....... when two optical mouses are connected to a pc, both...
  27. C

    new custom midi controller

    sorry sir, i am unable to post on image-line's Forum at this time. please see this pic & read texts . if any solution is possible,,,,, otherwise i will try again to image-line's Forum Now ,i am using usb optical mouse for this but i wants to be done it by Teensy's buttons.Because plcacing...
  28. C

    new custom midi controller

    First of all , I highly thankful to PJRC senior staff . I specialy thanks to Mr Oddson for help me in my teensy project. I want to attention you on my teensy Project. And wants to show you what i found last time after uploading above codes to this my Teensy LC. There is a video of using...
  29. C

    new custom midi controller

    Sir , I am highly thankful to you, you are giving me help in my project. As i have requested you somethings i my older posts. You should watch my this video before read more below Note: i want to asign first two button for tempo, and second two buttons for Master Pitch in every file.third...
  30. C

    new custom midi controller

    Thank you a lot ,,,,,,,,,,, congratulation ,,,,,,, I succeed in this project ,,,,I completed my dreamy midi controller,,,,, I love you ,,,,,,,thank very much again,,,,,,,,,,
  31. C

    new custom midi controller

    thank you sir , for a bit look at me. ..No problem if you don't know about FL Studio.My FL Studio has not a special setting for midi interface.There is not a special midi contoller made for only FL studio. Every Generic controller is working. I had use three words(tempo,pitch,target) to...
  32. C

    new custom midi controller

    Thank you sir for writing code for me . I read code . I seemed it is correct according to my needs. ..........but I get troubleshooting in programming ...please read here my problem....., I tried program teensy as midi controller ..... Step1- I downloaded & install Arduino 1.6.11...
  33. C

    Coming Soon: Teensy-LC (low cost Teensy)

    2 push buttons are used to control 1 parameter in midi controller using teensy LC board.if I want connect only push buttons for maximum parameters. How many maximum buttons and how many maximum parameters can be control from teensy LC ?
  34. C

    Coming Soon: Teensy-LC (low cost Teensy)

    I want to make a midi controller using teensy LC . I have also code for this . Teensy loader is installed on pc. In Arduino 1.6.12 ,there is not option to select teensy lc in board. There is also no option to select midi in Usb Type. So , please tell me which version of Arduino is correct to...
  35. C

    Coming Soon: Teensy-LC (low cost Teensy)

    Please reply if any member from INDIA
  36. C

    Coming Soon: Teensy-LC (low cost Teensy)

    Thank u sir ,,, can i get direct link of all needed softwares for pc window 7(to make my own usb midi controller from teensy LC)
  37. C

    Coming Soon: Teensy-LC (low cost Teensy)

    Can Teensy LC be re-programmed with new code after using as usb midi controller with pc.???
  38. C

    new custom midi controller

    Thank you sir, i understand wiring of buttons with board. Gnd+0= button 1 ,Gnd+1= button2 , gnd+2=button4...... etc . Teensy LC will be used. no matter you don't know about fl studio. You gave me code for making usb midi controller ...
  39. C

    new custom midi controller

    Thank you sir, i understand wiring of buttons with board. Teensy LC will be used. no matter you don't know about fl studio. You gave me code for making usb midi controller . please,----------------------answer---------the----------question---------...
  40. C

    new custom midi controller

    Thanks to give me code . please give me wiring diagram push button to pinouts of board . sir , i am carpenter & musician(keyboard) . i did not make any electronic project .please help me in full procedure of making custom midi controller step-by-step , ( purchasing board - to...
  41. C

    new custom midi controller

    I also don't know which board is suitable for this project .so please tell me in simple language like as step-by-step tutorial
  42. C

    new custom midi controller

    Sir , i am not good in english .please try to understand my request, i am using my laptop to playing rhytm live using software FL Studio . In performing beat ,i can do everything with my usb typing keyboard and usb mouse, but now i need to control tempo BPM ,Master Pitch while...
  43. C

    new custom midi controller

    Hello sir , i am a musician , i want to ask you that , as in every midi controller the potentiometer are use to increase/decrease value like pitch ,tempo. Can we attach two push button instead of every potentiometer for increase/decrease controller value (pitch,tempo) ...
Back
Top