Search found 112 matches

by jimhumphries
Tue Sep 04, 2007 5:07 pm
Forum: Electronics products
Topic: Remote controlled cell phone camera
Replies: 4
Views: 7435

Ben: I assume that the audio "bug" project implements auto answer. If so, how do you guys accomplish that? Do you have an external micro that is hard wired into various points of a cell phone such that the micro does the answering, etc.? If yes, would the same approach be a good starting point for a...
by jimhumphries
Mon Sep 03, 2007 8:36 pm
Forum: Electronics products
Topic: Remote controlled cell phone camera
Replies: 4
Views: 7435

Remote controlled cell phone camera

Hello all: I notice that there is a teaching module for mobile phone technology and a project for a cell phone audio "bug". I want to build a cell phone video "bug" that would allow me to call a cell phone located in a remote location and to take and view real-time snapshots using the cell phone cam...
by jimhumphries
Thu Apr 19, 2007 3:58 pm
Forum: Flowcode V2 & V3
Topic: Business Major Needs Help
Replies: 7
Views: 6804

Ron: You don't have to include the RS232 interface components on every board but you do have to dedicate the RX/TX pins on the PIC to the serial communication function. In my application the serial link between the "main board" and remote control is done single-ended at TTL levels. The RS232 support...
by jimhumphries
Thu Apr 19, 2007 12:07 am
Forum: Flowcode V2 & V3
Topic: Business Major Needs Help
Replies: 7
Views: 6804

Ron: Yes - I would be happy to help. I use the boot loader regularly for in-circuit-programming with the 18F2525. My application incorporates a serial link between a "main module" and a remote control so my boards already support the RS232 interface. The software is a breeze to use. The PIC resident...
by jimhumphries
Mon Apr 16, 2007 5:17 pm
Forum: Flowcode V2 & V3
Topic: Business Major Needs Help
Replies: 7
Views: 6804

Ron:

See "Boot-loader for Flash Parts" on page 5.

Regards,

Jim
by jimhumphries
Thu Oct 26, 2006 11:16 pm
Forum: Flowcode V2 & V3
Topic: 7SegLED-4 with common anode
Replies: 3
Views: 4646

Ksor: The quick and dirty way is to ground the cathode and to put series resistors between the anodes and the PIC output port lines. For 5 milliamps per segment, use 700 Ohm resistors (650 Ohms is close enough). When the output port goes high (to +5V) current will flow through the segment and it wil...
by jimhumphries
Thu Sep 28, 2006 11:35 pm
Forum: Flowcode V2 & V3
Topic: Can 2 switches be ANDed ?????
Replies: 4
Views: 5087

7omos:

Glad that helped and thanks for the feedback.

Jim
by jimhumphries
Mon Sep 25, 2006 6:16 pm
Forum: Flowcode V2 & V3
Topic: Can 2 switches be ANDed ?????
Replies: 4
Views: 5087

7omos: If I needed to do this fast I would: Read port C and assign that value to a variable, NUMBER (for 4 bits, NUMBER can be any value between 0 and 15). Test NUMBER: Is NUMBER = 1? – yes (switch 1 is closed) – output 1 on port D (LED 1 is lit). No Is NUMBER = 2? – yes (switch 2 is closed) β...
by jimhumphries
Fri Jul 07, 2006 4:59 am
Forum: Flowcode V2 & V3
Topic: Boot-loader for Flash Parts
Replies: 3
Views: 5239

All: I did buy this and am using it. I can recommend it - it's easy to use and very fast. Programming 4K words takes under 4 seconds. This is worth the investment (about $50 USD) for anybody who wants to do frequent programming or reprogramming of flash parts without having to remove the part from t...
by jimhumphries
Mon Jul 03, 2006 4:35 pm
Forum: Flowcode V2 & V3
Topic: LCD Custom Characters
Replies: 2
Views: 4520

