Forum Topic

The PIC Microcontroller Thread (Tutorials, Programs, Resources Etc.)

  • Guys, Check this out.

    http://www.mindlabtech.com/advanced/index.php/products

    Much cheaper development board. You don\'t need to use PIC Kit 2 or 3 Programmer to load your programs.
    Proudly made in the Philippines so you\'ll get technical supports from them.
  • Guys, Check this out.

    http://www.mindlabtech.com/advanced/index.php/products

    Much cheaper development board. You don\'t need to use PIC Kit 2 or 3 Programmer to load your programs.
    Proudly made in the Philippines so you\'ll get technical supports from them.
  • hello po..

    newbie here..

    just wanna know what i need to buy first
    gusto ko sna magtuto sa PIC

    tnx po :)
  • @iwannalearn

    pick kit, a regulator, parts( resistors, capactiors, etc), a computer, references
  • mga idol.. meron ba sa inyo marunong mag flash/reflash ng SiLab chip ng alienware M15x alienfx board.. nakakita ko sa mga forums at videos na gamit nila programmer and load lang nila ung HEX file ng command center application para gumana uli yung lights ng alienware laptop.... salamat...
  • san po ba ako makakabili or at least hiram ng C8051F Debugger need lang po pang flash ng alienware alienfx board.. salamat
  • compatible din ito sa pic:
    My Digital Compass breakout board designed for Pic and Arduino:
    <click here for link>



  • I2C Sensors that can be combined on a small board <click here for link>
  • Guys,

    San kayo nag pa-fab ng PCB? yung mura lang.. mga 1-5pcs. Pang personal projects lang.
  • 4wd robotic rover:<click here for link>

  • @espada04, check elab.ph

    @____lover____, geared dc motor yan diba, how does it turn? kagaya ba ng micromouse (one side forward one side backward)?

    -- edited by Aoshinomori on Feb 07 2014, 08:37 AM
  • di ko pa na try yan, pero basically, kung gusto mo mag turn, dapat slower yung isa depende sa angle at speed, geared motor nga sya, may kasamang speed tachometer

    -- edited by __lover__ on Feb 07 2014, 10:15 AM




  • http://ziruztech.zouze.com

    -- edited by __lover__ on Mar 08 2014, 02:35 PM
  • Pickit2 sa tinkstore, <click here for link>
  • hi tpc . patulong po pano mag truncate ng string sa C programming. sa VB madali mag manipulate text string using Left, Right, Mid, and Len functions.
    C platform na pag gagamitan ko. sana may makatulong. thank you!

    ex. 0036120316000017 ----> eto po yung string.

    char starting from 5 to 10 need ko store sa variable (x) bali output x = 120316
    char starting from 14 to 16 need ko store sa variable (y) bali output y = 017
    char starting from 1 to 3 need ko store sa variable (z) bali output z = 003

    *paki gawan po ng sample code paano e truncate using C programming
  • Nino_at c

    Sa vb kasi meron ng built in function para dito. Anong platform ba ang gamit mo? Are you allowed to use c++? Merong built in substring method ang string class ng c++. If not, you need to implement a substring method by yourself sa c.