Search found 47 matches

by Bijumon
Mon Jul 13, 2026 10:35 pm
Forum: Projects - Embedded
Topic: UP/DOWN Counter (0-99) project using Mikroe 7seg Click (2x 74HC595) and Mikroe 2x2 Key Click
Replies: 3
Views: 84

Re: UP/DOWN Counter (0-99) project using Mikroe 7seg Click (2x 74HC595) and Mikroe 2x2 Key Click

Hi,

I am happy to hear that my example worked for you.......

Regarding the slow button response: according to the datasheet of the 2x2 Key Click board, it has a hardware debouncing circuit. Additionally, the software (ReadState Macro) has a default debouncing delay of 5ms.

I suspect this ...
by Bijumon
Mon Jul 13, 2026 8:27 pm
Forum: Projects - Embedded
Topic: UP/DOWN Counter (0-99) project using Mikroe 7seg Click (2x 74HC595) and Mikroe 2x2 Key Click
Replies: 3
Views: 84

Re: UP/DOWN Counter (0-99) project using Mikroe 7seg Click (2x 74HC595) and Mikroe 2x2 Key Click

Hi Andreas,

I am also a learner like you, I didn't quite catch your exact requirements, but I attached a program for an up/down counter using push buttons.
It can count up to 99 and reset to zero (and vice versa). i hope it will help for your needs.
Before testing, please make sure your ...
by Bijumon
Sun Jul 12, 2026 6:05 pm
Forum: Projects - Embedded
Topic: Thermometer project using Mikroe 7seg Click (2x 74HC595) and Mikroe Thermo 4 Click (LM75B)
Replies: 12
Views: 373

Re: Thermometer project using Mikroe 7seg Click (2x 74HC595) and Mikroe Thermo 4 Click (LM75B)

Hi,

You can use the I2C Master component to read the temperature from the LM75B, which allows you to use all 8 available addresses on the chip.
This also means you can connect multiple LM75B sensors to the exact same I2C bus, as long as you give each one a different address setting.

Additionally ...
by Bijumon
Sun Jul 12, 2026 7:34 am
Forum: Projects - Embedded
Topic: Thermometer project using Mikroe 7seg Click (2x 74HC595) and Mikroe Thermo 4 Click (LM75B)
Replies: 12
Views: 373

Re: Thermometer project using Mikroe 7seg Click (2x 74HC595) and Mikroe Thermo 4 Click (LM75B)

Hi,

Create a data array with the size of 10 (e.g., 7Seg_data[10]).

Initial with the correct byte values to display numbers from 0 to 9 based on your display type.

Then call ShowSegments as follow
Digit - 0
Segments - 7Seg_data[Digit_Tens]
Digit - 1
Segments - 7Seg_data[Digit_Units]
by Bijumon
Sat Jul 11, 2026 9:03 pm
Forum: Projects - Embedded
Topic: Thermometer project using Mikroe 7seg Click (2x 74HC595) and Mikroe Thermo 4 Click (LM75B)
Replies: 12
Views: 373

Re: Thermometer project using Mikroe 7seg Click (2x 74HC595) and Mikroe Thermo 4 Click (LM75B)

Hi,

Try this attached example, I hope it works for you!

While debugging the I2C data, I noticed that the Flowcode LM75B component uses a hardcoded I2C address 0x92 for Writing and 0x93 for Reading.
In the picture of your hardware, your LM75B address jumpers are currently set for 0x90 and 0x91 (all ...
by Bijumon
Wed Jun 24, 2026 7:06 pm
Forum: Bug Reports
Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
Replies: 9
Views: 1394

Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version

Hi everyone,

Thanks for all the support.

I have verified the pin mappings for my setup PWM Channel 5 (TIM2_CH1) on PORTD5 of the E-blocks board correctly maps to PA5 on the controller, and E-blocks PORTA0 (my LED pin) maps to PA0. This completely matches the E-blocks pin mapping guide.

Next I try ...
by Bijumon
Sun Jun 21, 2026 11:30 am
Forum: Bug Reports
Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
Replies: 9
Views: 1394

Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version

Hi team,

Thank you for the response and the suggestions.
I am currently testing the generated .hex files inside Proteus simulation before moving the project to physical hardware.

I am experiencing issue between two different compilation approaches. Both versions compile to a .hex file without any ...
by Bijumon
Fri Jun 19, 2026 7:01 pm
Forum: Bug Reports
Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
Replies: 9
Views: 1394

Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version

Hi Team,

Thank you for the quick fix on the subject! The latest update is compiling the project without any errors.

Just to clarify my setup: I am not using real hardware yet. I am simulating the project in Proteus using the .hex file generated by Flowcode.

While testing, I noticed a couple of ...
by Bijumon
Tue Jun 16, 2026 6:24 pm
Forum: Bug Reports
Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
Replies: 9
Views: 1394

Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version

Hi team,

I am having an issue, compiling project in the Flowcode 11 Free Version using the free target E-Blocks2 STARM Programmer.
it fails to compile and displays the following error message.

"You do not have a valid licence to perform this action"

further, I noticed that under the Project ...
by Bijumon
Sat Feb 21, 2026 8:21 pm
Forum: User Components
Topic: FC components and AI (ideas?)
Replies: 20
Views: 28616

Re: FC components and AI (ideas?)

Hi Everyone,

custom fields Buffer Overflow Fixed.
Added a "Dark" and "Light" mode toggle.
Added a Base64-encoded png custom logo.
Added spinner on WiFi scanning button.