Steve: That's great! Any chance you could give writing a custom character to the cg RAM a try sometime, just to verify that it will work? What has me worried is that I can't find any discussion on the web about how to do it in 4 bit mode and my LCDs are already "hard wired" in 4 bit mode (v2 Flowcod...
by jimhumphries
Sat Jul 01, 2006 8:29 pm
Forum: Flowcode V2 & V3
Topic: existing flowcode to produce RS232 output
Replies: 3
Views: 5177

Christian: My timeout value is always 0 because I don't know what the setting does either (I posted a question many months ago about what the RS232 timeout function does but never got an answer) and I always send/receive characters. Sending is pretty straightforward, receiving is a little more compl...
by jimhumphries
Sat Jul 01, 2006 8:03 pm
Forum: Flowcode V2 & V3
Topic: LCD Custom Characters
Replies: 2
Views: 4520

LCD Custom Characters

Steve/Ian: Can the current LCD macro(s) be expanded or can a new macro be created to add the capability to write to the LCD character generator RAM? This would allow users to create 8 custom characters on most any LCD. I have a need to do this to generate a bar graph display with (up to) 3 vertical ...
by jimhumphries
Thu Jun 22, 2006 10:02 pm
Forum: Flowcode V2 & V3
Topic: Flowcode vs. CoreChart Professional
Replies: 7
Views: 8094

Ralf:

I worked with the demo versions of CoreChart and Flowcode before deciding. You might want to do the same to get a feel for both.

Flowcode support has been excellent and, as you can probably tell from the posts to this forum, the developers are truly interested in input from the users.

Jim
by jimhumphries
Tue Jun 06, 2006 2:12 am
Forum: Flowcode V2 & V3
Topic: FlowCode v3
Replies: 72
Views: 62645

Steve:

Do you mean I can keep my Windows 98 SE and not have to upgrade to XP? That would be terrific.

Jim
by jimhumphries
Thu Jun 01, 2006 4:48 am
Forum: Flowcode V2 & V3
Topic: RS232
Replies: 5
Views: 6666

Zonk: Sorry - I misunderstood. I thought you had Flowcode V2 and had built your own board with your PIC and an RS232 IC. If you can't get this working with V1 (and if you have the spare change) you may want to upgrade to V2 Pro - it has the RS232 support. Another route - if you have access to "Seria...
by jimhumphries
Wed May 31, 2006 2:09 am
Forum: Flowcode V2 & V3
Topic: RS232
Replies: 5
Views: 6666

Sonk: If you have done this and it doesn't work I appollogize for wasting your time. Open "new". Pull down "PIC" and select your Target PIC, Clock Speed (20000000), Configure for XTAL and Watchdog timer Off. Attach an RS232 object and set Properties for your baud rate and Bytes - click "Apply" and c...
by jimhumphries
Tue May 30, 2006 6:23 am
Forum: Flowcode V2 & V3
Topic: FlowCode v3
Replies: 72
Views: 62645

Steve:

Can you tell us in advance what the system requirements will be for V3 if different from V2?

Thanks,

Jim
by jimhumphries
Wed May 17, 2006 8:01 pm
Forum: Flowcode V2 & V3
Topic: FlowCode v3
Replies: 72
Views: 62645

Steve: As soon as you can give a release date with a high confidence level that would be appreciated. Like you I have commitments and several of those involve design and development schedules that hinge on the release of V3 (if this was simply a hobby interest I would not be so anxious). Thanks, Jim
by jimhumphries
Fri May 12, 2006 11:11 pm
Forum: Flowcode V2 & V3
Topic: FlowCode v3
Replies: 72
Views: 62645

V3 release

Steve:

It must be close to the time that you intend to release V3. Can you give us a specific date yet?

Jim
by jimhumphries
Wed Apr 19, 2006 6:13 pm
Forum: Flowcode V2 & V3
Topic: Boot-loader for Flash Parts
Replies: 3
Views: 5239

Steve:

I can go ahead and purchase the Microcode Studio Plus (around $50, US). If any of the other Flowcode users are interested, information about the 18Fxxxx compatible loader is available at:

http://www.mecanique.co.uk/code-studio/ ... index.html

Thanks,

Jim
by jimhumphries
Sun Apr 16, 2006 12:23 am
Forum: Flowcode V2 & V3
Topic: lightdimmer
Replies: 15
Views: 17285

Venturi: Glad we got that going. If I'm not mistaken SCRs and TRIACs will turn "on" (very quickly) and stay "on" as long as current is flowing through the load (turning an SCR or TRIAC "on" requires driving the gate until load current begins to flow). Once the SCR or TRIAC is "on" the gate drive can...
by jimhumphries
Sat Apr 15, 2006 5:32 pm
Forum: Flowcode V2 & V3
Topic: Boot-loader for Flash Parts
Replies: 3
Views: 5239

Boot-loader for Flash Parts

Ian/Steve: I'm using the free microEngineering Labs, Inc. meLoader (v1.0) with my 16Fxxx parts and it is a terrific convenience to be able program in-circuit after I compile some Flowcode. When Flowcode v3 comes out it will support 18F and other parts that are not supported by the meLoader (if it is...
by jimhumphries
Fri Apr 14, 2006 3:08 am
Forum: Flowcode V2 & V3
Topic: lightdimmer
Replies: 15
Views: 17285

Venturi: I also forgot to reset ON_TIME but that shouldn't have been the problem. I built the flow code I described above and attached a single push button object connected to "single bit" 0 of (input) port B. That simulates your zerro crossing hardware. I also added an LED object and connected a si...
by jimhumphries
Wed Apr 12, 2006 7:09 pm
Forum: Flowcode V2 & V3
Topic: lightdimmer
Replies: 15
Views: 17285

Venturi: I think this is because I forgot to reset ZERO after a zero crossing is detected (but why you get seven pulses I don't know). That causes the zero crossing detect loop to be skipped after the first pass through. Try cutting and pasting the ZERO = 0 equate object to just above the input obje...
by jimhumphries
Mon Apr 10, 2006 1:17 am
Forum: Flowcode V2 & V3
Topic: lightdimmer
Replies: 15
Views: 17285

Venturi: Sounds like you've made a good start with the hardware and it sounds like you probably have an oscilloscope for looking at the PIC outputs. Initialize two variables: ZERO and ON to 0 (create these two variables, drag two equation objects into the flow chart just below "Begin" and set ZERO =...