Search found 35 matches

by E*2Engineer
Thu Feb 01, 2018 8:58 pm
Forum: User Components
Topic: AM2320 temp/ hum sensor. Same as DHT22?
Replies: 3
Views: 6245

Re: AM2320 temp/ hum sensor. Same as DHT22?

Thank you both Leigh & Martin,

Between the info from the both of you, I was able to start using the AM2320.
This was more valuable to me right now than than you might imagine, as this is not
for just a "pass the time" project.

I appreciate the information from both of you.
-Craig C
by E*2Engineer
Wed Jan 31, 2018 8:28 am
Forum: User Components
Topic: AM2320 temp/ hum sensor. Same as DHT22?
Replies: 3
Views: 6245

AM2320 temp/ hum sensor. Same as DHT22?

Hello, This sensor appears to be just the ticket for the project I am working on, with its 12 bit accuracy in both temp/hum. No need for calibration,price, and other features. However, upon reading the datasheet for the AM2320, it appears to be a I2C device, yet the only talk I have seen of it on th...
by E*2Engineer
Wed Jan 31, 2018 8:05 am
Forum: Poll Discussion
Topic: Do you make use of Ghost features?
Replies: 7
Views: 13008

Re: Do you make use of Ghost features?

The GHOST technology is something I was really looking forward to. It is to ambiguous and needs more development and documentation. So unfortunately, like others, I rely on tried and true methods for programming. I really think it has a lot of potential, and hope it gets developed further, so using ...
by E*2Engineer
Tue Jul 11, 2017 9:22 am
Forum: Flowcode V6
Topic: ADDING TEXT, AND A STEP THROUGH BUTTON QUERY
Replies: 1
Views: 2613

ADDING TEXT, AND A STEP THROUGH BUTTON QUERY

Hello all, I am trying to name a couple momentary switches, I seem to be able to make text, but not add it to my panel. I don't know where it is going, if anywhere. One other question for stepping through programs, Is there a way to step through, and press one of the buttons as well? This way I can ...
by E*2Engineer
Tue Feb 07, 2017 9:25 pm
Forum: Flowcode V7
Topic: Getting my program to loop properly
Replies: 2
Views: 3006

Re: Getting my program to loop properly

Hi Leigh,
Yes that is it. I've even written programs in that way myself.
Really don't understand how I missed the obvious there...........
Thanks,
-CC
by E*2Engineer
Tue Feb 07, 2017 6:58 am
Forum: Flowcode V7
Topic: Getting my program to loop properly
Replies: 2
Views: 3006

Getting my program to loop properly

Hello all, I have the start of a splash program I am writing for my MikroElektronika EasyPic V7 development board which has plenty of LED's, a buzzer, display, and such I can include. The program, as is runs once, but I would like it to loop. I am using macros, as the program will be getting much mo...
by E*2Engineer
Tue Feb 07, 2017 5:48 am
Forum: E-blocks
Topic: EB-006-06 not able to program
Replies: 3
Views: 5907

Re: EB-006-06 not able to program

Hello BenJ, Sorry for the long response time, life does get in the way sometimes. But good news, the MLoader software seems to be working fine for my programming issue. I do have a question for you regarding the EB-006 V9 board, as I am using V7 FC, and would like to see what the Ghost capabilities ...
by E*2Engineer
Mon Jan 23, 2017 11:38 am
Forum: E-blocks
Topic: EB-006-06 not able to program
Replies: 3
Views: 5907

EB-006-06 not able to program

Hello Pro's, EB-006-06 board with chip labeled D.O.M. 10/12 /2010 Using FC7 on 64 bit Windows 7 desktop. MikroElektronika EasyPic V7 development board, which is a great platform. Up until recently I have been using PIC16F877A, now I have tried PIC16F1937,PIC16F1979, as well as several other types of...
by E*2Engineer
Wed Jan 11, 2017 3:43 am
Forum: Flowcode V7
Topic: Using Switch to choose a calculation output.
Replies: 5
Views: 5421

Re: Using Switch to choose a calculation output.

Thank You for that, got it working!
by E*2Engineer
Wed Jan 11, 2017 1:10 am
Forum: Flowcode V7
Topic: Using Switch to choose a calculation output.
Replies: 5
Views: 5421

Explanation required on solution from LeighM

http://www.matrixtsl.com/mmforums/viewt ... 63&t=18457

The solution Leigh posted I did not really understand.

Could someone could give me some further help?

Please insert what he had in mind into my code attached, so I can single step through it and learn it.
Thank You.
by E*2Engineer
Tue Jan 10, 2017 8:02 pm
Forum: Flowcode V7
Topic: Using Switch to choose a calculation output.
Replies: 5
Views: 5421

Re: Using Switch to choose a calculation output.

Thank you for the reply, But I just don't understand the A & 1 portion. Is there still a fmod in the program? Or did you manage to remove that. It seems you are treating 1 as a variable.......... Please send code with response. Sorry, for the ignorance, I am new to what you are doing. NOT a Trump vo...
by E*2Engineer
Tue Jan 10, 2017 9:04 am
Forum: Flowcode V7
Topic: Using Switch to choose a calculation output.
Replies: 5
Views: 5421

Using Switch to choose a calculation output.

Hello, I am trying to display a LED on a every bit of every port sequentially. To keep from having more than 1 led at a time on, I want to rule out all odd numbers. Display 1 then 2, then 4, etc, on every port. The program is not complete i am aware, but I know that nothing is going to work as I wan...
by E*2Engineer
Fri Sep 02, 2016 5:39 pm
Forum: General Programming
Topic: Old Intro to Micro's course.
Replies: 1
Views: 3601

Old Intro to Micro's course.

