Search found 1354 matches

by medelec35
Mon May 20, 2024 3:15 pm
Forum: Bug Reports
Topic: arduino INTERRUPTS - IOC PORTD... do not select..
Replies: 6
Views: 910

Re: arduino INTERRUPTS - IOC PORTD... do not select..

Hi Lambra I have just testing IOC on the Arduino Uno & there is nothing to fix! Port IOC works for ports B,C and D. Okay so I do NOT ...get the BLUE flag or the RED flag to set..!! I consider this to be a bug.... which I bave tracked back to the days of V5 flowcode.. No, not a bug since with AVR it ...
by medelec35
Mon May 20, 2024 12:23 pm
Forum: Bug Reports
Topic: SR04 Ultrasonic Sensor
Replies: 13
Views: 862

Re: SR04 Ultrasonic Sensor

Hi Iain I have just looked into this, and its not a bug but a setting in which I gave incorrect advice. What I have done is exposed the timer rollover time which is in seconds The furthest distance that can be measured is 310 cm = 18ms. Therefore, the value exposed can't be below the maximum ms time...
by medelec35
Mon May 20, 2024 8:06 am
Forum: General
Topic: PIC12F509 Compile Error
Replies: 5
Views: 51

Re: PIC12F509 Compile Error

Hi Alan
I would not recommend using 12F509 as the memory is too low to do anything with.
The error is just stating the target device has run out of memory.
For example, if you change the target device to 12F1840, not only will it run a lot faster, but there will also be much more memory available.
by medelec35
Fri May 17, 2024 3:40 pm
Forum: General
Topic: Matrix Keypad Issues Disturbance
Replies: 4
Views: 830

Re: Matrix Keypad Issues Disturbance

Hello.
If you look at Generic Keypad on the Wiki, it shows you how to wire up the keypad.
by medelec35
Fri May 17, 2024 11:14 am
Forum: General
Topic: New MCP690X Thermocouple Component.
Replies: 39
Views: 13607

Re: New MCP690X Thermocouple Component.

Thanks Stefan.
I have tried with CH1 on the Wroom-32 and with the same pins as you and it's working for me.
by medelec35
Fri May 17, 2024 10:21 am
Forum: General
Topic: New MCP690X Thermocouple Component.
Replies: 39
Views: 13607

Re: New MCP690X Thermocouple Component.

Hi Stefan.
I have just tested my MCP9600 on CH1 on Wroom-32 and is working as expected.
What pins are you using for data and clock?
by medelec35
Fri May 17, 2024 7:21 am
Forum: Projects - Embedded
Topic: Secondary oscillator on a PIC16F18425
Replies: 4
Views: 738

Re: Secondary oscillator on a PIC16F18425

There must be a bug in the settings somewhere. Its like there are not enough options in the dropdown to set to SOSC and HFINOSC 32MHz No, only set it for HFINOSC 32MHz. Config settings OSC.png SOSC is only set within timer 0 Make sure the clock is running at the desired speed e.g 32MHz, by running ...
by medelec35
Thu May 16, 2024 5:21 pm
Forum: General
Topic: ESP32 and i2c multiplexer TCA9548A
Replies: 3
Views: 348

Re: ESP32 and i2c multiplexer TCA9548A

hi Stefan.
there are two versions of this component.
What about selecting the component that is within Comms Interface?
TCA9548A.png
TCA9548A.png (45.6 KiB) Viewed 338 times
by medelec35
Tue May 14, 2024 10:34 pm
Forum: Bug Reports
Topic: The PIC18F47J53 has no PIN C3
Replies: 1
Views: 366

Re: The PIC18F47J53 has no PIN C3

Hello. Many thanks for reporting the bug. As you have not used the 9 or 10 post icon, I will assume you are using Flowcode V10 The attached FCD file is for Flowcode V10 only. Browse to this location using File Explorer, it's hidden by default so just paste the link into your address bar. C:\ProgramD...
by medelec35
Tue May 14, 2024 9:01 am
Forum: Projects - Embedded
Topic: Secondary oscillator on a PIC16F18425
Replies: 4
Views: 738

Re: Secondary oscillator on a PIC16F18425

Hello Ian. I have not got your target device to check with, so I can't test if my answer is correct. If it was me, I would set the project options for internal oscillator for your desired frequency, e.g 32MHz. Connect the crystal and caps to the SOSC pins and then select the SOSC source from Timer0 ...