Search found 34 matches

by Billduck1302
Mon Jan 19, 2026 2:31 am
Forum: Feature Requests
Topic: Buzzer component
Replies: 2
Views: 990

Buzzer component

I am using the stock component. To play more than 1 tone, it seems that one has to add the component for each tone.
It would be nice if one could specify the pitch and duration when calling it.
by Billduck1302
Fri Jan 09, 2026 11:39 pm
Forum: General
Topic: Reading a 12.62 Volt battery with a voltage divider on an UNO
Replies: 9
Views: 1574

Re: Reading a 12.62 Volt battery with a voltage divider on an UNO

Thank you. This interplay is what makes the Forum so great.
by Billduck1302
Fri Jan 09, 2026 9:27 pm
Forum: General
Topic: Reading a 12.62 Volt battery with a voltage divider on an UNO
Replies: 9
Views: 1574

Re: Reading a 12.62 Volt battery with a voltage divider on an UNO

I am not seeing the MAP function in Version 11.
by Billduck1302
Thu Jan 08, 2026 9:42 pm
Forum: General
Topic: Reading a 12.62 Volt battery with a voltage divider on an UNO
Replies: 9
Views: 1574

Reading a 12.62 Volt battery with a voltage divider on an UNO

I have a 12.62 Volt Lithium battery (4S). The voltage goes thru a 5:1 voltage divider to AN0 on the UNO. It consistently uuder reports the voltage. (See photo) For the component, a potentiometer, I am wondering if settings for the pot need to be tweeked. From the photo, the UNO is saying the voltage...
by Billduck1302
Fri Dec 19, 2025 8:50 pm
Forum: General
Topic: Compiling Problem
Replies: 1
Views: 515

Compiling Problem

In the attached program, for an UNO, I get the following message when I enable an interrupt "Interrupt for Incrementing minutes". The interrupt is highlighted with a comment. I am wondering if anyone has any comment as to why the compilation fails. C:\ProgramData\MatrixTSL\FlowcodeV11\FCD\...
by Billduck1302
Tue Dec 09, 2025 1:41 am
Forum: General
Topic: Error codes when compiling to target
Replies: 1
Views: 519

Error codes when compiling to target

I get this response: I was wondering if there is a guide as to error interpretation. I might add that if no UNO is plugged in, I only get the last code. I have selected, in Project options, the correct programming port. I am wondering if I have the incorrect version of the UNO. ""avrdude.e...
by Billduck1302
Fri Dec 05, 2025 5:07 pm
Forum: General
Topic: 2.4",2.8",3.5" TFT LCD Question
Replies: 1
Views: 775

2.4",2.8",3.5" TFT LCD Question

I would like to use any of these 3 sizes of LCD's, as shown in the photos. I can see a mC labeled SM245TS.
Thanks in advance.
by Billduck1302
Wed Oct 29, 2025 5:11 pm
Forum: General
Topic: Buzzer tones.
Replies: 7
Views: 2136

Re: Buzzer tones.

Thanks again. I will try that.
Oddly enough, with the attached program, when I add 2 Buzzer components,
with different frequencies, and test it, I get the same frequency sound.
by Billduck1302
Tue Oct 28, 2025 11:18 pm
Forum: General
Topic: Buzzer tones.
Replies: 7
Views: 2136

Re: Buzzer tones.

It works, thank you.
How would I go about giving the tone a duration?
Also, Is the PWM C code a component? Obviously I don't get it.