Search found 14581 matches

by Benj
Fri Mar 16, 2007 10:48 am
Forum: Flowcode V2 & V3
Topic: PIC10F200
Replies: 2
Views: 4247

Currently the sourceboost compiler we are using does not support the 10F devices.

Hopefully it will be implemented in the near future.
by Benj
Thu Mar 15, 2007 1:01 pm
Forum: E-blocks
Topic: problem with 18f4550 and E-blocks
Replies: 8
Views: 8421

Hello I have had a similar problem with these chips. I think that the Code Protect gets set automatically in the PPP configuration so if you program with this setting enabled then the PIC is no longer able to accept write instructions. I could be wrong about this but when I manually set this to disa...
by Benj
Wed Mar 14, 2007 5:18 pm
Forum: Flowcode V2 & V3
Topic: Problem with frequency and LCD display
Replies: 39
Views: 28964

We have a range of LCDs arriving here at Matrix and at some point this week I will have a look at the C driver file for the LCD. Obviously there is a small problem with the way it is currently functioning.
by Benj
Wed Mar 14, 2007 11:32 am
Forum: Flowcode V2 & V3
Topic: How can a String variable be sent using the RS232 Component?
Replies: 3
Views: 4105

Hello Mark

Also you can use a string manipulation icon to do the following

Code: Select all

Calculation
i = 0

String Manipulation
STR = "Hello"
CHR = Char$(STR, i)

Component Macro
RS232:SendRS232Char(CHR) 
by Benj
Tue Mar 13, 2007 11:05 am
Forum: Flowcode V2 & V3
Topic: In circuit flash programming
Replies: 2
Views: 3577

Thanks for the info GJB, a great way to do ICSP from the Dev and Multiprogrammer boards.
by Benj
Tue Mar 13, 2007 11:03 am
Forum: E-blocks
Topic: problem with 18f4550 and E-blocks
Replies: 8
Views: 8421

Hello Samux

What voltage PSU are you using. It needs to be between 12 and 14 Volts. Also have you tried replacing the PICmicro as it may have become damaged.
by Benj
Tue Mar 13, 2007 11:01 am
Forum: Flowcode V2 & V3
Topic: components: Rotary Encoder with push button
Replies: 8
Views: 8541

Can you use a routine like this

Infinite Loop
{
Read Encoder
Calculate position
Read push button
Update LCD
Delay 10ms
}
by Benj
Mon Mar 12, 2007 10:26 am
Forum: Flowcode V2 & V3
Topic: components: Rotary Encoder with push button
Replies: 8
Views: 8541

Hello When using rotary encoders you have two options. Sequential Coding - Binary position Grey Coding - Binary position only 1 bit changes at a time To implement one of these options requires different code. Sequential Coding: Read the binary position and use that to calculate position and directio...
by Benj
Mon Mar 12, 2007 10:20 am
Forum: Flowcode V2 & V3
Topic: Posting Flowcode Code for discussion
Replies: 1
Views: 2878

Hello Pinto

Thats a great idea. We are waiting for the forum software to be updated with an attachment plugin so hopefully the functionality you are speaking of will be available soon.
by Benj
Mon Mar 12, 2007 10:19 am
Forum: Flowcode V2 & V3
Topic: Error -1073741819
Replies: 8
Views: 10260

Hello

Here is the Microsoft hotfix regarding this problem. Please let me know if this helps to solve the problem.

http://support.microsoft.com/?id=896256
by Benj
Mon Mar 12, 2007 10:16 am
Forum: E-blocks
Topic: problem with 18f4550 and E-blocks
Replies: 8
Views: 8421

Hello Samux

Are you using a Power supply to power your HP488 or are you using the USB supply. If you are using the USB supply and the LVP mode has been disabled in the PICmicro then you will need a Power Supply to re enable the LVP mode.
by Benj
Fri Mar 09, 2007 1:34 pm
Forum: Flowcode V2 & V3
Topic: Problem with lcd Displaytech 162
Replies: 7
Views: 7184

Hello By config word I mean what configuration are you sending to the PICmicro eg oscillator mode and chip settings. Also if you are using PLL mode then the PICmicro will run at 1 instruction per clock cycle as opposed to normal operation where the PIC will execute one instruction every four clock c...
by Benj
Fri Mar 09, 2007 1:16 pm
Forum: C and ASM Programming
Topic: help needed for beginners
Replies: 4
Views: 6099

