Search found 188 matches

by johnsondav
Sun Aug 13, 2017 11:58 am
Forum: Flowcode V7
Topic: Custom Component Use
Replies: 10
Views: 8163

Re: Custom Component Use

Hi Matt To which ' new ' component do you refer? Also, not sure which instruction you mean that requires you to 'Import Component'? If you hace correctly created a new component, it is best saved to a directory location that FC7 can access using 'Global Options' settings. There is a wiki help availa...
by johnsondav
Tue Aug 08, 2017 3:25 pm
Forum: User Components
Topic: Build Your Own ILI9163 gLCD SPI Component
Replies: 0
Views: 7535

Build Your Own ILI9163 gLCD SPI Component

Hi Everyone Here is a component project to enable you to build your own gLCD display component using the SPI port. You are able to insert your own command codes and configure the LCD control logic to suit your own needs. I have included a tutorial (Draft) to help with your component build. Please he...
by johnsondav
Mon Jul 31, 2017 7:23 pm
Forum: Flowcode V7
Topic: GLCD ILI9163 (EBM001) Equiv
Replies: 7
Views: 5074

Re: GLCD ILI9163 (EBM001) Equiv

Hi Ben Yes, you are correct. The HEX file does contain all of the character ROM data, produced by FC7. When the HEX file is sent using the Pickit 3 - works OK. However, when the same HEX data is sent by the EB006 V9 (using the program via HEX file) - the ROM data is not sent for the remaining ROM ad...
by johnsondav
Mon Jul 31, 2017 3:23 pm
Forum: Flowcode V7
Topic: GLCD ILI9163 (EBM001) Equiv
Replies: 7
Views: 5074

Re: GLCD ILI9163 (EBM001) Equiv

Hi Ben I've tried changing the clock speed, slowed it right down but same problem. It appears to me that the ASCII data is stored on the EB006 V9 board, which is now corrupted, how, I just con not fathom out. There's a hex file stored in the FC7 directory which is called EB006-00-09. Could this be t...
by johnsondav
Mon Jul 31, 2017 12:10 pm
Forum: Flowcode V7
Topic: GLCD ILI9163 (EBM001) Equiv
Replies: 7
Views: 5074

Re: GLCD ILI9163 (EBM001) Equiv

Hi Ben

I have found the problem is with my EB006-30-V9 board. I have produced a hex file using FC7 and programed the chip using PICKIT 3, everything is working OK. Is it possible to correct the fault with the board?

Dave
by johnsondav
Mon Jul 31, 2017 12:02 pm
Forum: Flowcode V7
Topic: GLCD ILI9163 (EBM001) Equiv
Replies: 7
Views: 5074

Re: GLCD ILI9163 (EBM001) Equiv

Hi Ben

