Search found 107 matches

by Sasi
Wed Jun 11, 2025 11:24 am
Forum: Feature Requests
Topic: GLCD Monochrome Components Improvement
Replies: 0
Views: 34

GLCD Monochrome Components Improvement

Hi,
My suggestion would be that when driving GLCD Monochrome Displays with SPI interface,
the Component Macro should be able to use a real SPI MCU peripheral, not just an emulated interface.
Like for example SSD1305 Buffered, SSD1306 Buffered, SSD1322 Buffered.

Regards,
Sasi
by Sasi
Sun Jun 08, 2025 11:18 am
Forum: General
Topic: TOF_VL53L0X Error
Replies: 20
Views: 358

Re: TOF_VL53L0X Error

Hi,
The TOF sensor in the picture is a VL53L1X type which is pin compatible with the VL53L0X type.
But it probably won't work with the VL53L0X API.
Regards,
Sasi
by Sasi
Fri May 30, 2025 1:28 pm
Forum: Feature Requests
Topic: SSD1305 Display with I2C interface
Replies: 7
Views: 236

Re: SSD1305 Display with I2C interface

If I turn on Interlaced mode it looks pretty good.
SSD1305_I2C Display_test1 interlaced_ON.jpg
SSD1305_I2C Display_test1 interlaced_ON.jpg (25.4 KiB) Viewed 142 times
by Sasi
Fri May 30, 2025 1:04 pm
Forum: Feature Requests
Topic: SSD1305 Display with I2C interface
Replies: 7
Views: 236

Re: SSD1305 Display with I2C interface

Hi,
I installed the updates and tested it.
The device address 0x78 cannot be selected from the interface yet.
SSD1305_I2C Display_test1.jpg
SSD1305_I2C Display_test1.jpg (29.8 KiB) Viewed 151 times
SSD1305_I2C Display_test1_sim.jpg
SSD1305_I2C Display_test1_sim.jpg (13.67 KiB) Viewed 151 times
SSD1305_I2C Display_test1.fcfx
(11.84 KiB) Downloaded 9 times
by Sasi
Thu May 29, 2025 8:47 pm
Forum: Feature Requests
Topic: SSD1305 Display with I2C interface
Replies: 7
Views: 236

Re: SSD1305 Display with I2C interface

Hi Ben, I was really curious about the display image and tried it with the SSD1306 Component Macro, but I had to overwrite the Initialization data to get a correct image. In the SSD1306 Component Macro, I had to set the I2C device address to 0x78. You can find the test project here: https://www.flow...
by Sasi
Thu May 29, 2025 9:03 am
Forum: Bug Reports
Topic: CAL_I2C Component Macro Connection problem
Replies: 5
Views: 164

Re: CAL_I2C Component Macro Connection problem

I was trying out an SSD1305 Display module with an I2C interface when I experienced this. I used the SSD1306 Component Macro commands, but I overwrote the Display Initialization datas and used the CAL_I2C macro for this. When I set 0x78 as the address in the "Transaction_Initialise" comman...
by Sasi
Thu May 29, 2025 7:46 am
Forum: Bug Reports
Topic: CAL_I2C Component Macro Connection problem
Replies: 5
Views: 164

Re: CAL_I2C Component Macro Connection problem

Hi Martin, Thank you very much! I didn't know about this option. After setting the port pins I tried the CAL_I2C Macro. I found that the "Transaction_Initialise" command rotates the address value one place to the left. For example, if the address of the I2C device is 0x78, I have to enter ...
by Sasi
Wed May 28, 2025 3:33 pm
Forum: Bug Reports
Topic: CAL_I2C Component Macro Connection problem
Replies: 5
Views: 164

CAL_I2C Component Macro Connection problem

Hello! I want to use the CAL_I2C component macro with a PIC24FJ256GA702 microcontroller. In the Properties window, the SCA and SCL pins point to non-existent port. If I change the I2C channel, the SCA and SCL port pins do not change. PIC24FJ256GA702_I2C_CAL_CH1.jpg PIC24FJ256GA702_I2C_CAL_CH2.jpg Re...
by Sasi
Tue May 27, 2025 4:59 pm
Forum: Feature Requests
Topic: SSD1305 Display with I2C interface
Replies: 7
Views: 236

SSD1305 Display with I2C interface

Hello,
I have a few of these displays and I would like to use them with Flowcode
but I missed that there is no Component Macro for the SSD1305 that supports I2C interface.
I would be happy if it could be solved to work with Flowcode.
DISPLAY SSD1305.jpg
DISPLAY SSD1305.jpg (35.08 KiB) Viewed 236 times
Regards,
Sasi
by Sasi
Sat May 10, 2025 4:39 pm
Forum: General
Topic: UART "SendString" command problem [SOLVED]
Replies: 22
Views: 6031

Re: UART "SendString" command problem

Hi,
The solution was to set the "Table Read Protect Boot" bit to "Disabled" in the configuration settings.
More information can be found here:
https://developerhelp.microchip.com/xwi ... tion-bits/
Sasi