Hello Christian

We have experience with a similar problem. It is detailed in the support section.

http://matrixmultimedia.com/support/viewtopic.php?t=433

This should tell you everything you need to know to fix the problem.
by Benj
Fri Mar 09, 2007 12:23 pm
Forum: C and ASM Programming
Topic: help needed for beginners
Replies: 4
Views: 6099

Hello

See my responce to your other question.
by Benj
Fri Mar 09, 2007 12:23 pm
Forum: C and ASM Programming
Topic: Urgent Feedback
Replies: 1
Views: 3579

Hello Christian I would recommend downloading and installing the latest version of PPP. This should allow you to click the spanner icon. If not then make sure you installed the software with full administrative privaleges. If you did not install with full privaleges then you will have to uninstall a...
by Benj
Fri Mar 09, 2007 12:21 pm
Forum: Flowcode V2 & V3
Topic: RS-232 Flowcode Example?
Replies: 5
Views: 8724

Yes what Mark has said is a good starting point.

To transmit ascii characters you can use 'A'
or to transmit a string you can use "Hello"
by Benj
Thu Mar 08, 2007 6:21 pm
Forum: E-blocks
Topic: Where is the "getting started" guide
Replies: 5
Views: 6928

Hello Peter

I think this is what your looking for

http://www.matrixmultimedia.com/eblocks ... Blocks.pdf
by Benj
Thu Mar 08, 2007 6:17 pm
Forum: C and ASM Programming
Topic: help needed for beginners
Replies: 4
Views: 6099

Hello Christian The chip is configured by using the spanner icon in the course webpage. You do not need to manually code it yourself. Also if the TOIF flag is not being recognised then you can either replace the flag name with the bit number or you can define the bit number at the top of your progra...
by Benj
Mon Mar 05, 2007 10:46 am
Forum: E-blocks
Topic: Anyplans for "Keyboards"
Replies: 8
Views: 9595

Hello Eddie

We are currently working on a PS/2 VGA E-Block so you can attach a keyboard / mouse or monitor to your embedded system.
by Benj
Mon Mar 05, 2007 10:42 am
Forum: Flowcode V2 & V3
Topic: Error -1073741819
Replies: 3
Views: 4079

Hello

Send your program to support@matrixmultimedia.co.uk and I will see what the problem is.
by Benj
Fri Mar 02, 2007 12:13 pm
Forum: Flowcode V2 & V3
Topic: Keypad Code
Replies: 4
Views: 4894

Hello Eddie One of the last tutorial files deal with strings and passwords. Have a look and you should be able to adapt the code for the keypad. A gopod way to learn how the keypad works is to create a fresh flowchart and play around with the component macros for the keypad. Use the LCD to see whats...
by Benj
Thu Mar 01, 2007 11:05 am
Forum: Flowcode V2 & V3
Topic: Webserver macro not initializing
Replies: 1
Views: 2801

Hello Pinto

I will send you a example file.
by Benj
Thu Mar 01, 2007 11:03 am
Forum: Flowcode V2 & V3
Topic: Code for multiple servo
Replies: 2
Views: 3240

Hello The easiest way is to get a PICmicro with 2 PWM outputs and then use the Flowcode PWM component to specify the servo positions. The next easiest way is to do an interrupt driven method. Eg use the timer and set the prescalar to a value as close as possible to achieve a timeout of a multiple of...
by Benj
Wed Feb 28, 2007 10:23 am
Forum: Flowcode V2 & V3
Topic: I2C
Replies: 3
Views: 4276

Hello MarcB Sorry about the delay with things. We have a very active schedule here and trying to fit everything into the time we have is a job in itself. We have a new range of hardware coming out which is currently taking a lot of our attention. Steve will have the component ready as soon as he is ...
by Benj
Wed Feb 28, 2007 10:19 am
Forum: E-blocks
Topic: Mobile phone module
Replies: 3
Views: 5413

The Mobile phone solution can be found here

http://www.matrixmultimedia.com/product ... -%20Deluxe

Please email sales@matrixmultimedia.co.uk for prices and availablity.