Interesting and seems a simple project... the only thing is that I don't have 6 pins available, at least not without changing the package to a 44 pin package and even then I...
I'm here for a good while. I've been coding with just assy for about 10 years as a hobby, nothing big. Finally took the plunge to do things a bit easier and buy PBP. Enrolled in a python class starts...
As soon as I have the code actually doing something beyond parsing the files (shouldn't be more than a few days) I'll set up two files on a server, one of just the executable and...
more from the novice:
Followed the link, played with the button. Not sure how to access the .py scripts. If I right click and choose view source, all I see is the html source for the page. What am...
I have bitten the bullet and downloaded. Once I started installing I was able to direct it to *not* install anything but MPASM for the 8-bit microcontrollers.
Published on - 25th July 2010 06:13
Number of Views: 116
This example shows how to create a 24-hour time clock on the LAB-X1 using Timer2/PR2 match - with buttons to increment hours, minutes, reset the time to 12:00, and reset the Timer2 tick counter.
...
Published on - 22nd July 2010 15:41
Number of Views: 310
What is this concept?
With this concept, we use DT's Instant Interrupt system with some minor modification.
The attached file has the addition of GPIO change interrupt.
In the program,
...
Published on - 17th July 2010 19:41
Number of Views: 500
There seems to be a lot of interest in creating sine waves on this forum. This example uses some of the principles of Microchip's AN655, (only using DT_INTS, HPWM, and lastly PCPWM). Not sure how clean
...
Published on - 4th July 2010 12:27
Number of Views: 159
Hello,
this little example just cycles through a 26 element array and displays it's value. I wrote it to
teach myself array function, and with help from Jerson it works as expected. I am
...
Published on - 2nd July 2010 16:35
Number of Views: 208
In professional embedded applications, when you take an ADC reading, good practice states that you take more than one and eradicate any anomalies. That way, when your sensor sits at the end of a length
...