Search found 1337 matches

by medelec35
Thu Mar 30, 2023 4:07 pm
Forum: General
Topic: ESP32 - Reusing example source - Esp32-Camera
Replies: 27
Views: 4185

Re: ESP32 - Reusing example source - Esp32-Camera

That is still a great picture!
by medelec35
Wed Mar 29, 2023 10:22 pm
Forum: General
Topic: Tcs34725 Color sensor sample.
Replies: 6
Views: 996

Re: Tcs34725 Color sensor sample.

Hello. These forums are for Flowcode v9 and v10 Can you please edit your post and select the v9 or v10 post icon? Post Icons.png Is your Tcs34725 the Grove colour sensor or just a breakout board? What target device are you using e.g just a microcontroller like 16F18877 or a BL011 or BL0055? How are ...
by medelec35
Tue Mar 28, 2023 7:03 pm
Forum: General
Topic: UART INT HUMAN INJECTION NOT WORK
Replies: 1
Views: 423

Re: UART INT HUMAN INJECTION NOT WORK

Hello. The RX interrupt does not simulate but it should work on your hardware. Also, the Circular buffer is great when it comes to reliable communications. So, I have attached a project for you to try. It uses a circular buffer component and allows you to use HI injector without interfering with you...
by medelec35
Tue Mar 28, 2023 8:01 am
Forum: General
Topic: license
Replies: 6
Views: 879

Re: license

Sorry to hear you are still having problems.
If you can post your .msg.txt & and .fcfx files we can see if we help you further.
by medelec35
Mon Mar 27, 2023 6:38 pm
Forum: General
Topic: Best tactic: count down clock
Replies: 31
Views: 3766

Re: Best tactic: count down clock

I created an MIT app that allows an Android mobile phone to connect via BT to update RTC with the latest time by just clicking a button.
It does a lot more than that, but it can be adapted to suit your needs.
by medelec35
Sun Mar 26, 2023 3:01 pm
Forum: General
Topic: Best tactic: count down clock
Replies: 31
Views: 3766

Re: Best tactic: count down clock

Just a thought. How about Something like Arduino uno, 4x20 display, and App Developer is used? The App Developer can set the RTC with the correct time and date and it will set the future date. Then no external keypad will be required, so the hardware is simplified to just Arduino Uno, LCD, and an RT...
by medelec35
Sat Mar 25, 2023 3:55 pm
Forum: General
Topic: First time Arduino
Replies: 22
Views: 2402

Re: First time Arduino

For the Nano, have you tried the drivers from this site?
If it still does not work, I can order the same versions as you for testing.
by medelec35
Sat Mar 25, 2023 3:39 pm
Forum: General
Topic: First time Arduino
Replies: 22
Views: 2402

Re: First time Arduino

I don't know if the hardware has been changed since I got my Nano as the device manager shows:
Device Manager Nano.png
Device Manager Nano.png (1.8 KiB) Viewed 941 times
My Nano has a CH340C chip on the underside of the board, does yours?
The CH340 drivers can be downloaded from this post
by medelec35
Sat Mar 25, 2023 3:28 pm
Forum: Bug Reports
Topic: gLCD_SSD1306_i2c1 Error
Replies: 16
Views: 2317

Re: gLCD_SSD1306_i2c1 Error

I have just used FC9 to compile to hex, and there were no errors generated for me. Have you checked you are up-to-date with the latest version and components? I'm running 9.3.1.36 If you select help, Library updates and tick Show up-to-date files. The LCD revision I'm using 9, so check that is the v...
by medelec35
Sat Mar 25, 2023 3:15 pm
Forum: General
Topic: First time Arduino
Replies: 22
Views: 2402

Re: First time Arduino

Sorry, I have not got a Micro to try, but I do have a nano that also has a reset button.
I don't need to press it for it to be successfully programmed.
Have you tried not pressing the button as well as pressing the button during programming?