Search found 54 matches

by gggwww
Mon Sep 09, 2013 4:16 pm
Forum: Flowcode V6
Topic: Support for OOK ASK transmitters and reveivers
Replies: 3
Views: 3737

Re: Support for OOK ASK transmitters and reveivers

Thanks for the quick reply
For simple bit transfers would the RFID component be best?
by gggwww
Mon Sep 09, 2013 3:47 pm
Forum: Flowcode V6
Topic: Support for OOK ASK transmitters and reveivers
Replies: 3
Views: 3737

Support for OOK ASK transmitters and reveivers

Im evaluating v6 for my company and wanted to know which RF macro would be best for simple data transmission between two 8 bit PIC chips. Data would be a couple of bytes representing pressure sensor readings. Transmission distance is short and our design uses simple OOK Modulation Thanks for any ass...
by gggwww
Sat Jan 05, 2013 10:50 pm
Forum: Flowcode V4
Topic: ISD1730 SPI Commands
Replies: 1
Views: 2821

ISD1730 SPI Commands

Hello, Trying to interface a 16F916 to an ISD Voice Chip using SPI commands. The command structure for the PLAY Message op code is as follows: BYTE 0 BYTE1 0x40 0x00 Looks like the Flowcode Send_Char only transmits 1 byte at a time I would need to do the following SPI_INIT SEND_CHAR 0x40 Play Opcode...
by gggwww
Mon Sep 03, 2012 2:27 am
Forum: Flowcode V4
Topic: Simple PWM Pulse Generator - Any Ideas ???
Replies: 3
Views: 4170

Re: Simple PWM Pulse Generator - Any Ideas ???

Enamul,

Thanks !!!

Not getting the same result on the o'scope but did some tweaking and got to the pulse parameters I needed.

Best Regards,

George
by gggwww
Sun Sep 02, 2012 7:56 pm
Forum: Flowcode V4
Topic: Simple PWM Pulse Generator - Any Ideas ???
Replies: 3
Views: 4170

Simple PWM Pulse Generator - Any Ideas ???

Hello, Im trying to create a simple flowcode program to generate a square wave with the following characteristics: Frequency = 988Hz Duty Cycle = 4.47% ( which is an 85us on time) I am using an F628A with the PWM macro. I have tried ( multiple multiple times) changing the duty cycle and change perio...
by gggwww
Fri Oct 07, 2011 11:48 pm
Forum: Flowcode V4
Topic: Student Version of FlowCode V4 RS-232 ????
Replies: 1
Views: 2001

Student Version of FlowCode V4 RS-232 ????

Hello,
I am a student and have the student version of Flowcode - I was trying to learn about RS-232 communications but could not get any of my programs to work. Does Version 4 support RS-232 communication programs.
Thanks for any help !!
by gggwww
Wed Aug 10, 2011 3:09 am
Forum: Flowcode V4
Topic: How to calculate beats per minute from digital port input
Replies: 1
Views: 1946

How to calculate beats per minute from digital port input

Hello,

How best to calculate beats ( counts) per minute from a digital input without having to wait for a full minute.
Im new to timer routines - seems like this is the best route
Can anybody help?

Thanks !!
by gggwww
Wed Oct 27, 2010 4:54 pm
Forum: Flowcode V4
Topic: DS1820 Continued Issues Bullet Proof Version??
Replies: 1
Views: 2134

DS1820 Continued Issues Bullet Proof Version??

Ben, After reviewing all the posts related to this topic it still seems that many folks are still having difficulty making the PIC work with the DS1820 in flowcode. I reviewed your PIC16F877A code you had posted sometime back using Eric's code as the base. I used a new 877A and 2 DS18B20 IC's. The s...
by gggwww
Wed Oct 27, 2010 2:28 pm
Forum: Flowcode V4
Topic: One Wire Example - Failure on linking
Replies: 54
Views: 34443

Re: One Wire Example - Failure on linking

Jan,

Were you ever able to get this to work?

Regards,
George
by gggwww
Wed Aug 18, 2010 4:00 pm
Forum: Components (Comms)
Topic: ds1307
Replies: 20
Views: 19186

Re: ds1307

Daniel,

Thanks for the quick response

Please find the schematic attached - hopefully all is legible

I tried a dirrerent DS1307 and same result - I really want to get this working - thanks for your help !!

George
by gggwww
Tue Aug 17, 2010 8:41 pm
Forum: Components (Comms)
Topic: ds1307
Replies: 20
Views: 19186

Re: ds1307

Daniel,

Just as a check I put a frequency counter on the DS1307 Oscillator and the Oscillator is not running so the CH bit may not be set to 0.

I dont fully understand your code so any help on this would be greatly appreciated.

Regards,

George
by gggwww
Tue Aug 17, 2010 8:15 pm
Forum: Components (Comms)
Topic: ds1307
Replies: 20
Views: 19186

Re: ds1307

Daniel, Wired up everything and loaded the 887 with your V2 code. Getting 00:00:00 on the LCD - not changing. In your code was the CH bit set properly? This is from the DS1307 datasheet Bit 7 of Register 0 is the clock halt (CH) bit. When this bit is set to 1, the oscillator is disabled. When cleare...
by gggwww
Sun Aug 01, 2010 9:27 pm
Forum: Components (Comms)
Topic: ds1307
Replies: 20
Views: 19186

