Search found 514 matches

by Jordy101091
Sat Mar 29, 2014 11:49 am
Forum: Flowcode V6
Topic: Handling Received RS232 Messages
Replies: 4
Views: 3543

Re: Handling Received RS232 Messages

thanks for your help so far,

I will have a go with option number 2, I let you know how all works out.

regards Jordy
by Jordy101091
Sat Mar 29, 2014 10:00 am
Forum: Flowcode V6
Topic: Handling Received RS232 Messages
Replies: 4
Views: 3543

Re: Handling Received RS232 Messages

But how do I go about detecting 0x0A & 0x0D in flowcode.
Can I do this with the Char$() function in flowcode, I have looked ad the wiki but I could not find any information about that.

Regards Jordy
by Jordy101091
Fri Mar 28, 2014 10:49 pm
Forum: Flowcode V6
Topic: Handling Received RS232 Messages
Replies: 4
Views: 3543

Handling Received RS232 Messages

Hi All, As you might know Im working with a bluetooth module. I'm able to configure this module trough the UART component and that aspect is working really well, only I have some trouble handling the responses. I have no trouble with receiving these responses but I need to isolate the different resp...
by Jordy101091
Fri Mar 28, 2014 3:45 pm
Forum: User Components
Topic: BC127 Bluetooth 4.0 Module
Replies: 0
Views: 6345

BC127 Bluetooth 4.0 Module

Hi everyone, Yesterday I finally received my PurpleTooth Jamboree from sparkfun. This is a development board for the BC127 Bluetooth 4.0 Module from BlueCreations. Its a very power module that lets you easily connect your phone or any other bluetooth enabled device. In this example I have configured...
by Jordy101091
Tue Mar 25, 2014 5:07 pm
Forum: User Components
Topic: DS1307 - RTC Time Keeper
Replies: 146
Views: 323446

Re: DS1307 - RTC Time Keeper

Hi Jordy, Should be really nice :wink: Wich algorithm are you using ? Regards, Bernard I have updated the component to version 1.65 which includes the Day of week calculation. From now on you don't have to enter this value. If you used version 1.64 and lower then you need to re-enter the macro Writ...
by Jordy101091
Mon Mar 24, 2014 10:28 pm
Forum: Flowcode V6
Topic: MCP3208 12bit SPI Help needed
Replies: 8
Views: 5990

Re: MCP3208 12bit SPI Help needed

Your welcome

Rg Jordy
by Jordy101091
Mon Mar 24, 2014 10:17 pm
Forum: Flowcode V6
Topic: MCP3208 12bit SPI Help needed
Replies: 8
Views: 5990

Re: MCP3208 12bit SPI Help needed

hello thank you very much i use MCP3202B http://ww1.microchip.com/downloads/en/DeviceDoc/21034D.pdf but i have flowcode 5 and flowcode 6 trail only. so if you create component for 6 i can't use in 5, so if you can explain or make a tutorial project ,i think it will be better Yes of course I can cre...
by Jordy101091
Mon Mar 24, 2014 8:33 pm
Forum: Flowcode V6
Topic: MCP3208 12bit SPI Help needed
Replies: 8
Views: 5990

Re: MCP3208 12bit SPI Help needed

mohamedwaly wrote:hello
can you explain how to connect the ADC and how to read the 12bit from it?

Maybe if you like I could create a component version for this device so it's easier for you to use it.
Let me know what you think of this.

Regards Jordy.
by Jordy101091
Sun Mar 23, 2014 9:43 pm
Forum: User Components
Topic: Component Creation Tutorials
Replies: 6
Views: 10898

Re: Component Creation Tutorials

By using this for the variable "Handle" you are basically telling the macro to refer to its self. So simple said "this" is this component. But if you want the refer to let's say the I2C_Master1 component then instead of Using this you would use "I2C_Master1". Hope this help you understand, if you mi...
by Jordy101091
Sun Mar 23, 2014 5:29 pm
Forum: User Components
Topic: Component Creation Tutorials
Replies: 6
Views: 10898

Component Creation Tutorials

Hi all, I thought it would be a really good time to wright my own tutorials based on my experience in creating components for flowcode. I sometimes see that people ares struggling to create ore start creating there own components, that was the reason for me to make tutorials available to the flowcod...
by Jordy101091
Fri Mar 21, 2014 9:25 pm
Forum: Flowcode V6
Topic: CAL_UART and FDTI
Replies: 4
Views: 2964

Re: CAL_UART and FDTI

Maybe your terminal program translates the received information to ASCII characters.
I think the best way to do this is to send all information as a string, so you need to convert you variable i to string e.g. i_str.

Hope this helps you.

Regards Jordy
by Jordy101091
Fri Mar 21, 2014 1:05 pm
Forum: Flowcode V6
Topic: Goodbye all!
Replies: 21
Views: 13998

Re: Goodbye all!

Hi jonny,

Just a quick question, are you still going to be active as a forum member.
Or did you make the decision to be not involved with any flowcode stuff once you leave matrix.

