Search found 127 matches

by Crenwick
Sun Jun 08, 2014 4:36 pm
Forum: User Components
Topic: DS3231 - RTC Time Keeper
Replies: 64
Views: 81828

Re: DS3231 - RTC Time Keeper

Sorry for late reply, I tested and have no trigger from INT/SQW.

Just received my buspirate this week and will test the I2C analysys tool :wink:
by Crenwick
Thu Jun 05, 2014 7:00 pm
Forum: Flowcode V6
Topic: Writing values in internal EEPROM (SOLVED)
Replies: 3
Views: 3390

Re: Writing values in internal EEPROM

PERFECT !

That's great & fast service Ben !

Many thank's,

PS : Tested and working :wink:
by Crenwick
Thu Jun 05, 2014 4:17 pm
Forum: Flowcode V6
Topic: Writing values in internal EEPROM (SOLVED)
Replies: 3
Views: 3390

Writing values in internal EEPROM (SOLVED)

Hello all, Is there a limitation in the number of values to write to internal EEPROM at once ? I have 250 values to write 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 8, 9, 10, 11, 13, 14, 15, 16, 18, 19, 20, 22, 23, 25, 27, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 53, 55, 57, 60, 62...
by Crenwick
Thu Jun 05, 2014 10:24 am
Forum: E-blocks
Topic: EB006 V9 internal EEPROM programming error
Replies: 13
Views: 11938

Re: EB006 V9 internal EEPROM programming error

Thanks Ben :wink:
by Crenwick
Thu Jun 05, 2014 6:12 am
Forum: E-blocks
Topic: EB006 V9 internal EEPROM programming error
Replies: 13
Views: 11938

Re: EB006 V9 internal EEPROM programming error

Hello Ben, Just tested your file, and here's the result err.jpg Always the same warning ! I now switched to a 18F4455 because I needed more place and my same code (with change of config) works. For me I'm pretty sure it's a problem between mloader and my EB006 board, I flashed some weeks ago the PIC...
by Crenwick
Mon Jun 02, 2014 4:39 pm
Forum: E-blocks
Topic: EB006 V9 internal EEPROM programming error
Replies: 13
Views: 11938

Re: EB006 V9 internal EEPROM programming error

And do you have some news about mloader and the firmware of the EB006-V9 board ?
by Crenwick
Mon Jun 02, 2014 4:12 pm
Forum: E-blocks
Topic: EB006 V9 internal EEPROM programming error
Replies: 13
Views: 11938

Re: EB006 V9 internal EEPROM programming error

Hello,

I just tested the component and it's easy to use but unfortunately gives the same error.

With PicKit its' fine :wink:

Regards,
by Crenwick
Mon Jun 02, 2014 3:39 pm
Forum: E-blocks
Topic: EB006 V9 internal EEPROM programming error
Replies: 13
Views: 11938

Re: EB006 V9 internal EEPROM programming error

Hi Ben,

I allways use the #pragma DATA _EEPROM, in the Supplementary Code block.

If you explain me where I can find the "new "initial values" property" then I can test it here.

Sorry, but I didn't find any documentation about this new feature :?

Regards,
by Crenwick
Mon Jun 02, 2014 2:38 pm
Forum: E-blocks
Topic: EB-006-00-9 Driver issue
Replies: 116
Views: 87817

Re: EB-006-00-9 Driver issue

Hello, Can we please have some status feedback about mloader and EB006-V9 Firmware ? I have troubles with programming the internal EEPROM of the pic's (see post http://www.matrixmultimedia.com/mmforums/viewtopic.php?f=2&t=14895) I invested in FC6 and the new EB006-V9 board last month but I have to s...
by Crenwick
Mon Jun 02, 2014 2:28 pm
Forum: E-blocks
Topic: EB006 V9 internal EEPROM programming error
Replies: 13
Views: 11938

Re: EB006 V9 internal EEPROM programming error

Hello,

Do you have some news :wink:

What's the status about mloader and the EB006-V9 board ?

Regards,
by Crenwick
Mon Jun 02, 2014 11:34 am
Forum: User Components
Topic: DS3231 - RTC Time Keeper
Replies: 64
Views: 81828

Re: DS3231 - RTC Time Keeper

hyperion007 wrote:Crenwick, could you please try the alarm functions as well? I cannot seem to get them working. I have tried both alarms, and many different settings but still nothing.
Ok, I will test it :wink:
by Crenwick
Mon Jun 02, 2014 8:13 am
Forum: User Components
Topic: DS3231 - RTC Time Keeper
Replies: 64
Views: 81828

Re: DS3231 - RTC Time Keeper

