Search found 116 matches

by DirkB
Wed Oct 12, 2022 5:47 pm
Forum: Flowcode V8
Topic: Problem with I2C
Replies: 0
Views: 38280

Problem with I2C

Hi,

if I2C or PWM are used, the speed goes extremly down.
Have a little program attached. This problem is in FC5
using PWM not existent. Are this componets in FC8 and
FC9 a problem? FC9 have same problem.

thank you

Dirk
by DirkB
Wed Oct 12, 2022 5:38 pm
Forum: User Components
Topic: Support for PIC16F17126/46 and PIC16F18026/46
Replies: 0
Views: 38704

Support for PIC16F17126/46 and PIC16F18026/46

Hello,

would it be possible to get support for PIC16F17126/46
and PIC16F18026/46 for flowcode 8 and flowcode 9?
This are new PICs, large memory, smal pincount.

thank you

Dirk
by DirkB
Wed Oct 05, 2022 11:32 am
Forum: Feature Requests
Topic: Support for PIC16F17126/46 and PIC16F18026/46
Replies: 0
Views: 39651

Support for PIC16F17126/46 and PIC16F18026/46

Hi there,

Would it be possible to get support for PIC16F17126/46
and PIC16F18026/46 for flowcode 8 and flowcode 9?

thanks

Dirk
by DirkB
Wed Feb 12, 2020 5:24 pm
Forum: Flowcode V5
Topic: EEPROM data lost
Replies: 5
Views: 6138

Re: EEPROM data lost

Hi Ben, only a few times something is written. Actually only 1 x the global variables (setup of the device), like midi channel e.g. Then the program changes, like on-off of the port pins for each program are written into the first 128 bytes of the EEPROM. These are later only retrieved via midi with...
by DirkB
Wed Feb 12, 2020 1:09 pm
Forum: Flowcode V5
Topic: EEPROM data lost
Replies: 5
Views: 6138

Re: EEPROM data lost

Hi Ben, there is actually only 1 macro, the midi-macro. it receives program changes and control changes. there are also global variables, such as the midi channel and midi cc number, which are also stored in the eeprom and are read out and written to the variables every time the eeprom is switched o...
by DirkB
Tue Feb 11, 2020 5:41 pm
Forum: Flowcode V5
Topic: EEPROM data lost
Replies: 5
Views: 6138

EEPROM data lost

Hello, I use Pic 12F1840 and Pic 16f1825. Everything works very well but data stored in the internal eeprom are lost. Sometimes after a few days, sometimes after a few weeks or even months. Nothing has been changed and all data is deleted when switching device on (or off?). How can this be? The code...
by DirkB
Mon Jan 13, 2020 4:24 pm
Forum: User Components
Topic: Yet another TM1637 7 segment version. (Resolved)
Replies: 9
Views: 6718

Re: Yet another TM1637 7 segment version.

Hello,

have you connected pull up resistors (10K) to the i2c port?

regards

Dirk
by DirkB
Thu Jan 02, 2020 12:47 pm
Forum: User Components
Topic: Component for 7 Segment TM1637 with 6 digits
Replies: 8
Views: 8024

Re: Component for 7 Segment TM1637 with 6 digits

Hi Ben, happy new year first. I've got it. I have a switch soldered to pin k1 and pin KS1. But there is no function, the datasheet seems wrong (or old?). That was the fault. I have tested all pins and the results are as follows; K1 K2 KS1 n.f. 8 KS2 1 9 KS3 2 10 (A) KS4 3 11 (b) KS5 4 12 (C) KS6 5 1...
by DirkB
Sun Dec 15, 2019 2:32 pm
Forum: User Components
Topic: Component for 7 Segment TM1637 with 6 digits
Replies: 8
Views: 8024

Re: Component for 7 Segment TM1637 with 6 digits

Hi Ben,

the switches aren't working. This component macro has no entries
to read the switches. I soldered a switch to the chip, but couldn't
read it with the macro.

regards

Dirk
by DirkB
Sat Dec 07, 2019 9:47 am
Forum: Bug Reports
Topic: 16F1825 IOC problem
Replies: 7
Views: 5065

Re: 16F1825 IOC problem

Hi Ben,

argh….., i am the bug. Is there no way to get
an own macro for every single int-pin?

regards

Dirk
by DirkB
Thu Dec 05, 2019 6:10 pm
Forum: Bug Reports
Topic: 16F1825 IOC problem
Replies: 7
Views: 5065

Re: 16F1825 IOC problem

Hi Stefan,

he he, yes, sorry. I was right before with an Display
together and for the test accidentally deleted with.

Here the right program.

Liebe Grüsse

Dirk
by DirkB
Thu Dec 05, 2019 4:28 pm
Forum: Bug Reports
Topic: 16F1825 IOC problem
Replies: 7
Views: 5065

Re: 16F1825 IOC problem

Hello Stefan,

I wrote a little test program, only with two interrupts.
It is absolutely reproducible. But I even need 5 interrupts.

Grüsse

Dirk
by DirkB
Thu Dec 05, 2019 3:48 pm
Forum: Bug Reports
Topic: 16F1825 IOC problem
Replies: 7
Views: 5065

16F1825 IOC problem

Hello,

