Search found 9 matches
- Fri Oct 21, 2011 8:38 am
- Forum: MIAC
- Topic: MAIC as multipurpose device in physics labs
- Replies: 1
- Views: 5744
Re: MAIC as multipurpose device in physics labs
Hello Misoct I think that this is really great. One of the things I am not so sure of is how you vibrate the string. You show a motor. Are you quickly making the motor go forwards and backwards to vibrate the string? As you know: we are really interested in education. We have never really thought of...
- Thu Oct 13, 2011 9:45 am
- Forum: Forums d'aide en français
- Topic: a little help please
- Replies: 3
- Views: 5503
Re: a little help please
Hi we are developing a new version of Flowcode. It does very clever things with a new range of MIAC Expansion products which are used to develop new electrical adn electronic systems. So we expand it to more than juse microcontroller development software. It will allow customers to develop a wide ra...
- Mon Oct 03, 2011 1:58 pm
- Forum: Deutsch Support-Forum
- Topic: a little help please
- Replies: 2
- Views: 5018
Re: a little help please
thanks.
john
john
- Wed Sep 28, 2011 4:11 pm
- Forum: Foro de soporte español
- Topic: a little help please
- Replies: 1
- Views: 4200
a little help please
Hi
I work for Matrix and I am preparing some marketing material for Flowcode. I wonder if someone could translate the following sentence for me:
E-system design software
thanks
john
I work for Matrix and I am preparing some marketing material for Flowcode. I wonder if someone could translate the following sentence for me:
E-system design software
thanks
john
- Wed Sep 28, 2011 4:10 pm
- Forum: Forums d'aide en français
- Topic: a little help please
- Replies: 3
- Views: 5503
a little help please
Hi
I work for Matrix and I am preparing some marketing material for Flowcode. I wonder if someone could translate the following sentence for me:
E-system design software
thanks
john
I work for Matrix and I am preparing some marketing material for Flowcode. I wonder if someone could translate the following sentence for me:
E-system design software
thanks
john
- Wed Sep 28, 2011 4:05 pm
- Forum: Deutsch Support-Forum
- Topic: a little help please
- Replies: 2
- Views: 5018
a little help please
Hi
I work for Matrix and I am preparing some marketing material for Flowcode. I wonder if someone could translate the following sentence for me:
E-system design software
thanks
john
I work for Matrix and I am preparing some marketing material for Flowcode. I wonder if someone could translate the following sentence for me:
E-system design software
thanks
john
- Mon Sep 01, 2008 8:59 am
- Forum: Electronics products
- Topic: TINA
- Replies: 1
- Views: 4802
Re: TINA
Hi Mark sorry for the delay - I had to get this information from our suppliers who confirm that the list of chips supported is as below. Both chips you need are on the list. regards John PIC10 --------- PIC10F200,PIC10F202,PIC10F204,PIC10F206 PIC12 --------- PIC12F629,PIC12F675,PIC12F683,PIC12F635,P...
- Thu Feb 02, 2006 6:41 pm
- Forum: C and ASM Programming
- Topic: Stepper Motor
- Replies: 3
- Views: 7561
stepper
Hae you got LEDs on port B to make sure what you think is being produced is actually produced?
Are you in Low Voltage Mode? if so B3 is often disabled so all bets are off.
John
Are you in Low Voltage Mode? if so B3 is often disabled so all bets are off.
John
- Wed Feb 01, 2006 2:42 pm
- Forum: C and ASM Programming
- Topic: Stepper Motor
- Replies: 3
- Views: 7561
stepper motor
Here is the driving algorithm: Orange (I/O 3) Yellow (I/O 0) Brown (I/O 1) Black (I/O 2) Input on pins 0-3 (bin, hex, dec) Step 1 1 0 1 0 1010, 0AH, 10 Step 2 0 1 1 0 0011,03H, 3 Step 3 0 1 0 1 0101, 05H, 5 Step 4 1 0 0 1 1100, 0CH, 12 If you don't follow the sequence exactly then you may miss a ste...