Hi Jordy, I find the problem :wink: Each time you configure the SQW rate you set also bit 7 (adding 0x80) who is disabling oscillator when on Vbat. Actual Macro, case 2: { //Comment: //Enable Square Wave Output //Frequency = 1Hz FCD_005f1_I2C_Master1__TransmitByte( 0x80 ); break; } case 3: { //Comme...
by Crenwick
Sun Jun 01, 2014 11:12 am
Forum: User Components
Topic: DS3231 - RTC Time Keeper
Replies: 64
Views: 81828

Re: DS3231 - RTC Time Keeper

No problem Jordy :wink:

Take your time !
by Crenwick
Sun Jun 01, 2014 10:17 am
Forum: User Components
Topic: DS3231 - RTC Time Keeper
Replies: 64
Views: 81828

Re: DS3231 - RTC Time Keeper

Hi Jordy,

I'm using your component in my project and I'm facing a problem, when I power off the board the clock stay at the same time. It's like bit EOSC is set.

I supposed you cleared this bit with initializing macro ? Right ?

Regards,
by Crenwick
Sat May 31, 2014 8:08 am
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14537

Re: EB006-8 LCD problem with PIC16F1937

The standard delivered quartz on EB006 board is a 19.6608Mhz . That should match the settings in Flowcode.
by Crenwick
Fri May 30, 2014 2:15 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14537

Re: EB006-8 LCD problem with PIC16F1937

Can you test this file ?

I removed the bluetooth component and changed pic to 16f1937.

LCD works on my board without problem with this code.

One thing also, I had to rename your file because of " ' " sign not recognized by compiler.
commando lezen.fcf
(14.09 KiB) Downloaded 424 times
by Crenwick
Fri May 30, 2014 12:21 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14537

Re: EB006-8 LCD problem with PIC16F1937

Witch PIC are you using, you can attach your .fcf file if you want so we can test it.
by Crenwick
Fri May 30, 2014 4:50 am
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14537

Re: EB006-8 LCD problem with PIC16F1937

Hello

Do you use the EB005 lcd display or a custom ?

When you use the EB005 (DEFAULT jumpers set) then connections are by default set to PortB (0-Bit0,1-Bit1,2-Bit2,3-Bit3,4-RS,5-E) when using component.

My bed is to re-check these six connections.

Regards,
by Crenwick
Wed May 28, 2014 11:15 am
Forum: E-blocks
Topic: EB006 V9 internal EEPROM programming error
Replies: 13
Views: 11938

Re: EB006 V9 internal EEPROM programming error

Hello, I will look into the programming of the 18F4680 EEPROM into the v9 boards. Im not sure if we have one of those chips kicking around but i will check. Ben is away for three weeks, hes been away a couple already he will be back some time next week i believe. Hi, I'm using a 16F887 not a 18F468...
by Crenwick
Wed May 28, 2014 6:56 am
Forum: E-blocks
Topic: EB006 V9 internal EEPROM programming error
Replies: 13
Views: 11938

EB006 V9 internal EEPROM programming error

Hello, Does someone tested programming the internal EEPROM of PIC with the new EB006V9 board ? Like I describe in this topic, I'm unable to do it because of error. http://www.matrixmultimedia.com/mmforums/viewtopic.php?f=54&t=14886 But when I take the hex and write it with another programmer it's OK...
by Crenwick
Mon May 26, 2014 10:33 am
Forum: Flowcode V6
Topic: Error when trying to program some values in internal EEPROM
Replies: 1
Views: 2602

Re: Error when trying to program some values in internal EEP

Some update !

I used the ramptest.hex with my pickit2 and it was programmed successfully !

So I presume we have a problem with mloader and/or EB006V9 :(
by Crenwick
Mon May 26, 2014 9:06 am
Forum: Flowcode V6
Topic: Error when trying to program some values in internal EEPROM
Replies: 1
Views: 2602

Error when trying to program some values in internal EEPROM

Hi all, I'm testing some RGB curves for my project and made a simple program to test these curves (see attach). Problem is when I try to write the values in EEPROM at programming. I added some values to the EEPROM via the "supplementary code" option. I changed also the #pragma DATA _EEPROM to #pragm...
by Crenwick
Mon May 19, 2014 3:05 pm
Forum: Flowcode V6
Topic: Problem LCD component (Solved)
Replies: 12
Views: 7317

Re: Problem LCD component

Done !

Problem solved.

Just a question, what was the other problem/fix ?
by Crenwick
Mon May 19, 2014 1:58 pm
Forum: Flowcode V6
Topic: Problem LCD component (Solved)
Replies: 12
Views: 7317

Re: Problem LCD component

Hi Leigh,

That's perfect ! Works now fine :)
by Crenwick
Mon May 19, 2014 7:53 am
Forum: Flowcode V6
Topic: Problem LCD component (Solved)
Replies: 12
Views: 7317

Re: Problem LCD component

@ Matrix Staff

Can you please check this component ? I'm blocked in my project due to this problem.

Sorry for the stress, I suppose you're all busy or maybe some colleagues are out of office :wink: