Search found 348 matches

by Derrihj
Thu Aug 27, 2020 7:03 pm
Forum: Flowcode V8
Topic: NTC thermistor Temp sensor
Replies: 69
Views: 37646

Re: NTC thermistor Temp sensor

Am trying to convert an Arduino project to flowcode here is the link; https://www.ametherm.com/blog/thermisto ... hermistors
by Derrihj
Thu Aug 27, 2020 12:59 pm
Forum: Flowcode V8
Topic: NTC thermistor Temp sensor
Replies: 69
Views: 37646

Re: NTC thermistor Temp sensor

Ok that is what i used Benj but my display shows only 28.68 degrees at full range , there must be something am not doing right with the Steinhart and Hart equation as in Flowcode entry data eg the calculation box. Here is my Temperature (in Degrees C)/Resistance (in Ohms) Table of my 10K NTC Thermis...
by Derrihj
Thu Aug 27, 2020 11:15 am
Forum: Flowcode V8
Topic: NTC thermistor Temp sensor
Replies: 69
Views: 37646

NTC thermistor Temp sensor

Hi Everyone, am trying to make a temp sensor with a 10k NTC thermistor and the Steinhart and Hart Equation, I need it to read the temperature of upto 120 degrees Celsius but am having trouble please check my code, Help show me where i go wrong.And how do we enter a coefficient of say 1.125509474e-3 ...
by Derrihj
Sun Aug 16, 2020 9:44 pm
Forum: Flowcode V8
Topic: Scroll Line instead of Display
Replies: 3
Views: 2274

Re: Scroll Line instead of Display

Yes, i used the cursor option even before i put up this new post and what i did is clear line (1) for one second every time am to display the next message of the menu but it's not as cool as a message that just slides in letter per letter at a desired speed as when you scroll the entire display.
by Derrihj
Sat Aug 15, 2020 8:20 am
Forum: Flowcode V8
Topic: Scroll Line instead of Display
Replies: 3
Views: 2274

Scroll Line instead of Display

Hi Ben and Martin how are you and to all the flowcoders, hi.Now sometime i find my self in need of scrolling LCD Display line either 0 or 1 to work as menu scrolling,but Flowcode has one option (Scroll Dislay) that scrolls the entire display, take an example like, i have a message Menu of 5 contents...
by Derrihj
Wed Jun 24, 2020 11:23 pm
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

Well Martin thats all your hadwork,you really did what you could to make me understand the 7seg which proved to be big headed to me in the first start, i really like you mr Martin, wish u could visit me in my country but the bad thing am not that rich to transport u down here.Keep the good work mr M...
by Derrihj
Tue Jun 23, 2020 11:13 am
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

Totally zero half lit LEDs only a reflection of a close camera.
by Derrihj
Tue Jun 23, 2020 10:33 am
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

Ok i have managed now to make my display look really beautiful with totally zero and i mean totally zero half lit LEDs even with port masking method, this is a great achievement for me as i don't have to use the component macro that take allot of my MCU space. I have managed to do this by clearing a...
by Derrihj
Sat Jun 13, 2020 2:33 am
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

Ok i managed to work it out and now it's working with my characters after making seg1=1 instead of 0x73 ,seg2= 2 instead of 0x79 and a 2ms for each digit update interrupt having a total of around 165 flames/sec all together to minimize on the half lit led on my Characters as the reference 1 and 2 wa...
by Derrihj
Thu Jun 11, 2020 10:05 pm
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

At first i used a decimal point to separate the zeros from numbers of people like 1.00, 2.00, 10.0, 99.0 and then 100 till 999.and the program works very well after Martin told me to use <>32,But now i wanted to replace the decimal point with characters like PE that is 1PE , 2PE, 10P, 99P and then 1...
by Derrihj
Thu Jun 11, 2020 8:36 pm
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

Ok ive added custom characters, that is PE (people), on Start up display shows 0PE (0 people),now as an object comes close to the sensor, a 1 is added then display shows 1PE (1 person) and so on as the count comes to 10 and above it changes to say 10P, 20P, 99P then 100 without (P) upto 999.Now the ...
by Derrihj
Wed Jun 10, 2020 7:31 pm
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

Ok got you loud and clear Mr Martin.
by Derrihj
Wed Jun 10, 2020 3:19 pm
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

I would like to use output icon with port masking like we did in the charger instead of using compenent macro inorder to reduce on code size.
by Derrihj
Wed Jun 10, 2020 2:05 pm
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

Here it is with port masking it doesnot work but the good side of it is that the code size reduces, pliz take a look at the flowchat below.
by Derrihj
Wed Jun 10, 2020 1:08 pm
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

Thanks Martin i used != 32 and it worked like a humble dog.Now the option for common pin is there but when you disabled the common pin so that to use your old trick and activate the digit via the output port masking like you did on my old project of battery charger here it does not work that is what...
by Derrihj
Wed Jun 10, 2020 11:13 am
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

Hi Martin nice to see you and thanks for the quick response ok another thing is when Benj updated this 7seg I guess he deactivated the option of disabling the common pin inorder to use the output instead to trigger the digits yet that option is really helpful for low space chips like am using here.I...
by Derrihj
Wed Jun 10, 2020 1:12 am
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

More
by Derrihj
Wed Jun 10, 2020 1:11 am
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

Re: AUTOMATIC SANITIZER

Images
by Derrihj
Wed Jun 10, 2020 1:07 am
Forum: Flowcode V8
Topic: AUTOMATIC SANITIZER
Replies: 20
Views: 7220

AUTOMATIC SANITIZER

Hi every one,Ever since Benj updated the common cathode 7 segment to allow for a HIGH on the output i really wanted to test this and see the new tricks Ben added, i really like the part that says (common Type) were you get to choose if you are gong to use a high or low on the output and also there i...
by Derrihj
Tue May 26, 2020 7:01 pm
Forum: Flowcode V8
Topic: Dc voltmeter 0-55v
Replies: 225
Views: 157702

Re: Dc voltmeter 0-55v

What is the best timing gap between two timers interrupt frequency in code forexample if i use Timer0 and Timer2 in the same code what is the best spacing or it has no problem both can run with the same interrupt frequency? Say forexample if i use two 3 digit 7 seg and one is refleshed by Timer0 and...
by Derrihj
Tue May 19, 2020 3:44 pm
Forum: Flowcode V8
Topic: Dc voltmeter 0-55v
Replies: 225
Views: 157702

Re: Dc voltmeter 0-55v

Hi Martin how are you,hope you are doing well i would like to take you back on this page; http://www.matrixtsl.com/mmforums/viewtopic.php?f=76&t=21119&start=100 were you provided an Excel file for calculating the required numbers to be loaded for the 7seg.Is there a way you can reprogram it in such ...
by Derrihj
Thu May 14, 2020 9:19 pm
Forum: Flowcode V8
Topic: Dc voltmeter 0-55v
Replies: 225
Views: 157702

Re: Dc voltmeter 0-55v

Am about to finish my PCB ,point of interest Explain more about this current limit setting and temperature when charged as in what to maintain and what not.Thanks Steve.
by Derrihj
Tue May 12, 2020 6:22 pm
Forum: Flowcode V8
Topic: Dc voltmeter 0-55v
Replies: 225
Views: 157702

Re: Dc voltmeter 0-55v

Thank you very much Steve001 for the info problem is i can't have a charger with all those specs and i will need to use my battery everyday and it will need to be charged so I better use what i have to charge the battery than not to charge it at-all as i use it, and yes i will have a relay on my PCB...
by Derrihj
Sat May 09, 2020 7:28 am
Forum: Flowcode V8
Topic: Dc voltmeter 0-55v
Replies: 225
Views: 157702

Re: Dc voltmeter 0-55v

Or I would say delayCount = FireDelay / 0.058 which will give me 94 and when ever i want to add I say delayCount = (FireDelay + 0.0303) / 0.058 and when i want to sub i say delayCount = (FireDelay - 0.0303) / 0.058 will this be okay?
by Derrihj
Sat May 09, 2020 4:27 am
Forum: Flowcode V8
Topic: Dc voltmeter 0-55v
Replies: 225
Views: 157702

Re: Dc voltmeter 0-55v

I will need to find away of auto changing your delayCount in case 0.0303ms was added or sub on or from the initial fireDelay variable which means delayCount will not always be fixed or equal to 94times (it will be more or less than 94 sometimes)but will be changing due to changes of FireDelay as dec...