Search found 1739 matches

by Enamul
Fri Mar 08, 2013 8:54 pm
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25556

Re: Ultrasonic Transducer Module Car Alarm

Hi

Thanks for the pdf..but i have got the manual from the supplier which is very useful for us. Here it is..
by Enamul
Fri Mar 08, 2013 6:39 pm
Forum: Flowcode V5
Topic: PWM - Voltage - Dutycycle - LCD
Replies: 11
Views: 5408

Re: PWM - Voltage - Dutycycle - LCD

Hi

There were couple of issues in variable use and placement of macro..I have modified the code and hope that it will work now.
Sorry cross-posting..
by Enamul
Fri Mar 08, 2013 10:18 am
Forum: Programming Tips & Tricks
Topic: Controlling LCD Tutorial with only o/p and delay icons.
Replies: 11
Views: 14597

Re: Controlling LCD Tutorial with only o/p and delay icons.

Well done...You must be feeling the happiness of crossing mount Everest :mrgreen:
by Enamul
Fri Mar 08, 2013 10:16 am
Forum: General Programming
Topic: How can I reduce the ram usage of a program?
Replies: 5
Views: 3828

Re: How can I reduce the ram usage of a program?

I was ableto reduce the ram usage quite a lot, and i was able to compile it. Great..well done :) Are they slower than global variables, would you recommend them in a fast interrupt that is used for a software PWM, or is it better to use a global variable for this purpose? No, it has no link with ac...
by Enamul
Thu Mar 07, 2013 5:57 pm
Forum: General Programming
Topic: Flowcode5 & PICkit2 issue?
Replies: 35
Views: 18323

Re: Flowcode5 & PICkit2 issue?

I tried opening the file but Adobe says its not a supported file or the file is damaged??
I am not quite clear. Why you have tried to open it in Adobe? It should be opened by Flowcodev5
by Enamul
Thu Mar 07, 2013 5:55 pm
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29291

Re: External Int Input 12F615

I have tried to do that..but that can be done before shutting down FC when you edited.
by Enamul
Thu Mar 07, 2013 2:54 pm
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29291

Re: External Int Input 12F615

I know you didn't write any c code but you have checked each icon of the flowchart and they are in the edit mode and which means these are now all as c code. You can make whole code again or simple LED flashing code. But please don't edit components if you do so you can't simulate that.
by Enamul
Thu Mar 07, 2013 2:51 pm
Forum: Flowcode V5
Topic: PWM Copy
Replies: 3
Views: 2610

Re: PWM Copy

Excellent video. How have you started in LED control you can share with us we can give some idea to improve that to have something close to the video?
by Enamul
Thu Mar 07, 2013 2:00 pm
Forum: E-blocks
Topic: GSM Module
Replies: 12
Views: 13280

Re: GSM Module

Hi

You can try here to buy one antenna. Before buying contact with them and tell them the issue you mentioned here and let them to choose the right one for you.
http://www.roundsolutions.com/techdocs/#antennas
Hope this helps :)
by Enamul
Thu Mar 07, 2013 12:52 pm
Forum: Flowcode V5
Topic: Flowcode v5.5 with DSP for all variants
Replies: 59
Views: 101441

Re: Flowcode v5.5 with DSP for all variants

Only two-three bugs seen..need to wait few more days :)
by Enamul
Thu Mar 07, 2013 11:51 am
Forum: Flowcode V5
Topic: External Int Input 12F615
Replies: 31
Views: 29291

Re: External Int Input 12F615

FC simulator can't simulate C code..it seems your whole code is made of c code. That's why it's not simulating
by Enamul
Thu Mar 07, 2013 7:35 am
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25556

Re: Ultrasonic Transducer Module Car Alarm

Great findings....
It will be useful :mrgreen:
by Enamul
Wed Mar 06, 2013 11:19 pm
Forum: General Programming
Topic: Flowcode5 & PICkit2 issue?
Replies: 35
Views: 18323