have found a bug. If you activate several interrupts,
only the last one of the activated interrupts will work.
All others ioc-interrupts will be deactivated.

regards

Dirk
by DirkB
Thu Dec 05, 2019 2:16 pm
Forum: Flowcode V8
Topic: PIC16F1825 IOC Interrupt
Replies: 6
Views: 3597

Re: PIC16F1825 IOC Interrupt

Hello at all,

I have probably found a bug. If you activate several interrupts,
only the last one of the activated interrupts will work. The others
will be deactivated.
Think it is a Job for Ben ;o)

regards

Dirk
by DirkB
Wed Dec 04, 2019 5:36 pm
Forum: Flowcode V8
Topic: PIC16F1825 IOC Interrupt
Replies: 6
Views: 3597

Re: PIC16F1825 IOC Interrupt

Hi Martin, i have external pull-ups on A0 and A1 for trigger both Edge using reflex-coupler, pull-downs on A3, A4 and A5 for trigger with switches on rising egde. Setup is right. A0, A1 green, A3, A4 and A5 red ;o) For testing A0 triggers a macro only a LED goes on in a loop. No interrupt works. ???...
by DirkB
Wed Dec 04, 2019 3:12 pm
Forum: Flowcode V8
Topic: PIC16F1825 IOC Interrupt
Replies: 6
Views: 3597

PIC16F1825 IOC Interrupt

Hello,

the ioc interrupts on the pic16f1825 doesn't works.
I need ioc Interrupts on 5 Pins on port a. Two of the
interrupts must be trigger on both edge. Is this possible?

thanks

Dirk
by DirkB
Sat Nov 30, 2019 1:23 pm
Forum: User Components
Topic: Component for 7 Segment TM1637 with 6 digits
Replies: 8
Views: 8024

Re: Component for 7 Segment TM1637 with 6 digits

Hi Ben,

i have tested only Displays so far, works fine.
Now i will order the Display with key Matrix
to test it.

thank you

Dirk
by DirkB
Mon Nov 25, 2019 5:23 pm
Forum: User Components
Topic: Component for 7 Segment TM1637 with 6 digits
Replies: 8
Views: 8024

Re: Component for 7 Segment TM1637 with 6 digits

Hello Benj,

please have a look to the datasheet. I think it must be
only a little update to your quad display with the
TM1637 device. It is the same chip.

kind regards

Dirk
by DirkB
Tue Nov 19, 2019 10:34 am
Forum: User Components
Topic: Component for 7 Segment TM1637 with 6 digits
Replies: 8
Views: 8024

Component for 7 Segment TM1637 with 6 digits

Hello,

is a component for I2C LED Display TM1637 with 6 Digits
and Keyboard matrix (optional) available?

thank you

Dirk
by DirkB
Tue Apr 23, 2019 5:59 pm
Forum: Flowcode V8
Topic: Bug in 16F1454.fcdx
Replies: 9
Views: 5777

Re: Bug in 16F1454.fcdx

Hi Ben,

I knew that of course and I was just (about me) annoyed because I didn't see it myself immediately ;0)

thanks

Dirk
by DirkB
Sun Apr 21, 2019 8:37 am
Forum: Flowcode V8
Topic: Bug in 16F1454.fcdx
Replies: 9
Views: 5777

Re: Bug in 16F1454.fcdx

Hello Ben,

the analog in- and outputs of the pic16f1454 is not a bug. If using a port interrupt always the results in a reset. The osc-helper should also be checked. The timing is wrong, so a correct baud rate is not possible.

regards

Dirk
by DirkB
Thu Apr 18, 2019 8:47 am
Forum: Flowcode V8
Topic: Bug in 16F1454.fcdx
Replies: 9
Views: 5777

Re: Bug in 16F1454.fcdx

Hello Ben,

who can read has the advantage. according to the data sheet the PIC16F1454 and the PIC16F1455
are identical, but the PIC16F1454 has no analog Inputs and Outputs and no CWG. I wonder why
there are two different chips? If you don't need it don't use it.

regards

Dirk
by DirkB
Wed Apr 17, 2019 12:55 pm
Forum: Flowcode V8
Topic: Bug in 16F1454.fcdx
Replies: 9
Views: 5777

Re: Bug in 16F1454.fcdx

Hi Ben,

mh, the LED seems is blinking at 2 Hz. The fastest Speed
of the chip is 12MHz without PLL, or am i wrong?

Dirk

(Edit)

I have a look to the data sheet. It is 16MHz clock,
with 3xPLL it can then be divided by three.
by DirkB
Wed Apr 17, 2019 12:14 pm
Forum: Flowcode V8
Topic: Bug in 16F1454.fcdx
Replies: 9
Views: 5777

Re: Bug in 16F1454.fcdx

Hi Ben,

i have enabled clock output and messure 11.97 Mhz on this pin

regards
by DirkB
Wed Apr 17, 2019 10:48 am
Forum: Flowcode V8
Topic: Bug in 16F1454.fcdx
Replies: 9
Views: 5777

Re: Bug in 16F1454.fcdx

Hi Ben,

yeah, sorry, I just modified it for testing. here the original program. timer with frequency of
450KHz should be possible with a clock rate of 12MHz or i am wrong? Is there another possibility?
The timer rate must be divisible by three.

thanks

Dirk