Search found 20 matches

by TWPC
Sun Nov 26, 2023 9:30 pm
Forum: General
Topic: Squareline studio use with flowcode - GLCD UI
Replies: 0
Views: 5782

Squareline studio use with flowcode - GLCD UI

Evening all, Wondering if anyone has any experience in using Sqareline Studio (https://squareline.io/) or similar graphical UI creators for user interfaces on GLCDs. If so, would be greatful to hear what your workflows are for the UI code and image file exports out of the UI creator program and into...
by TWPC
Wed Nov 15, 2023 3:45 pm
Forum: General
Topic: ESP32 touch screen boards
Replies: 3
Views: 9066

Re: ESP32 touch screen boards

Thank you for your pointers. i am currently experimenting with the examples found on the WIKI, with no luck so far but im sure i'll get there. For any others in the same case as me, this information i found helpful. still looking for some example projects of working flowcode projects using these boa...
by TWPC
Sat Nov 11, 2023 7:09 pm
Forum: General
Topic: ESP32 touch screen boards
Replies: 3
Views: 9066

Re: ESP32 touch screen boards

IMG_4849.jpg
IMG_4849.jpg (99.06 KiB) Viewed 9065 times
by TWPC
Sat Nov 11, 2023 7:08 pm
Forum: General
Topic: ESP32 touch screen boards
Replies: 3
Views: 9066

ESP32 touch screen boards

Good afternoon fellow flowcode forum users. I recently bought two of these touch screen boards and found limited information about them. ESP32-2432S028R (resistive) & ESP32-2432S032C (capacitive) I've linked a github page based off of one of the boards i found along the way if its useful to anyone. ...
by TWPC
Fri Oct 27, 2023 3:31 pm
Forum: Projects - Embedded
Topic: Ibutton/one wire simulation
Replies: 9
Views: 11325

Re: Ibutton/one wire simulation

Hi Ben,

no worries at all.

Finally got back in the office and tested the file you sent. Unfortunatly the same thing happens, no differece to the previous files.
by TWPC
Mon Sep 04, 2023 8:50 pm
Forum: Projects - Embedded
Topic: Ibutton/one wire simulation
Replies: 9
Views: 11325

Re: Ibutton/one wire simulation

Hi Ben,

Hope all is good. did you ever manage to get the time to investigate the project file?

Thanks,
Leon
by TWPC
Fri Aug 04, 2023 5:29 pm
Forum: Projects - Embedded
Topic: Ibutton/one wire simulation
Replies: 9
Views: 11325

Re: Ibutton/one wire simulation

Hi Ben, The files are both from the Wiki. The only difference being the Arduino API added for the hardware interface for reading the DS1990 keys. i have attached a screenshot for what i am referencing in the previous posts. the serial number string in the project explorer panel reads the key as 1,1,...
by TWPC
Tue Aug 01, 2023 11:34 pm
Forum: Projects - Embedded
Topic: Ibutton/one wire simulation
Replies: 9
Views: 11325

Re: Ibutton/one wire simulation

Gave option 2 a go, however i seem to be getting a weird repeating 'getIDbyte' value. When trying to read a DS1990a using an arduino uno with API firmware uploaded and simulating the 'OneWire_Device_ID_Serial' example from the OneWire Wiki page with the Uno api component added, i seem to be getting ...
by TWPC
Mon Jul 31, 2023 6:24 pm
Forum: Projects - Embedded
Topic: Ibutton/one wire simulation
Replies: 9
Views: 11325

Re: Ibutton/one wire simulation

Hi Ben, Thank you for your reply! I will try option 1 - I was aware of this when looking at the property options within the component but it was my last resort as i was trying to find an option (option 2) that would be good to test my flow-code while i am on the go with my laptop without any prototy...
by TWPC
Mon Jul 31, 2023 3:12 pm
Forum: Projects - Embedded
Topic: Ibutton/one wire simulation
Replies: 9
Views: 11325

Ibutton/one wire simulation

Hi all, Wondering if anyone has any experience with the Ibutton (DS1990) and the one wire components and connecting them manually during simulation. I am trying to run a simple project of reading the one wire then storing the serial of one or multiple ibuttons in the EEPROM. However, trying to find ...