Here is the simple "Hello" project:
LCD Begin Test EBM001.fcfx
(8.25 KiB) Downloaded 277 times
Here is a photo of the results produced:
EBM001 Equiv.jpg
EBM001 Equiv.jpg (154.68 KiB) Viewed 5063 times
I think I have screwed things up a bit! :(

Dave
by johnsondav
Sun Jul 30, 2017 7:09 pm
Forum: Flowcode V7
Topic: GLCD ILI9163 (EBM001) Equiv
Replies: 7
Views: 5074

GLCD ILI9163 (EBM001) Equiv

Hi Everyone. I am having trouble getting this display to produce text correctly. I have a working project which uses this display - equivalent to the EBM001. Everything worked well pre March 2017 build 7.1.1.0. However, with the latest FC7 build (7.2.1.4) I cannot get this LCD to display text - just...
by johnsondav
Fri Jul 28, 2017 4:33 pm
Forum: Feature requests
Topic: User Component Folder as Seperate Menu List
Replies: 7
Views: 5622

Re: User Component Folder as Seperate Menu List

Hi LeighM

Thank you, great idea. That's defiantly worth considering.

Regards
Dave
by johnsondav
Thu Jul 27, 2017 5:30 pm
Forum: Feature requests
Topic: User Component Folder as Seperate Menu List
Replies: 7
Views: 5622

Re: User Component Folder as Seperate Menu List

Hi Jac Sorry, I just added the forward slash to the file I had downloaded. However, the file that is installed and working in FC7 directory is as follows: </category>name="User" hint="" icon="$(cmpntdir)\catimgs\User.png" tooltip="" /> </root> It's working fine for me, really pleased with it. Simple...
by johnsondav
Thu Jul 27, 2017 4:14 pm
Forum: Flowcode V7
Topic: Enabling A Register On A Pic
Replies: 4
Views: 5103

Re: Enabling A Register On A Pic

Hi Sparkoids

If you don't have any luck with the component, I would like to give it try and make one for FC7. I have had a look at the base CAL for FC7, it appears to allow you to get access to all of the channels for the ADC block.
Let me know if you're interested.

Dave
by johnsondav
Thu Jul 27, 2017 3:57 pm
Forum: Feature requests
Topic: User Component Folder as Seperate Menu List
Replies: 7
Views: 5622

Re: User Component Folder as Seperate Menu List

Oh,

I forgot to mention, you need to add the following - 'forward slash', to make it load the component menu correctly as shown:
</category>name="User" hint="" icon="$(cmpntdir)\catimgs\User.png" tooltip="" />
  </category>
</root>

Dave
by johnsondav
Thu Jul 27, 2017 3:49 pm
Forum: Feature requests
Topic: User Component Folder as Seperate Menu List
Replies: 7
Views: 5622

Re: User Component Folder as Seperate Menu List

Hi Ben

That's brilliant. Well, it took me longer to find an ICON that I liked than it took to set up. Nice looking feature though, my own special list of components, I like it a lot. 8)

Thank you ever so much. You are a star.

Kind Regards
Dave
by johnsondav
Wed Jul 26, 2017 5:00 pm
Forum: Flowcode V7
Topic: FC7 - Component Creation
Replies: 12
Views: 11590

Re: FC7 - Component Creation

Hi Ben

Thank you every so much. It's very much appreciated.

Here are the details of the completed gLCD display with SPI port. I have included a tutorial to help anyone with developing their your own gLCD:
viewtopic.php?f=66&t=19116

Regards
Dave
by johnsondav
Wed Jul 26, 2017 4:08 pm
Forum: Flowcode V7
Topic: FC7 - Component Creation
Replies: 12
Views: 11590

Re: FC7 - Component Creation

Hi Everyone. An update as to my progress. Well, I have been experimenting with the creation of a gLCD display based upon the EBM001 verFC6. Of course it does not work for FC7 so I re-built it (all credit to Matrix staff for the original). However, using the SPI-CAL (not bit bang - SPI much faster th...
by johnsondav
Wed Jul 26, 2017 3:38 pm
Forum: User Components
Topic: Building Components - Step by Step Guide
Replies: 31
Views: 89384

Re: Building Components - Step by Step Guide

Hi LeighM I have read your tutorial, with great interest and I found it very enlightening. I am hoping to gain further insight as to how best go about creating my own FC7 components. Some of the techniques you have used do not always seem to work for me on my system, but still I will persevere. I th...
by johnsondav
Sun Jul 23, 2017 7:12 pm
Forum: Feature requests
Topic: User Component Folder as Seperate Menu List
Replies: 7
Views: 5622

User Component Folder as Seperate Menu List

Hi Everyone Would it be worth while to include a users own component folder available from within the Flowcode environment. You get to choose where to store your own components, but I think having one user location/menu that is available from the working environment would be very useful. That is to ...
by johnsondav
Sat Jul 22, 2017 11:51 am
Forum: User Components
Topic: Building Components - Step by Step Guide
Replies: 31
Views: 89384

Re: Building Components - Step by Step Guide

Hi Jorgen There are several reasons to keeping what components are developed in a separate folder, as well as those suggested by kersing. It is necessary to help identify what components are still under development as shown below:- You have the option to declare the status of the new component befor...
by johnsondav
Wed Jul 19, 2017 3:54 pm
Forum: User Components
Topic: Building Components - Step by Step Guide
Replies: 31
Views: 89384

Building Components - Step by Step Guide

RF_ASK Module Component I have build a component to control a pair of modules - Receiver & transmitter on the 433MHZ frequency. I have included a step-by-step guide to build the component to control these modules. This is all about how to make your own components, not about the actual modules themse...
by johnsondav
Wed Jul 19, 2017 3:46 pm
Forum: Flowcode V7
Topic: FC7 - Component Creation
Replies: 12
Views: 11590

Re: FC7 - Component Creation

Hi Everyone Here is that Step-by-Step guide to building a simple RF ASK component. Comments please, though pls keep them construction as to usefulness. Component Creation 1.pdf I will place the project in the Forum - User Components should you wish to explore the actual project that created the comp...
by johnsondav
Thu Jul 13, 2017 5:51 pm
Forum: Poll Discussion
Topic: What improvements would you like to see?
Replies: 16
Views: 15343

Re: What improvements would you like to see?

Hi Everyone Just to add to Matt's comment above: You asked elsewhere which family of devices should be included this made me think of a question I and others ask - how to go from a datasheet to a component. Give us a way to do this and then you chaps and chapesses are free to answer proper questions...
by johnsondav
Thu Jul 13, 2017 10:51 am
Forum: Flowcode V7
Topic: FC7 - Component Creation
Replies: 12
Views: 11590

Re: FC7 - Component Creation

Hi Ben I have got my Component working now, including the Flashing LED. It was straight forward once I got it installed. Here it is working: Component Test.jpg Thank you for all your help. Just need to check and start the Step-by-Step guide on how I achieved my working simple RF_ASK 433MHz component...
by johnsondav
Thu Jul 13, 2017 9:18 am
Forum: Flowcode V7
Topic: FC7 - Component Creation
Replies: 12
Views: 11590

Re: FC7 - Component Creation

Hi Ben You are a star. It works. Thank you ever so much. Question is though for another day - why, and what was I doing that prevented my images from working? Here it is: New Component.jpg Well, now that I have a working component image that shows my component, brilliant, All I need to do now, is fi...
by johnsondav
Wed Jul 12, 2017 6:04 pm
Forum: Flowcode V7
Topic: FC7 - Component Creation
Replies: 12
Views: 11590

Re: FC7 - Component Creation

Hi All I give up. Just cannot figure out how to get a 2D model/image to go with this component I have created. Nothing works, like using 'Shapes'; 'images' etc. I cannot find any help files to explain what I am supposed to do. Your 2D models, when loading your components look cool. What I get, at be...
by johnsondav
Tue Jul 11, 2017 7:58 pm
Forum: Flowcode V7
Topic: FC7 - Component Creation
Replies: 12
Views: 11590

Re: FC7 - Component Creation

Hi Ben Thank you for your suggestions, much appreciated. I have got the RF_TX component working and added some info to each of the MACRO's. Well, I think I have added the helpers to each of the macro's in the correct place. I have included the RX pin as suggested, this will allow both transmitter an...
by johnsondav
Tue Jul 11, 2017 4:05 pm
Forum: Flowcode V7
Topic: FC7 - Component Creation
Replies: 12
Views: 11590

Re: FC7 - Component Creation

Please Note! Do not store this component in your main FC7 component folder. I would recommend you save the component somewhere else and use the 'Global Options' under the 'View' menu to set where FC7 should look for your components as shown here: Global Options.jpg Better than messing things up just...