Search found 333 matches

by Mathy
Thu Feb 11, 2016 12:17 pm
Forum: Flowcode V6
Topic: Adding SSD1306 buffered optimization to the I2C component
Replies: 6
Views: 6358

Re: Adding SSD1306 buffered optimization to the I2C componen

Benj ?

Do you understand what I mean with my bad english ? :mrgreen:
I can explain it in an other way or try to make a little video to see why it is not as good as It could be.

Thank you :)
by Mathy
Sun Feb 07, 2016 2:24 pm
Forum: Flowcode V6
Topic: Adding SSD1306 buffered optimization to the I2C component
Replies: 6
Views: 6358

Re: Adding SSD1306 buffered optimization to the I2C componen

Hello, Maybe I'm doing something wrong ? I'm just trying to print numbers on the screen but I have to clear the display before print something everytime. The result is I have some flickering. I think the oled component I use need some optimisations made for the spi version to only write pixel values...
by Mathy
Thu Feb 04, 2016 3:51 pm
Forum: Flowcode V6
Topic: Adding SSD1306 buffered optimization to the I2C component
Replies: 6
Views: 6358

Adding SSD1306 buffered optimization to the I2C component

Hello, I bought little Oled LCD who seems to be very great :) But they are I2C and not SPI version. I made some "i2c optimisation" to have a faster display but it is still not enought. I don't have a very beautiful refresh rate. I saw ont his topic http://www.matrixtsl.com/mmforums/viewtopic.php?f=5...
by Mathy
Fri Nov 13, 2015 12:44 pm
Forum: Bug reports
Topic: Little bug with the dsPIC33FJ256GP710A fuses
Replies: 8
Views: 6690

Re: Little bug with the dsPIC33FJ256GP710A fuses

Hello Benj,

Just a little annoying thing.
After closing Flowcode and open again, the unticked configuration fuses becomes ticked again.

:p
by Mathy
Fri Nov 13, 2015 11:28 am
Forum: Flowcode V6
Topic: Compiler Flowcode 6
Replies: 5
Views: 4426

Re: Compiler Flowcode 6

Hello, It's true that it's very annoying. Especially for people like me who make many mistakes and that compile every 2 minutes. In flowcode for PIC24 and dsPIC, it's very fast and it's much more enjoyable. I think it will be fixed in Flowcode 7 because the compiler will not be boost C but I'm not s...
by Mathy
Thu Nov 12, 2015 4:27 pm
Forum: Bug reports
Topic: Little bug with the dsPIC33FJ256GP710A fuses
Replies: 8
Views: 6690

Re: Little bug with the dsPIC33FJ256GP710A fuses

I compiled with success on dsPIC33FJ256GP710A using supplementary code with only the fuses I need :

_FOSCSEL(65529);
_FOSC(65535);
_FWDT(65407);
_FICD(65503);


Works well on real hardware 8)


Ps : testing ESP8266 :wink:
by Mathy
Thu Nov 12, 2015 4:12 pm
Forum: Bug reports
Topic: Little bug with the dsPIC33FJ256GP710A fuses
Replies: 8
Views: 6690

Re: Little bug with the dsPIC33FJ256GP710A fuses

Ok thank you Benj,

For the moment, it is not urgent because Im able to program using dsPIC33FJ128GP710A.

Good luck with this one !
by Mathy
Wed Nov 11, 2015 5:29 pm
Forum: Flowcode V6
Topic: Webserver and ESP8266...what it is possible to do ?
Replies: 4
Views: 4691

Re: Webserver and ESP8266...what it is possible to do ?

Hello Benj, I reveived my ESP 07 and Im playing with it right now. Your component works well. Im able to init and join my home AP. Im trying to do the exact same thing but with my own macro using RS232 component and interrupt to help myself to understand how it works. I have no problem to send AT co...
by Mathy
Wed Nov 11, 2015 12:25 pm
Forum: Flowcode V6
Topic: #### Is Flowcode useable for complex applicatios ####
Replies: 9
Views: 9176