Re: ds1307

Daniel,
I will give this a try - will let you know how things go.
Thank you very much !!
Best Regards,
George
by gggwww
Sat Jul 31, 2010 11:02 pm
Forum: Components (Comms)
Topic: ds1307
Replies: 20
Views: 19186

Re: ds1307

Daniel, It looks like the attached program is complete - init time and then time display Can I load the program with init enabled ( time settings like like they are HEX) and then after initial run on the PIC , reload with the init call disabled so it does not continually reset the time Also, which p...
by gggwww
Fri Jul 30, 2010 6:30 pm
Forum: Components (Comms)
Topic: ds1307
Replies: 20
Views: 19186

Re: ds1307

Dan81,

In your DS1307 example how it the DS1307 initialized with the correct time - how is it set?

Thanks !!
by gggwww
Fri Jul 30, 2010 1:06 pm
Forum: Flowcode V4
Topic: Outputting BCD
Replies: 1
Views: 2060

Outputting BCD

Hello,

Does Flowcode V4 have the capability to have a PIC generate 4 bit BCD codes for driving 7 segment LED decoder / driver IC's?

Thank You
by gggwww
Thu Jul 29, 2010 1:42 am
Forum: Flowcode V4
Topic: Internal Oscillator Selection for the 16F887 in V4
Replies: 1
Views: 1938

Internal Oscillator Selection for the 16F887 in V4

Hello,

In the Chip configuration menu under Advanced Settings I cannot find an Internal Oscillator selection for the 16F887. Is there another way to enable this?

Thanks
by gggwww
Thu Jul 29, 2010 1:39 am
Forum: Flowcode V4
Topic: Wiring for 4 digit 7 Segment LED Display
Replies: 0
Views: 2361

Wiring for 4 digit 7 Segment LED Display

Hello, Looks like this Macro is configured as a 4 digit Common Anode multiplexed display. Im using a 16F887 Should the Anode lines be driven through an NPN transistor - say with a 1K Ohm as Base resistor ?- this would mean that a logic 1 on the base of the NPN 's from the 16F887 would drive the Anod...
by gggwww
Thu Jul 29, 2010 1:30 am
Forum: Flowcode V4
Topic: LED Digital Clock using V4 Digital Clock Example
Replies: 4
Views: 3527

Re: LED Digital Clock using V4 Digital Clock Example

Works Great - thanks Ben
by gggwww
Wed Jul 28, 2010 4:32 pm
Forum: Flowcode V4
Topic: LED Digital Clock using V4 Digital Clock Example
Replies: 4
Views: 3527

Re: LED Digital Clock using V4 Digital Clock Example

Hello
Thanks for the quick reply. I looked through your example and have difficulty following how to do parsing of a 2 digit number to its individual digits.
Is there a straightforward way of doing this in flowcode?
Thanks:)
by gggwww
Wed Jul 28, 2010 3:42 pm
Forum: Flowcode V4
Topic: LED Digital Clock using V4 Digital Clock Example
Replies: 4
Views: 3527

LED Digital Clock using V4 Digital Clock Example

Hello, Im using the Version 4 Digital Clock Example written for an LCD and converting it to drive individual 7 Segment LED Displays. Issue i am having is converting Hours, Minutes and Seconds (declared as Bytes in the example) to individual digits so they can be displayed on the 7 Segment LED Macro ...
by gggwww
Fri Mar 05, 2010 8:17 pm
Forum: Flowcode V4
Topic: V4.2 OneWire Variable type declarations dont look correct
Replies: 3
Views: 3445

Re: V4.2 OneWire Variable type declarations dont look correct

Eric, Thanks for taking the time to put your reply together !!! I wired up exacty as in your schematic - checked and double checked I get all 0's when I run it - including a 0 for get temperature - i added a loop around the code to see if I could get any number other than 0 to show up for temperatur...
by gggwww
Fri Mar 05, 2010 12:50 am
Forum: Flowcode V4
Topic: V4.2 OneWire Variable type declarations dont look correct
Replies: 3
Views: 3445

V4.2 OneWire Variable type declarations dont look correct

Ben, I've been working from Eric's DS1820 program as the basis for understanding why I have been unable to get my replication of his experience to work properly. I created a stripped down version of Eric's program that reads one DS1820. In the program I included LCD diagnostic statements to report r...
by gggwww
Wed Mar 03, 2010 12:49 am
Forum: Flowcode V4
Topic: One Wire Example - Failure on linking
Replies: 54
Views: 34443

Re: One Wire Example - Failure on linking

Eric, Thanks for the quick response. My last attempt at getting the code to work I used 8 DS18B20's as in the original downloaded file - no luck - still displays 3: Wrong Sensor Count Im using a straight PIC18F452 - no eblocks, etc - just the 8 DS18B20's wired as Maxim details with a 4.7K pull up to...
by gggwww
Tue Mar 02, 2010 4:26 am
Forum: Flowcode V4
Topic: One Wire Example - Failure on linking
Replies: 54
Views: 34443

Re: One Wire Example - Failure on linking

Ben, Eric I started this post sometime back and am still not having success. Eric - I tried your program with the original configuration of a PIC18F452 and keep getting ERROR Number 3: WRONG SENSOR COUNT Ben - Also tried your version on a PIC16F877A - same message 3: WRONG SENSOR COUNT I have modifi...