Regards, Jordy
by Jordy101091
Thu Mar 20, 2014 8:05 pm
Forum: User Components
Topic: DS3231 - RTC Time Keeper
Replies: 64
Views: 88242

DS3231 - RTC Time Keeper

DS3231 - Component Current Version = 1.68 Best Working Version = 1.68 Info: I have made a DS3231 component which lets you easy use the DS3231 device and configure it. No need to have difficult calculations. With this component you can just put in your time and date data in decimal values the compon...
by Jordy101091
Thu Mar 20, 2014 10:06 am
Forum: User Components
Topic: DS1307 - RTC Time Keeper
Replies: 146
Views: 323446

Re: DS1307 - RTC Time Keeper

Hi

Im using a gregorian formula to calculate the day of week.
I have used this website to get me going: http://www.millersville.edu/~bikenaga/n ... endar.html

I will add this option as soon as I get time for it.

Regards Jordy
by Jordy101091
Wed Mar 19, 2014 10:25 pm
Forum: Flowcode V6
Topic: Decimal to BCD
Replies: 9
Views: 6617

Re: Decimal to BCD

I will start tomorrow, First a need to take my granny to the mall, so that will take most of the day :wink: When Im back I will start building, but since I don't have this device here at home you need to be my test person, to see if everything is working as it should. Hope you don't mind 8). Regards...
by Jordy101091
Wed Mar 19, 2014 10:21 pm
Forum: General Programming
Topic: ADC IC
Replies: 3
Views: 6963

Re: ADC IC

Hi Steve001, which post are you referring to :wink: : Advanced ADC Component Noise ADC Readings MCP3208 12bit SPI Help Needed I cannot remember that I was looking for a ADC, but I did manage to come with a solution where you can improve the ADC resolution by applying various technics. e.g. Oversampl...
by Jordy101091
Wed Mar 19, 2014 10:08 pm
Forum: Flowcode V6
Topic: Decimal to BCD
Replies: 9
Views: 6617

Re: Decimal to BCD

Maybe If you would like I can create a component for this DS3231 device.
Let me know If you are interested.

Regards Jordy
by Jordy101091
Wed Mar 19, 2014 10:00 pm
Forum: Flowcode V6
Topic: Visi Genie component??
Replies: 26
Views: 14901

Re: Visi Genie component??

Yes of course I want to help you, but something are not very clear to me, are you testing your software on actual hardware, or do you just test it with simulations. In a previous post you have said that the program doesn't work when the VisiReceive is in the program, well that's not strange because ...
by Jordy101091
Tue Mar 18, 2014 1:20 pm
Forum: Flowcode V6
Topic: Goodbye all!
Replies: 21
Views: 13998

Re: Goodbye all!

What, Why such a long name, why not leave it a Matrix Multimedia. I not going to say the new name is stupid (oops I did :shock:). Matrix Multimedia was there ad the beginning and it works, so why would it work for 5 more years or so. Im not seeing the reason to change the name of a good quality prod...
by Jordy101091
Tue Mar 18, 2014 11:46 am
Forum: Flowcode V6
Topic: Goodbye all!
Replies: 21
Views: 13998

Re: Goodbye all!

If I may ask,

Why would you leave Matrix Multimedia.
Just out of curiosity.

Regards Jordy
by Jordy101091
Tue Mar 18, 2014 11:04 am
Forum: Feature requests
Topic: Fingerprint Scanning Eblock
Replies: 3
Views: 3807

Fingerprint Scanning Eblock

Hi all,

I have just noticed a very simple to interface fingerprint scanning module.
Maybe Matrix could turn this into a Eblock.

https://www.sparkfun.com/products/11792
by Jordy101091
Mon Mar 17, 2014 10:12 pm
Forum: Flowcode V6
Topic: Visi Genie component??
Replies: 26
Views: 14901

Re: Visi Genie component??

I dont understand,

What is it that you want to simulate, As far as I know you cannot simulate the Visi Component in flowcode.

Regards Jordy
by Jordy101091
Fri Mar 14, 2014 11:13 pm
Forum: Flowcode V6
Topic: Visi Genie component??
Replies: 26
Views: 14901

Re: Visi Genie component??

I have made a little adjustment.
If it doesn't not work please le me know, and I will try to explain in another way.

Regards Jordy
by Jordy101091
Fri Mar 14, 2014 7:59 pm
Forum: User Components
Topic: DS1307 - RTC Time Keeper
Replies: 146
Views: 323446

Re: DS1307 - RTC Time Keeper

Hi Everybody, In the past I have decided to leave out the automatic calculation of the day of week. Today I spend a little bit of time at another project, and discovered that the automatic calculation of the day of the week would be really handy. So I went back to my previous version of the DS1307 c...
by Jordy101091
Fri Mar 14, 2014 4:01 pm
Forum: Flowcode V6
Topic: Visi Genie component??
Replies: 26
Views: 14901

Re: Visi Genie component??

Hi tech, You really need to be more precise in explaining what is not working. With the files you have send me its not possible to write a string of characters to a Led digit element. Also what "other" test have you done with the timer. I cannot help you much if you are not explaining clearly what's...