Search found 1331 matches

by medelec35
Tue Apr 09, 2024 8:27 am
Forum: General
Topic: ESP32 and LSM9DS1 not compiling
Replies: 15
Views: 4383

Re: ESP32 and LSM9DS1 not compiling

Thanks Stefan.
Sorry for the delay, this has slipped under the net.
I will see if I can find out what's going on.
by medelec35
Fri Apr 05, 2024 8:37 pm
Forum: General
Topic: License Activation
Replies: 13
Views: 393

Re: License Activation

Hello, that sounds correct.
Why would you want to reinstall as your .msg.txt states
Programming successful!
What issue are you having?
by medelec35
Fri Apr 05, 2024 8:32 pm
Forum: Bug Reports
Topic: Flowcode 7 Download Not Working !
Replies: 6
Views: 137

Re: Flowcode 7 Download Not Working !

Hi Stuart.
Sorry to see you are having downloading issues.
Hopefully, it will be investigated on Monday during office hours.
by medelec35
Thu Apr 04, 2024 8:39 pm
Forum: Bug Reports
Topic: SD card not initialising using 18F47K42 FC9
Replies: 4
Views: 157

Re: SD card not initialising using 18F47K42 FC9

In that case can you try software mode instead.
The issue with 18FxxK42 devices is some of the SFR are different to the norm, so they are not currently supported with SPI or I2C.
The rules have been completely rewritten!
Sorry for any inconvenience.
by medelec35
Thu Apr 04, 2024 8:35 pm
Forum: General
Topic: License Activation
Replies: 13
Views: 393

Re: License Activation

I'm not sure what your issue is as your .txt.msg states:

Code: Select all

Programming successful!
So, your hardware has been programmed.

Have you got your hardware wired up correctly?
Perhaps check D3 with a scope, DMM or logic analyser.
by medelec35
Wed Apr 03, 2024 9:32 pm
Forum: General
Topic: License Activation
Replies: 13
Views: 393

Re: License Activation

You are missing the .msg.txt file
That would be a big help for us if you had downloaded the AVR/Arduino toolchaain
by medelec35
Tue Apr 02, 2024 2:09 pm
Forum: Bug Reports
Topic: SD card not initialising using 18F47K42 FC9
Replies: 4
Views: 157

Re: SD card not initialising using 18F47K42 FC9

Hello.
Are you referring to a compiler error with just initialise, if so can you post your .fcfx, .c and .msg.txt files please.

Or are you referring to stuck on initialise within your hardware?
by medelec35
Tue Apr 02, 2024 11:52 am
Forum: General
Topic: License Activation
Replies: 13
Views: 393

Re: License Activation

Hello. Can you select Full Editor & Preview, below the reply window, Select attachments and upload the .fcfx, .msg.txt and .c files within the project folder. Without seeing those files we can only guess. Do you have the nano drivers installed and selected the correct comport (bottom righthand side)...
by medelec35
Tue Apr 02, 2024 10:23 am
Forum: General
Topic: License Activation
Replies: 13
Views: 393

Re: License Activation

Hello.
If you have not purchased any chip packs, then the only hardware that will work is listed here
by medelec35
Thu Mar 28, 2024 10:21 am
Forum: General
Topic: E-Blocks 2 settings
Replies: 4
Views: 205

Re: E-Blocks 2 settings

Hello. This is the debounce routine for the switch read functions: Debounce.png if you believe the debounce is not working then we will investigate further. You need to rememberr that the code within a microcontroller is accessed so fast, delays or WaitUntilHigh or WaitUntilLow (depending on the pol...