Search found 1026 matches
- Thu Dec 13, 2012 4:21 pm
- Forum: Software issues
- Topic: Interrupts using the SuperPro with Basic Tools
- Replies: 2
- Views: 5321
Re: Interrupts using the SuperPro with Basic Tools
As I asked before, what version of firmware are you using? (it's in the Welcome to ... message following a STOP) Actually I got a clue from your cut and paste 8.15 firmware -- ... ( 0.36K code + 0.07K string)/96K 0.02/9K data programmed your version-- ... ( 0.36K code + 0.07K string)/68K 0.02/9K dat...
- Wed Dec 05, 2012 3:37 pm
- Forum: Projects
- Topic: reading a voltage with a SuperPRO
- Replies: 8
- Views: 11838
Re: reading a voltage with a SuperPRO
OK, I'll see if I can do thatmmcginty wrote:Bruce, I would've posted here originally if there was a link on the home page of the yahoo group (which, as of 5 minutes ago I rather prefer.)
- Wed Dec 05, 2012 1:38 am
- Forum: Projects
- Topic: reading a voltage with a SuperPRO
- Replies: 8
- Views: 11838
Re: reading a voltage with a SuperPRO
Thanks Dan,
I should have made that clear.
"KeepIt SimpleStupid" I have standard value 0.1% resistors from 1950's and used
special value 0.01%? from Vishay 25 years ago.
Cheers
Will
I should have made that clear.
"KeepIt SimpleStupid" I have standard value 0.1% resistors from 1950's and used
special value 0.01%? from Vishay 25 years ago.
Cheers
Will
- Wed Dec 05, 2012 1:32 am
- Forum: Projects
- Topic: reading a voltage with a SuperPRO
- Replies: 8
- Views: 11838
Re: reading a voltage with a SuperPRO
A quick picture will show you what is happening with the meter. meter.gif The meter looks like a 10 MegOhm resistor or greater, so the resistor divider is 10000000/(10+10000000) or basically 1 When you add the 3K resistor the 10 MegOhm is in parallel, which is 2999.1 or still basically 3K But you wi...
- Tue Dec 04, 2012 11:19 pm
- Forum: Kitchen sink
- Topic: looking for an ARM7 board
- Replies: 3
- Views: 5117
Re: looking for an ARM7 board
The ARM7 will be around for a while, but many of those chips are now 10 years old.
The industry is now pushing ARM Cortex M0,M3 and M4 in this product range. For good reason, they are faster, cheaper, and all that ...
The industry is now pushing ARM Cortex M0,M3 and M4 in this product range. For good reason, they are faster, cheaper, and all that ...
- Tue Nov 20, 2012 3:02 pm
- Forum: Software issues
- Topic: Quadrature
- Replies: 3
- Views: 5289
Re: Quadrature
PCLK is the peripheral clock. In the PROplus and SuperPRO this is 24 MHz (1/4 of the CPU clock)
- Tue Nov 20, 2012 1:49 pm
- Forum: Serial Communication
- Topic: RS232 failure to communicate
- Replies: 18
- Views: 22120
Re: RS232 failure to communicate
I know you're unhappy with the BASICchip setup, but I'm still trying to figure out what your actual serial connection was. You say a ChipKit MAX, which I assume means an Arduino like board (chipKIT Max32), but if you are trying to share the serial port with the connection to the PIC there are going ...
- Sat Nov 17, 2012 8:31 pm
- Forum: Software issues
- Topic: Arduino Sketch support
- Replies: 2
- Views: 5192
Re: Arduino Sketch support
We are ready to have people start porting Arduino Sketches to our C software setup THIS IS STILL A WORK IN PROGRESS, but it actually looks like we are ahead of the Arduino community a little on the ARM support. We have GPIO interrupts working there, at least internally Any if you want to give it a t...
- Tue Nov 13, 2012 12:39 pm
- Forum: Serial Communication
- Topic: RS232 failure to communicate
- Replies: 18
- Views: 22120
Re: RS232 failure to communicate
If you are still seeing *** Uart chipkit 19200 baud *** Serial to Usb Then the driver for the cable is still inserting characters into the communication between the PC and the BASICchip, and that is confusing our software. So I'll have to conclude that the ChipKit USB converter is NOT compatible wit...
- Mon Nov 12, 2012 11:34 pm
- Forum: Serial Communication
- Topic: RS232 failure to communicate
- Replies: 18
- Views: 22120
Re: RS232 failure to communicate
That *** Uart chipkit 19200 baud *** Serial to Usb Is being inserted by whatever driver/software you have controlling the ChipKit USB link So you're going to have to disable that driver/software to have it run with our code. We don't really expect extraneous stuff to be inserted while we are using t...