Search found 22 matches

by ajneal4uk
Sun Apr 05, 2015 4:50 pm
Forum: Flowcode V6
Topic: FT800
Replies: 0
Views: 2564

FT800

Hi; I have a FT800 display complete with an arduino controller (VM800). I've been looking at Ben's arduino converted component vs the arduino code produced by the Eve Editor. The version below changes the pixel dot Red then Green then Blue. Question is how do you import the library's into flowcode? ...
by ajneal4uk
Fri Apr 03, 2015 2:04 pm
Forum: Feature requests
Topic: glcd designing app
Replies: 11
Views: 8267

Re: glcd designing app

Arrived from FTDI a 5" arduino compatible display and must say its very nice. I have used FTDI Eve Screen editor to put a simple gauge on to the display, the editor produces the Arduino code The Gauge displays 0 up to 100 and then counts back down again. The simple code makes me think "why do I need...
by ajneal4uk
Fri Mar 20, 2015 11:35 am
Forum: Feature requests
Topic: glcd designing app
Replies: 11
Views: 8267

Re: glcd designing app

Hi;

FTDI have produced this little gem, be nice as a home automation controller.


http://www.ftdichip.com/Support/Documen ... VM800P.pdf
by ajneal4uk
Thu Mar 19, 2015 6:37 pm
Forum: Feature requests
Topic: Program size
Replies: 1
Views: 2618

Program size

Hi Matrix team; As my arduino runs out of program space i thought that a possible solution would be to only compile C code that is used. Please correct me if i'm wrong I noticed that component parts that i was not using were still compiled to C code. Maybe a check box system or auto detection could ...
by ajneal4uk
Mon Jan 26, 2015 5:27 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 99148

Re: WiFi Communication with ESP8266

Hi Ben; All I've done is setup a new project dropped the component on the work area and initialised the it. I've also looked at the source code that you provided but when I export as a component the result is the same. "void FCD_08181_WLAN_ESP8266__ServerSendHTML(const MX_CHAR *FCL_DATA, MX_UINT16 F...
by ajneal4uk
Sat Jan 24, 2015 5:44 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 99148

Re: WiFi Communication with ESP8266

Hi all;

I as wondering if anyone else was having issues when compiling the flowcode to chip?

Andy
by ajneal4uk
Sat Jan 17, 2015 3:49 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 99148

Re: WiFi Communication with ESP8266

Hi; So I purchased a ESP8266 and thought id give it a try. I'm testing with one of the programs in this tread but I am unable to compile to chip without errors. I searched other threads and found someone else with the same problem. I tried the component our valued contributor kersing posted and was ...
by ajneal4uk
Mon Apr 28, 2014 9:31 pm
Forum: Flowcode V6
Topic: flowcode 6.0.7.0 Visi component
Replies: 2
Views: 2538

Re: flowcode 6.0.7.0 Visi component

Hi Ben:

I still get the error when I try to use the visi component, I don't even get the chance to enter the text as described in your last post?

Andy
by ajneal4uk
Tue Apr 01, 2014 6:50 pm
Forum: Flowcode V6
Topic: flowcode 6.0.7.0 Visi component
Replies: 2
Views: 2538

flowcode 6.0.7.0 Visi component

Wondering if anyone else is having problems with the Visi component after the update.

My problem is I get an error if I try to use the ObjectID drop down box when I have selected VisiWriteObject.

Andy
by ajneal4uk
Sun Mar 30, 2014 2:58 pm
Forum: Flowcode V6
Topic: mistake upgrade Flowcode 6.0.7.0
Replies: 7
Views: 5921

Re: mistake upgrade Flowcode 6.0.7.0

Hi

I got the same message.

If you click on help inside flowcode and select activate then enter your user and password.

Andy
by ajneal4uk
Thu Feb 20, 2014 9:52 pm
Forum: Flowcode V6
Topic: bug 24HJ128GP502 RS232
Replies: 0
Views: 1944

bug 24HJ128GP502 RS232

Hi I've set up flowcode for the 24HJ128GP502 with a 12Mhz crystal in HS mode. I set the clock option to 12Mhz and perform the delay test of 500mS on and 500ms off and Scope timing looks spot on. I set up a hardware RS232 at 9600 baud and get bad data. I set the clock options to 24Mhz and the RS232 o...
by ajneal4uk
Sat Feb 15, 2014 12:43 pm
Forum: Flowcode V6
Topic: Visi Genie
Replies: 0
Views: 2003

Visi Genie

Morning all I found a 4D systems display in my box of bits (uLcd 43p), I had a couple of hours spare so hooked it up. I was impressed with the flowcode component and ease of use and then I tried Spectrum. It seems we are a column value short, writeobject ID = spectrum, Object Index= 0, value= 0 to 1...
by ajneal4uk
Wed Jan 15, 2014 1:55 am
Forum: Flowcode V6
Topic: supplementary code
Replies: 1
Views: 2108