Re: #### Is Flowcode useable for complex applicatios ####

As I say we have big plans for Arm in v7 but for now I will try and solve any issues you bring to our attention.
STM32 STM32 STM32 ????? 8)
by Mathy
Wed Nov 11, 2015 9:12 am
Forum: Bug reports
Topic: Little bug with the dsPIC33FJ256GP710A fuses
Replies: 8
Views: 6690

Little bug with the dsPIC33FJ256GP710A fuses

Hello, There is a little bug with the dsPIC33FJ256GP710A. When compiling the compiler message says : Settings in '__FGS.sec' are not valid for target device 33FJ256GP710A But if I delete this _FGS settings, I have the same message for _FSS etc etc. I tried with the dsPIC33FJ128GP710A and It works so...
by Mathy
Mon Nov 09, 2015 5:23 pm
Forum: Flowcode V6
Topic: #### Is Flowcode useable for complex applicatios ####
Replies: 9
Views: 9176

Re: #### Is Flowcode useable for complex applicatios ####

Hello, I don't have Flowcode for ARM but I bought many Flowcode licence for PIC and PIC24/dsPIC. Yes, there are some bugs that made me angry too. But generally, they are quickly corrected when they are reported on the forum. I bought other software too, sometimes more expensive than Flowcode and the...
by Mathy
Mon Nov 09, 2015 5:02 pm
Forum: Flowcode V6
Topic: Webserver and ESP8266...what it is possible to do ?
Replies: 4
Views: 4691

Re: Webserver and ESP8266...what it is possible to do ?

Hello Benj, Thank for you your reply :) I bought two ESP 07 this morning. I will have a look by myself very soon. But as your know, Im very far to be a C expert. I played 2 years ago with the Microchip TCP IP stack on a Olimex board : https://www.olimex.com/Products/PIC/Development/PIC-WEB/ It was v...
by Mathy
Fri Nov 06, 2015 6:36 pm
Forum: Flowcode V6
Topic: Webserver and ESP8266...what it is possible to do ?
Replies: 4
Views: 4691

Webserver and ESP8266...what it is possible to do ?

Hello, I would like to add a wifi link to lots of sensors ( 3 axis accelerometer, gyro, magneto, pressure, voltage, current, humidity, etc etc ), and I would like to access them by a webserver to see theirs values in real time and program a datalogging session. Store them to an SDHC card and downloa...
by Mathy
Thu Oct 15, 2015 3:04 pm
Forum: Flowcode V6
Topic: 4D systems screen compatibility ?
Replies: 0
Views: 2680

4D systems screen compatibility ?

Hello,

I need to use a large TFT screen and I found this one who fit perfectly :
http://www.4dsystems.com.au/product/uLCD-43D/

Do you know if this TFT is compatible with a Flowcode 6 component like GLCD EB076 4D Picaso ?

Thank you :)
by Mathy
Tue Oct 06, 2015 1:49 pm
Forum: Bug reports
Topic: Some troubles with RF module
Replies: 7
Views: 6556

Re: Some troubles with RF module

Hello Benj,

I tested with the file I attached in my previous post but I have no change.

With FC6_TX, the LED doesn't blink
With FC5_TX, the LED blink
by Mathy
Mon Oct 05, 2015 5:01 pm
Forum: Bug reports
Topic: Some troubles with RF module
Replies: 7
Views: 6556

Re: Some troubles with RF module

Hello,

I tried one other thing.

I used the sendbyte and the reveive byte macro but with the exact same result.

I think there is really a problem with the RF component on Flowcode V6.1.2.0
What can I do to test to help you to find what is going wrong ?
by Mathy
Mon Oct 05, 2015 11:09 am
Forum: Bug reports
Topic: Some troubles with RF module
Replies: 7
Views: 6556

Re: Some troubles with RF module

