Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I wouldn't do that.I'm going to try the internal clock too. It looks like I can get another 2 I/O pins.
Either pair PGEC / D can be used for debug / program has to match the FICD config setting. after program can be used as IO ... but then debug not available ( !) i tend to use as just as ICSPTo use the ICD3, which pins do I need to use?
Think RA5 can only be input if not MCLRAnother thing I'm thinking of is using MCLR¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ \overline{MCLR} as an output port. if C1 is omitted,
Not noticed any frequency / serial problems with using internal osc. with the PLL registers and osctune register for adjustment ..For the serial connection You have to use a pretty exact clock signal.
wkrug: In a previous post, I said that I was going to try both with a crystal and without.I wouldn't do that.
For the serial connection You have to use a pretty exact clock signal.
When the frequency is not exact it can make some transmission issues.
wkrug: Remember: We're talking about a 49 note keybed, and we're talking about the keytar only.For keyboard scanning I would only use one microcontroller with enough ports / pins.
The alternative is to use an decoder chip ( hex to 1 Output e.g. 74HC4514 ) or an shift register.
Both will slow down processing time.
With velocity You have to make 128 scans to generate one MiDi frame.
For the Display I would use hardware SPI.
That's faster then an I²C connection.
Why You need an external EEPROM?
Has the 24Fxxx no internal one, or is it to small for storing all of the values?
For Lookup Tables You can also use the Program memory ( Flash ).
Better is to load them once and store them into RAM, because the aquire time should be shorter.
All depends how much space is in the different memorys availible and how fast had it to run.
Agree. I built my own back-pack LCD (PIC18F14K22). and just throw data at it at 200khz. for just a simple seven segment display sparkfun have a serial SPI I2C (all 3) 4 digits , got one not tried it seriously yetBe wary of I2C unless you are polling the TX and RX ready bits and reading/loading data explicitly in your own code.
Yes I know.Remember: We're talking about a 49 note keybed
Products
---------------------------------------------------
1 x PIC24F32KA304T-I/PTCT-ND (PIC24F32KA304T-I/PTCT-ND) = $4.55 1 x TQFP-44 to DIP-44 SMT Adapter (1.0 mm pitch, 14 x 14 mm body) (IPC0135) = $22.49 Assembly Pins and IC Assembled DIP Pin Type Machine Pins (0.45 mm round)
---------------------------------------------------
Sub-Total: $27.04
Shipping (FedEx Ground (3-6 days)): $8.00
Total: $35.04
Delivery Address
---------------------------------------------------
My House...In the middle of the street.
I just don't feel comfortable with driving
the MIDI out with the pin from a CPU directly.