First fail of jasper

Ok guys,

After many test phonetisaurus and pocketsphinx are not quite good to use, full of bug and the debugging of them is a pain in the ass!

When i will go on and continue this project of Jasper/jarvis i will see what alternatives the internet haz to offer… probably wit.ai.

Keep you posted

Doc : http://www.knight-of-pi.org/raspberry-pi-3-installing-jasper-with-wit-ai-for-voice-recognition/

Your first program using MPLABx IDE

First 0f all

We will create a project from scratch.  To do that i will make a step by step guide.

  1.  File->New Project.  Choose ‘Standalone project’.  NXT
  2.  You need to select de device family : ’16-bit DSCs (dsPIC30)’ and the device : ‘dsPIC30F4013’.  Those depend of your chip model.  NXT Read more “Your first program using MPLABx IDE”

MPLABx IDE what do you need to start

When my teacher asked me to use assembly language to make action out of my PIC, i first go to google to find out nobody never wrote real tutorial for it.  This is a beginner guide for novices.

First things you needs are the schematic and the manual for your dspic.  I use a dsPIC30F4013.
The Schematics are the same but the circuit is up to whatever board you have:
dspic30f3014_4013 Chip Schematic
Circuit DSPIC2

These are the refs and the programmers manual for my disPIC :
dspic30f Programmers manual
dsPIC30F Family Ref Manual

Make sure that you have installed the good version of mplabx and the compiler.  The main program is ‘mplabc30-v3_31-windows-installer’, the compiler is ASM30 (v3_31).

Now you are ready for your first program.

M.