And here, you can see in the attached file the same flowchart made with Flowcode 6 who does not work on the same hardware. FC5_TX works with FC5_RX FC5_TX works with FC6_RX FC6_TX doestn't work with FC5_RX FC6_TX doesn't work with FC6_RX So, I think there is something wrong with the FC6_TX file but ...
by Mathy
Mon Oct 05, 2015 11:05 am
Forum: Bug reports
Topic: Some troubles with RF module
Replies: 7
Views: 6556

Re: Some troubles with RF module

Hello,

You can see in the attached files, the flowchart made with Flowcode 5 who is working great
by Mathy
Fri Oct 02, 2015 1:13 pm
Forum: Bug reports
Topic: Some troubles with RF module
Replies: 7
Views: 6556

Some troubles with RF module

Hello, I tried to send data over RF link by the same module used in the EB063 block. I made simple program with Flowcode 6 who blink a LED to see what is working or not. The led blink but I lose lots of data....when it is working ! I tried in the past those same module but with Flowcode 5 without an...
by Mathy
Thu Apr 30, 2015 1:50 pm
Forum: Flowcode V6
Topic: I'm lost to choose a graphical LCD
Replies: 3
Views: 3293

Re: I'm lost to choose a graphical LCD

Hello Benj :)

Thank you for this information. It is a great news.
It seems to be a nice LCD, a bit expensive but powerfull.

When the new release will be available ?

Can I buy a uLCD-32PTU now with no risk ?
I would like to work on my own reflow oven controler with this one :)

Have a nice day !
by Mathy
Thu Apr 30, 2015 9:50 am
Forum: Flowcode V6
Topic: I'm lost to choose a graphical LCD
Replies: 3
Views: 3293

I'm lost to choose a graphical LCD

Hello, I would like to have a play with graphical LCD. I have no specific needs but i would like a easy to buy glcd who is working great with flowcode 6 libraries. I m looking for a 3 to 4 inch 16 bit color LCD 320x240. Does someone has already played with this kind of graphical LCD with flowcode su...
by Mathy
Fri Jan 09, 2015 3:14 pm
Forum: Flowcode V6
Topic: Strange compiler report on Flowcode 6.1.0.0
Replies: 2
Views: 2657

Strange compiler report on Flowcode 6.1.0.0

Hello, I have a strange compiler report when compiling with this kind of calculation : ASCII = "1000" ASCII is declared as a String The compiler report me this : Flowcode1.c:90: warning: pointer targets in passing argument 1 of 'FCI_SCOPY' differ in signedness Flowcode1.c:90: warning: passing argume...
by Mathy
Wed Dec 03, 2014 3:48 pm
Forum: Bug reports
Topic: Bug with RC5 component and 24FJ64GB002
Replies: 3
Views: 3661

Re: Bug with RC5 component and 24FJ64GB002

Hello Benj :) Thank you for your time. I don't know if the RC5 component works well now because I loose my RC5 remote :oops: But now, the timing are correct :) What do you change in the FCD file ( I didn't backup the original file ... ) ? Thank you again. I will let you know as soon as I found my re...
by Mathy
Wed Dec 03, 2014 11:28 am
Forum: Bug reports
Topic: Bug with RC5 component and 24FJ64GB002
Replies: 3
Views: 3661

Re: Bug with RC5 component and 24FJ64GB002

Hello, I have a Tektronix today ! There is a problem with the timing I think. I have a 16Mhz crystal who works great. I think I have well configure the fuse as you can see in my program file. If I setup a RS232 component, Im able to read the data sent by the MCU with my terminal at the right baudrat...
by Mathy
Sun Nov 30, 2014 10:18 am
Forum: Bug reports
Topic: Bug with RC5 component and 24FJ64GB002
Replies: 3
Views: 3661

Bug with RC5 component and 24FJ64GB002

Hello, I think there are some bugs on the RC5 component. Im able to compile in "timer receive" mode but Im not in "interrupt mode" And I am not able to make it working in 'timer receive" mode with my RC5 remote. The "check rx" macro never report me any valid RC5 packets. Is it possible to have a loo...