Search found 102 matches

by Dutch
Thu Jan 26, 2023 12:36 pm
Forum: General Programming
Topic: using Arduino Library
Replies: 10
Views: 11257

Re: using Arduino Library

Yahoo! its there!
by Dutch
Wed Jan 25, 2023 11:57 pm
Forum: General Programming
Topic: using Arduino Library
Replies: 10
Views: 11257

Re: using Arduino Library

Steve wrote:
Wed Jan 25, 2023 10:00 am
Dutch wrote:
Tue Jan 24, 2023 9:58 pm
is there an idea when Flowcode 10 is released?
News is imminent. We should have an announcement perhaps as early as today.
patiently refreshing pages every second now for the announcement :D nah..

where would we find this steve ones out?
by Dutch
Tue Jan 24, 2023 9:58 pm
Forum: General Programming
Topic: using Arduino Library
Replies: 10
Views: 11257

Re: using Arduino Library

thinking ahead... is there an idea when Flowcode 10 is released? i mean i want to upgrade my FC7 but its about the end of the FC9 life span after 2 years. not that its bad or so... the FC9 ordering page is even off line... is there something happening :)
by Dutch
Thu Jan 19, 2023 12:38 pm
Forum: General Programming
Topic: using Arduino Library
Replies: 10
Views: 11257

Re: using Arduino Library

Hi If I remember correctly the TM1637 uses a two wire communications protocol that is a bit like I2C, but isn't. Flowcode v9 does support displays using that chip though. Capture.JPG Regards Good find Chipfryer! thank you!!! its an excuse now to upgrade to FC9 :mrgreen: :wink:. what i would have ev...
by Dutch
Wed Jan 18, 2023 11:49 pm
Forum: General Programming
Topic: using Arduino Library
Replies: 10
Views: 11257

Re: using Arduino Library

Thanks for thinking along Martin. Well i have a project in an ATMEGA328P(B) where data is read from an external data stream. This proces happens a 1 to 20 times a second. The outcome is put in an single led BCD display. The 7 led Cathodes are direct fed to outputs. The common Anode is fed from an PW...
by Dutch
Sun Jan 15, 2023 10:59 pm
Forum: General Programming
Topic: using Arduino Library
Replies: 10
Views: 11257

Re: using Arduino Library

so the nej in this seems the library needs settings? so each library needs an 'conversion' table :?: lots of work.. :?
by Dutch
Thu Jan 12, 2023 2:04 am
Forum: General Programming
Topic: using Arduino Library
Replies: 10
Views: 11257

using Arduino Library

With a lot of fun for ease of programming and the fabulous help i received from staf and valued members i made various hobby projects in FC. But i run a bit into limitations for oled screen drivers or even simpeler data controlled BCD displays. I have FC7 at the moment. I think, but am not sure when...
by Dutch
Wed Jan 05, 2022 7:01 pm
Forum: Flowcode V7
Topic: Pull-up
Replies: 2
Views: 2742

Re: Pull-up

Thanks medelec. trying that but to no luck yet. must be the pin is still connected to reset function. if i switch it off i need to high voltage reset the unit and dont have those tools. already have a couple i cant reprogram anymore. il try switching WPU for another pin on and off first.
by Dutch
Mon Jan 03, 2022 4:48 pm
Forum: Flowcode V7
Topic: Pull-up
Replies: 2
Views: 2742

Pull-up

Hi, In my ATmega328P i needed to configure the reset input as I/O input. I can do that by setting the RSTDISBL high during programing so PC6 becomes an IO pin. works. Unfortunately it looks like the pullup is still activated. i probably need to insert an small C-CODE block in my program to switch it...
by Dutch
Wed Oct 21, 2020 9:01 am
Forum: General Programming
Topic: calculation question
Replies: 11
Views: 7154

Re: calculation question

Wow! thank you Qmesar and Viktor for all, and Martin for the remark! and the quick response. I have merged it into my code and it works way more refined now :D . 4 digits seems enough. I could go to 5 so it still fits in the 0-65535 range. il try to remember the trick but I have it 'stored'... every...
by Dutch
Tue Oct 20, 2020 5:43 pm
Forum: General Programming
Topic: calculation question
Replies: 11
Views: 7154

Re: calculation question

Thank you QMESAR for thinking along! I edited my post with an simple example in the attachment. in the property's I cant change it to float if you mean that.
by Dutch
Tue Oct 20, 2020 4:38 pm
Forum: General Programming
Topic: calculation question
Replies: 11
Views: 7154

calculation question