Re: Flowcode5 & PICkit2 issue?

Configuration wasn't right. I have corrected for 4MHz external clock
by Enamul
Wed Mar 06, 2013 11:17 pm
Forum: General Programming
Topic: Flowcode5 & PICkit2 issue?
Replies: 35
Views: 18323

Re: Flowcode5 & PICkit2 issue?

Are you using external or internal clock?
by Enamul
Wed Mar 06, 2013 10:53 pm
Forum: Freelance Embedded Engineers
Topic: canbus problem
Replies: 4
Views: 12041

Re: canbus problem

Which version of Flowcode you are using?
by Enamul
Wed Mar 06, 2013 10:49 pm
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25556

Re: Ultrasonic Transducer Module Car Alarm

Good. I hope I will get some info about the sensor soon. About US sensor, yes; it measures distance and we can decide if suddenly distance of object changes. But I was actually thinking where to put the sensor and which surface you will use to get the reflected signal back so that if anyone inside t...
by Enamul
Wed Mar 06, 2013 5:52 pm
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25556

Re: Ultrasonic Transducer Module Car Alarm

That's great! I think it would be a nice sensor.I have ordered one for me to have some fun :P
Also asked for detailed datasheet from supplier to make sure we can use that. So please wait till tomorrow.
by Enamul
Wed Mar 06, 2013 3:24 pm
Forum: General Programming
Topic: Flowcode5 & PICkit2 issue?
Replies: 35
Views: 18323

Re: Flowcode5 & PICkit2 issue?

You have to post file ending with .fcf as this is the main flowcode file. Rest are generated in compile process
by Enamul
Wed Mar 06, 2013 2:06 pm
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25556

Re: Ultrasonic Transducer Module Car Alarm

Hi Stuart I am not quite sure without checking inside car whether US sensor can smoothly got some signal back while no one is inside the car as it depends the position and orientation of the sensor. I think we can start doing some R&D and you post some video results I can hopefully guide you to fina...
by Enamul
Wed Mar 06, 2013 1:58 pm
Forum: Programming Tips & Tricks
Topic: Counting Beyond 32767
Replies: 8
Views: 9928

Re: Counting Beyond 32767

Hi

Here is Martin's code in Figure format...you can make that in FCv4.
by Enamul
Wed Mar 06, 2013 1:49 pm
Forum: Flowcode V5
Topic: Does anyone has succeeded in operate SDCARD and 18F family ?
Replies: 16
Views: 8709

Re: Does anyone has succeeded in operate SDCARD and 18F fami

So Ben that's going to be in the Fix list... :P
by Enamul
Wed Mar 06, 2013 1:47 pm
Forum: General Programming
Topic: Flowcode5 & PICkit2 issue?
Replies: 35
Views: 18323

Re: Flowcode5 & PICkit2 issue?

Hi

Can you please post the program so that I can have a look whether the config is OK or not?
by Enamul
Wed Mar 06, 2013 7:31 am
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25556

Re: Ultrasonic Transducer Module Car Alarm

Actually ultra sound sensor is not appropriate for this purpose rather PIR sensor is more useful for the application you looking for. PIR sensor when enabled radiate IR beam if any object come inside the beam it triggers alarm. If you interested I can give you link for pir sensors which is cheap. If...
by Enamul
Wed Mar 06, 2013 12:35 am
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25556

Re: Ultrasonic Transducer Module Car Alarm

To start with, you should go through Martin's nice thread specifically for this sensor.. http://www.matrixmultimedia.com/mmforums/viewtopic.php?f=26&t=10694&start=25 You can find my posted code in 2nd page where temperature effect and timing effects are considered to make the result more accurate. A...
by Enamul
Wed Mar 06, 2013 12:30 am
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25556

Re: Ultrasonic Transducer Module Car Alarm

Hi
How you want to use this sensor? DO you have any plan? Like are you going to measure the distance of the coming object to your car? or you are planning anything else?