Hello, This "Intro to MicroControllers" is what I originally learned on, and was just the format I needed to make learning the then FC V3 product I had purchased easy for me. I am now using V6, and want to teach it to my daughter, using the same format that worked so well for me. Attached is a scree...
by E*2Engineer
Mon Mar 28, 2016 10:50 pm
Forum: Flowcode V6
Topic: Macros and variable options.
Replies: 7
Views: 6068

Re: Macros and variable options.

Jac, Thanks for the input, I believe I see what you are talking about, after seeing how variables are used in macros. "When you use local variables you can create a macro that accepts the channel as parameter and returns the value." I am assuming that when you use a local variable to (in this case )...
by E*2Engineer
Mon Mar 28, 2016 2:07 am
Forum: Flowcode V6
Topic: Macros and variable options.
Replies: 7
Views: 6068

Re: Macros and variable options.

Thank you Martin, The code actually makes me look worse at this than I am. 1)I have completed (sucsessfully) the "Intro to Microcontrollers" with all the experiments, and each worked). But there were no Local Variables brought up in that. This was prior to me purchasing V6. 2) I did not even know I ...
by E*2Engineer
Sun Mar 27, 2016 5:29 am
Forum: Flowcode V6
Topic: Macros and variable options.
Replies: 7
Views: 6068

Macros and variable options.

Hello all, I am writing a program that has multiple inputs and outputs, I am writing it with macros, to help keep the program structured, and not a hot mess of a main program. Hardware is my forte'. I *will* be re-learning C, and mastering FC6 to be able to be able to be a more functional programmer...
by E*2Engineer
Thu Mar 17, 2016 2:13 pm
Forum: Flowcode V6
Topic: Multiple pots in program move in unison
Replies: 11
Views: 10727

Re: Multiple pots in program move in unison

Leigh,
This was more than a solution, it was a great bit of usable information in making components, and programming as well.
Very useful for all other projects.
Thanks again,
-Craig
by E*2Engineer
Thu Mar 17, 2016 3:05 am
Forum: Flowcode V6
Topic: Multiple pots in program move in unison
Replies: 11
Views: 10727

Re: Multiple pots in program move in unison

LeighM, i really like your solution, And thanks so much for the start of the code needed, I would have had some problems without it, as I am still learning FC6. Are 2 of the 3 variants of the program for 32 or 64 bit? test_mux.fcfx opened right up on my Win 7 64 bit computer. And mux16.fcpx was not ...
by E*2Engineer
Wed Mar 16, 2016 5:14 am
Forum: Flowcode V6
Topic: Multiple pots in program move in unison
Replies: 11
Views: 10727

Re: Multiple pots in program move in unison

Benj, That will get me by on the 1st 8 Analog inputs, but I have 16 analog voltages to read, all from separate sources. And even then it would mean I couldn't use the code the way it will be written/ run in the actual project, making it a exercise in futility. The 16 channels will be coming from pot...
by E*2Engineer
Tue Mar 15, 2016 10:23 pm
Forum: Flowcode V6
Topic: Multiple pots in program move in unison
Replies: 11
Views: 10727

Re: Multiple pots in program move in unison

But I have so many analog inputs in my project, I will be using a MUX to change from 1 signal to the next. It shows that in my program. I first choose an input using the output of Channel B, going to a MUX then I sample the selected signal. Any way to sim this? If I can't get to simulate this in the...
by E*2Engineer
Tue Mar 15, 2016 4:40 am
Forum: Flowcode V6
Topic: Multiple pots in program move in unison
Replies: 11
Views: 10727

Multiple pots in program move in unison

Hello people, The program attached has 4 potentiometers in it, with only 2 involved in the start of this program, and for some reason, if I move any one of them, they all turn equally and simultaneously amount. Strangely enough, I would prefer them to move individually. :o What simple, stupid thing ...
by E*2Engineer
Sun Nov 22, 2015 9:44 pm
Forum: General Programming
Topic: Crystal configuration question.
Replies: 3
Views: 7274

Re: Crystal configuration question.

To answer your question, quite frankly no, I actually forgot to check the datasheet for that. I am on painkillers, pre knee surgery and have been having a tough time thinking clearly. But thanks for the information anyway. It does answer my question, so 1 credit for you in the "thanks" field. Thank ...
by E*2Engineer
Sat Nov 21, 2015 8:31 am
Forum: General Programming
Topic: Crystal configuration question.
Replies: 3
Views: 7274

Crystal configuration question.

Hello all, I just got done troubleshooting a programming a problem through trial and error, a method which is time consuming and frustrating. My system with Flowcode 4 or 6 would not program, or at least run the pics I tried to program if the setting was XT. HS solved the issue it turned out. So I a...
by E*2Engineer
Sat Nov 21, 2015 1:38 am
Forum: Flowcode V6
Topic: 2 "IDENTICAL" SIMPLE PROGS, 1 WORKS, 1 DOESN'T
Replies: 1
Views: 2063

2 "IDENTICAL" SIMPLE PROGS, 1 WORKS, 1 DOESN'T

Who can tell me which one won't run after being programmed, and why, because this FC 6 rookie is LOST. I really do need to know this, as I am completely stuck, and need to get a project done. I have had this problem in the past, where an older version of a program works, (in V4.5) but a re-written "...
by E*2Engineer
Mon Oct 12, 2015 6:55 am
Forum: User Components
Topic: 3 POSITION ROTARY SWITCH FC Ver 6
Replies: 1
Views: 6102

3 POSITION ROTARY SWITCH FC Ver 6

Hi all, I need a 3 POSITION ROTARY SWITCH for my project that is under a time crunch. I admit I have not not found let alone seen the component creation video. All I am looking for is a 2D 3 position switch with one common pin. Need it for my program / sim panel. As I am new to FC 6, I should ask, s...