Search found 10 matches
- Mon Dec 07, 2015 1:05 am
- Forum: Freelance Embedded Engineers
- Topic: Need RTC digital clock written in v5
- Replies: 3
- Views: 16591
Re: Need RTC digital clock written in v5
I'm not particular about the PIC. I have a very nice project that uses a 18F252 with RTC and temperature but it's written in MicroC and doesn't compile. I tried using a 16F88 in Flowcode but there's no easy way to add the RTC (for a non coder). I'm thinking the smallest most common PIC with a DS1307...
- Sun Dec 06, 2015 10:37 pm
- Forum: Freelance Embedded Engineers
- Topic: Need RTC digital clock written in v5
- Replies: 3
- Views: 16591
Need RTC digital clock written in v5
I'm working on a project which has a 7seg digital clock. I can't figure out how to use RTC in Flowcode so I would like to see if someone can program it for me. Nothing fancy, just HH:SS format. I need this in V5 so I can modify and use it. This is just a wall clock project for my wife so I can't aff...
- Thu Dec 19, 2013 7:43 pm
- Forum: General Programming
- Topic: 12F675 Servo Control Flowcode - Need help
- Replies: 5
- Views: 5531
Re: 12F675 Servo Control Flowcode - Need help
I opened the sample servo fcf in the examples which uses a 16F88 and it gives the same errors when I try to compile.
- Thu Dec 19, 2013 6:01 pm
- Forum: General Programming
- Topic: 12F675 Servo Control Flowcode - Need help
- Replies: 5
- Views: 5531
Re: 12F675 Servo Control Flowcode - Need help
So will it work with a 12F675 or do I need a different PIC? What's the smallest PIC I can use for this?
- Thu Dec 19, 2013 5:05 pm
- Forum: General Programming
- Topic: 12F675 Servo Control Flowcode - Need help
- Replies: 5
- Views: 5531
12F675 Servo Control Flowcode - Need help
I have designed a servo control in Flowcode 5 but when trying to compile to HEX, it gives a ton of errors. I opened an example servo file and it won't compile either.
Am I completely missing something? I'm attaching the fcf.
Just a note, I have never done any kind of servo controller before.
Am I completely missing something? I'm attaching the fcf.
Just a note, I have never done any kind of servo controller before.
- Sun Apr 25, 2010 7:45 pm
- Forum: General Programming
- Topic: Over 8-bit EEPROM usage
- Replies: 1
- Views: 2617
Over 8-bit EEPROM usage
I'm playing with the sample EEPROM code and can't fully wrap my head around how the registers work. The code incluides: Data_In = DIN & 0xFF Data_In2 = DIN >> 8 First, what does the & 0xFF mean? I know that >> means to shift right but don't have the fundamental idea of what it means. If you ...
- Wed Apr 14, 2010 9:37 pm
- Forum: General Programming
- Topic: PIC16F913 and LCD in FlowCode
- Replies: 6
- Views: 5559
Re: PIC16F913 and LCD in FlowCode
Unfortunately, no. The project requires LCD because of the large size and weight.
The 16F913 has the internal display driver but I'm not sure how much that has to do with Flowcode. I may have someone write it in asm.
The 16F913 has the internal display driver but I'm not sure how much that has to do with Flowcode. I may have someone write it in asm.
- Wed Apr 14, 2010 12:15 pm
- Forum: General Programming
- Topic: PIC16F913 and LCD in FlowCode
- Replies: 6
- Views: 5559
Re: PIC16F913 and LCD in FlowCode
Thanks Ben.
I was told it can't be driven like a standard 7seg LED because the LCD requires an AC power signal. How is this dealt with in Flowcode?
I was told it can't be driven like a standard 7seg LED because the LCD requires an AC power signal. How is this dealt with in Flowcode?
- Tue Apr 13, 2010 6:55 pm
- Forum: General Programming
- Topic: PIC16F913 and LCD in FlowCode
- Replies: 6
- Views: 5559
Re: PIC16F913 and LCD in FlowCode
Let me be more specific. Here is the LCD I need to use (http://www.lumex.com/specs/LCD-S101D14TR.pdf)
How can this be implemented within FlowCode?
How can this be implemented within FlowCode?
- Tue Apr 13, 2010 6:38 pm
- Forum: General Programming
- Topic: PIC16F913 and LCD in FlowCode
- Replies: 6
- Views: 5559
PIC16F913 and LCD in FlowCode
Has anyone used a 16F913 LCD driver in FlowCode? Is it even possible to do?
Let me rephrase. The 16F913 is not my concern. I need to know how or if you can use 7 segment LCDs in FlowCode. I'm using single digit 7 segment displays and which are not included in the component list.
Let me rephrase. The 16F913 is not my concern. I need to know how or if you can use 7 segment LCDs in FlowCode. I'm using single digit 7 segment displays and which are not included in the component list.