Hi all, Im having an maybe simple question. I cant figure it out. I devide in a flow calculation two local variables. Say .data109=1808 and .data129=5932. So the calculation is for example then .data200= .data129/.data109 that result is 3,28097345 The min and max I have in real lies inbetween 1,2xxx...
by Dutch
Sat Aug 29, 2020 7:11 pm
Forum: General Programming
Topic: Integer overflow
Replies: 5
Views: 4424

Re: Integer overflow

my bad :roll: 256 indeed. my bad. I changed the numbers to 256 in your code.

wow that looks it is what I need. I really need to sit down to see/understand what you did there.
by Dutch
Sat Aug 29, 2020 5:56 pm
Forum: General Programming
Topic: Integer overflow
Replies: 5
Views: 4424

Re: Integer overflow

Hi Martin! well I don't use the display to show that large number. but I use the number later in my calculations. the print on the display only was to show what goes wrong. yes the calculation is correct. it are four separate received (Hexadecimal) 8bit numbers. (This is still in the program you hel...
by Dutch
Sat Aug 29, 2020 5:17 pm
Forum: General Programming
Topic: Integer overflow
Replies: 5
Views: 4424

Integer overflow

Hi, Im running in an issue where I found what happens, but cant solve it. I found here in flowcode forum and on line what possible to doo but changing the local variable in an U long does not solve it. I took a part from my flowcode project and pasted it here. I have 4 8bit data numbers I receive an...
by Dutch
Thu Jul 09, 2020 10:09 am
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 33327

Re: SSD1322 macro crashes FC7 test

I gave it the wrong number ... it’s a SSD 1322

Il go try to make it work with an arduino sketch and theyr bootloader (never have done that) because that i have seen that working. Just to check my display.
by Dutch
Sat Jul 04, 2020 12:58 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 33327

Re: SSD1322 macro crashes FC7 test

With the help of Ben and David from FC the ARM package is now working! thank you guys. https://www.matrixtsl.com/mmforums/viewtopic.php?p=101924#p101924 why my program by jtag-ice is not working il learn later. I got it working now via the bootloader and mloader and the led test in the bootloader wo...
by Dutch
Sat Jul 04, 2020 11:28 am
Forum: General Programming
Topic: Old EB031 bootloader
Replies: 2
Views: 3240

Re: Old EB031 bootloader

Great, works again!
by Dutch
Wed Jul 01, 2020 5:34 pm
Forum: General Programming
Topic: Old EB031 bootloader
Replies: 2
Views: 3240

Old EB031 bootloader

Does somone have the old EB031 driver files i posted below? and can send it to me by email or we-transfer. that would be great! the zip file seems corrupt. i cant open it. im about to pull hairs :wink: You know the feeling when you cant get someting to work. https://www.matrixtsl.com/mmforums/viewto...
by Dutch
Sun Jun 28, 2020 11:33 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 33327

Re: SSD1322 macro crashes FC7 test

So since last message 2 months ago i was waiting on my development board with stronger AT91SAM7S128 processor. Apperently the store i ordered it got it truh china so it took long :roll: . Friday package arrived JAHOO! hooked it up to my programmer with JTAG-ICE and after sucsesfully reading existing...
by Dutch
Mon Apr 27, 2020 10:57 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 33327

Re: SSD1322 macro crashes FC7 test

i will try the text this week Ben. just to see if that changes anything. still curious. i found the AT91SAM7S128 as free processor in FC and its affordable and i found an development board. just now i need to make an JTAG adaptor to my GALEP-5 to program this :roll: .. ah well wl see.. would this pr...
by Dutch
Thu Apr 23, 2020 12:33 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 33327

Re: SSD1322 macro crashes FC7 test

oke! with this simplifyed macro it at least does pass and the led B5 blinks one second on off. i left the circel drawn in there. it now does still show a noise but more bright and before the led goes on i see a small glitch in the screen. what is possible to put on the screen for test? can you chang...
by Dutch
Mon Apr 20, 2020 5:23 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 33327

Re: SSD1322 macro crashes FC7 test

seen my message Ben? is my non running processor, because the led wont blink here only on my side? is my processor maybe the wrong one? what one should i get? also for some fasterscreen changes and bigger memory and so on? maybe need to get this running first. i know you are doing your utmost best b...
by Dutch
Tue Apr 14, 2020 10:40 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 33327

Re: SSD1322 macro crashes FC7 test

appreciated Ben! i inmeadelately tested it :P ... aaaaaand no :( no Display at all (only noise image when i push the reset button) but in my fc the led i have on board for B5 is not blinking so it does not run or initialise im thinking. i checked my wires over again but when taking display off it wo...
by Dutch
Fri Apr 10, 2020 12:11 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 33327

Re: SSD1322 macro crashes FC7 test

just checking in to see if there is any update. i cant resolve it myself unfortunately. if buying the FC8 helps i will! i am happy to pay for development. please let me know.
Angelo.