supplementary code

Hi;

I have just tried to add supplementary code to my project.

When I view the 'C' code I find '//Only the first 4 lines of C code will be compiled in this free version of Flowcode.'

I tried the same test with V5 without issues.

Andy
by ajneal4uk
Sat Oct 26, 2013 5:46 pm
Forum: Flowcode V6
Topic: Flowcode 6 Pickit2 problems
Replies: 12
Views: 9410

Re: Flowcode 6 Pickit2 problems

Hi all; So I went on holiday, on return I notice the update to V6.0.3.0 and updated. I tried to compile to chip as I had successfully done before and have a linker error as:- Launching the linker/assembler... C:\Program Files\Flowcode 6\compilers\pic16\batchfiles\pic16_C30_link.bat "C:\Users\Ando's\...
by ajneal4uk
Sun Sep 29, 2013 6:39 pm
Forum: Flowcode V6
Topic: mpu6050 Component
Replies: 5
Views: 4797

Re: mpu6050 Component

Hi Ben;

I updated the V6.0.2.0 patch and the gyro values spring into life.

The component structure is a good feature of flowcode I like the way the MPU6050 is derived from the I2C component.

Would it be possible to show the MPU6050 project before it is exported into a component?

Andy
by ajneal4uk
Wed Sep 25, 2013 7:06 pm
Forum: Flowcode V6
Topic: mpu6050 Component
Replies: 5
Views: 4797

Re: mpu6050 Component

Thanks Ben Any reason why the xyz Gyro's return -1? I read with interest your quadcopter blog. I think the idea of using the hardware to output the data and flowcode using it to develop the math is cool. I was wondering how you get the comport to connect, I assume a drop down box but don't see it. M...
by ajneal4uk
Sat Sep 21, 2013 10:37 am
Forum: Flowcode V6
Topic: mpu6050 Component
Replies: 5
Views: 4797

mpu6050 Component

Hi I am unable to compile to chip when I use the i2c components. If I add the mpu6050 component to FC6 for a 30f3013 I get the following messages, do I have to add anything to the Cal_I2C.C Function?:- http://www.matrixmultimedia.com Launching the compiler... C:\Program Files\Flowcode 6\compilers\pi...
by ajneal4uk
Sat Sep 21, 2013 10:24 am
Forum: Flowcode V6
Topic: Flowcode 6 Pickit2 problems
Replies: 12
Views: 9410

Re: Flowcode 6 Pickit2 problems

The new configuration on the Wiki has sorted out my problem

I left the chip auto detect as -P

Thanks for your help

Andy
by ajneal4uk
Wed Sep 18, 2013 3:37 pm
Forum: Flowcode V6
Topic: Flowcode 6 Pickit2 problems
Replies: 12
Views: 9410

Re: Flowcode 6 Pickit2 problems

Hi Jac; I have set the auto detect -P as suggested From -BC:\Program Files\Matrix Multimedia\Flowcode PIC24&dsPIC V4\tools\PICkit2\ -P%a -F%f.hex -M -R To -BC:\Program Files\Matrix Multimedia\Flowcode PIC24&dsPIC V4\tools\PICkit2\ -P -F%f.hex -M -R When I compile to chip, the chip 30F3013 is detecte...
by ajneal4uk
Tue Sep 17, 2013 9:30 pm
Forum: Flowcode V6
Topic: Flowcode 6 Pickit2 problems
Replies: 12
Views: 9410

Re: Flowcode 6 Pickit2 problems

Hi medelec35

I must have tried every combination known to man, still without success.

Still unable to find device, I'm sure its something simple that I have overlooked.

Andy
by ajneal4uk
Tue Sep 17, 2013 2:12 am
Forum: Flowcode V6
Topic: Flowcode 6 Pickit2 problems
Replies: 12
Views: 9410

Re: Flowcode 6 Pickit2 problems

Hi medelec35 Thank you for your prompt reply, I have included the export file of my configuration. I have been using these setting with FC5 and I think it was derived from FC4. Launching the programmer... C:\Program Files\Matrix Multimedia\Flowcode PIC24&dsPIC V4\tools\PICkit2\pk2cmd.exe -BC:\Progra...
by ajneal4uk
Sat Sep 14, 2013 12:57 pm
Forum: Flowcode V6
Topic: Flowcode 6 Pickit2 problems
Replies: 12
Views: 9410

Flowcode 6 Pickit2 problems

Hi; I have been successfully using flowcode 5 with my Pickit2 programmer (dspic3f3013). I have purchased the new V6 version of flowcode and the pic16 pack but I am unable to program the device. I have tried copying the programmer config from V5 with no success. I have noticed that the programmer con...