Search found 14 matches

by damstech8888
Tue Mar 14, 2017 5:19 am
Forum: Flowcode V7
Topic: Flowcode V7 with ARM AT91SAM7s64-64 for LED blank
Replies: 1
Views: 2345

Flowcode V7 with ARM AT91SAM7s64-64 for LED blank

Dear Benj, I am using ARM with FLOWCODE V6 for my first ARM study. I found that I can't even get LED blank right with Flowcode V6 or V7. I am using simple AT91SAM7S64 board like this: http://www.lctech-inc.com/uploads/allimg/160525/1-160525110HQ28.jpg With USB SAM-BA V2.16. First of all, I fallow th...
by damstech8888
Fri Dec 23, 2016 3:41 pm
Forum: Flowcode V7
Topic: SSD1306 Display SLOW
Replies: 11
Views: 10313

Re: SSD1306 Display SLOW

Re: SSD1306 Display SLOW


Dear Benj
about gLCD_SSD1306_i2c.fcpx

could you do the same non-delay update for V6?
by damstech8888
Fri May 23, 2014 3:18 am
Forum: Flowcode V6
Topic: Problem with AVR+Webserver
Replies: 2
Views: 2221

Re: Problem with AVR+Webserver

Thank you, Leigh. It works!

Where can I found the real V6 examples for components, I can only found examples for V5. Even it says for V6.

And where can I get the training documents for V6, to help self learning.

B.R.

Peter
by damstech8888
Thu May 22, 2014 8:34 am
Forum: Flowcode V6
Topic: Problem with AVR+Webserver
Replies: 2
Views: 2221

Problem with AVR+Webserver

Dear Sir, I spend lot's of time of Flowcode V6 + AVR atmega328 + w5100 Webserver. I found : 1. The html page has been limit in 360 characters 2. The %veriables% have not in stead by ver. You got " Temperature = %BOO1% " from the page. Please see the attach files ... I can work with 360 characters li...
by damstech8888
Fri Mar 28, 2014 10:35 am
Forum: Flowcode V6
Topic: Arduino Uno + Arduino Ethernet shield
Replies: 9
Views: 5961

Re: Arduino Uno + Arduino Ethernet shield

Dear Leigh, I don't understand... W5100 only has 8K buffer memory each for Ex and Tx. You have to assian TMSR = 0x03 says your page.htm is big like 8K. In your V6 "Webserver Auto refresh temperature logger" sample, your html page has 2.05K. But once I brows this web page. The HTML cut in half, only ...
by damstech8888
Thu Mar 27, 2014 11:33 am
Forum: Flowcode V6
Topic: Arduino Uno + Arduino Ethernet shield
Replies: 9
Views: 5961

Re: Arduino Uno + Arduino Ethernet shield

Dear Leigh,

Thanks for your fast support! I got the web page from web browser!

I will study the data read and out next step!

B.R.

Peter
by damstech8888
Thu Mar 27, 2014 4:01 am
Forum: Flowcode V6
Topic: Arduino Uno + Arduino Ethernet shield
Replies: 9
Views: 5961

Re: Arduino Uno + Arduino Ethernet shield

Dear Leigh,

Thanks for your fast support!

I can't open this example due to this error:
cant open.png
(17.36 KiB) Downloaded 2840 times
Can you help me?

Or you have example in AVR for webpage that I can study!

Regards,

Peter
by damstech8888
Tue Mar 25, 2014 7:12 am
Forum: Flowcode V6
Topic: Arduino Uno + Arduino Ethernet shield
Replies: 9
Views: 5961

Re: Arduino Uno + Arduino Ethernet shield

Sure, Please see attach file for my study.
by damstech8888
Mon Mar 24, 2014 7:24 am
Forum: Flowcode V6
Topic: Arduino Uno + Arduino Ethernet shield
Replies: 9
Views: 5961

Arduino Uno + Arduino Ethernet shield

Dear Friends: I try to built web page base on my Arduino Uno + Arduino Ethernet shield but I fail. I am using EB023-00-2 component and config project board as Arduino Uno with "Simple Webserver_v5" Flowcode Examples. After many try, I can ping this Arduino Ethernet shield no problem. But I can't ope...
by damstech8888
Fri Mar 14, 2014 10:10 am
Forum: Flowcode V6
Topic: Problem in SPI project
Replies: 8
Views: 4821

Re: Problem in SPI project

Thank You, I got that!
by damstech8888
Thu Mar 13, 2014 10:26 am
Forum: Flowcode V6
Topic: Problem in SPI project
Replies: 8
Views: 4821

Re: Problem in SPI project

Any Update???
by damstech8888
Tue Mar 11, 2014 2:46 am
Forum: Flowcode V6
Topic: Problem in SPI project
Replies: 8
Views: 4821

Re: Problem in SPI project and floating point...HELP!!

Dear Leigh, Thanks for your fast reply and quick solution! But I think I found my question due to I hit the wall again! :cry: My question is: How to convert 32 bit floating point calculation answer into ULONG? Ex: I need to know: 200001745 * 4.294967296 = X Then Round "X" And send out "X" by SPI. In...
by damstech8888
Fri Mar 07, 2014 6:55 am
Forum: Flowcode V6
Topic: Problem in SPI project
Replies: 8
Views: 4821

Re: Problem in SPI project

Dear Ben and Leigh, Thanks for your fast reply and thanks for Leigh's reminder and update! The SPI can send 4 times for sure and I found the way to get what I want! But one more issue need your help!!! I found that once the number is boo big ( 32bit? issue again), like if.... B4 = fmod ( 858993459 ,...
by damstech8888
Thu Mar 06, 2014 4:24 am
Forum: Flowcode V6
Topic: Problem in SPI project
Replies: 8
Views: 4821

Problem in SPI project

Hi, I am happy with FLOWCODE V6 but has problem in SPI project. I got an answer (number) from a calculation, Ex: 858993459 and should be : 0x33333333. It is correct. My goal is sending out 0x33 0x33 0x33 0x33 ( 0011 0011 0011 0011 0011 0011 0011 0011) to control other device by SPI. How should I do ...