Search found 13 matches

by Debleu-TL
Tue Jun 03, 2014 5:16 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

I am getting this code in the V5.5.2.1: #ifdef FC_CAL_PIC #if MX_CLK_SPEED >= 32000000 #define LCD_1__PORT0 latb #define LCD_1__PORT1 latb #define LCD_1__PORT2 latb #define LCD_1__PORT3 latb #define LCD_1__PORT4 latb #define LCD_1__PORT5 latb #else #ifdef MX_LCD_PORT_LAT #define LCD_1__PORT0 latb #d...
by Debleu-TL
Mon Jun 02, 2014 12:58 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

I don't have the bluetooth tolutions board at home now, It is back at school, so I don't need any more help on this.
Thanks for the help anyway.
by Debleu-TL
Sun Jun 01, 2014 1:01 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

I've update to v5.5.2.1 now but it won't work
by Debleu-TL
Sun Jun 01, 2014 12:48 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

flowcode V5.2
by Debleu-TL
Sun Jun 01, 2014 11:54 am
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

the problem is, I don't have any led's nearby. The only thing I have is the bluetooth solutions kit with a LCD, a keypad, 8 buttons and the bluetooth component.
But the display only works on the internal clock, but than the bluetooth component doesnt work because the baud rate is wrong.
by Debleu-TL
Sat May 31, 2014 2:13 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

that doesn't help, I am working on the internal clock now, but I can't figure out how to send the setup commands without the bluetooth commands (if I use buetooth commands the program freezes, if I use RS232 signals, the commands are send but I can't connect to the board)
by Debleu-TL
Sat May 31, 2014 11:30 am
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

It is the right crystal, and the settings in flowcode are also for that crystal.

Do you need to put the connector above it on OSC or on A6&7? It s now on OSC.
by Debleu-TL
Fri May 30, 2014 6:56 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

It seems to be a problem with the crystal on the board, when I change the program to use the internal clock, the display works.
But if I try to put a bluetooth command in the program, the program stops at that command.
by Debleu-TL
Fri May 30, 2014 6:28 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

I think that the code's are sent wrong, for example:

If I send a program that keeps wirting a "2", this is what I get:
http://prntscr.com/3o20by

If I send a program that keeps wirting a "3", I am getting this:
http://prntscr.com/3o20gy
by Debleu-TL
Fri May 30, 2014 5:21 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

I can't open your file, it says "unexpected file format" But I've tried making a new program, called flowcode1, and that one didn't work either. I think it is something with either the board itself or The EB006 v8 USB driver, I had problems before downloading the compiler because it said that there ...
by Debleu-TL
Fri May 30, 2014 12:52 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

I am using the bluetooth solutions board with a PIC16F1937. The program I am trying to use is a program directly from the matrix multimedia site. (the only thing I have to do is to schange the chip in the program) This program has worked once before on school. This program is attached (the chip in t...
by Debleu-TL
Fri May 30, 2014 10:50 am
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

Re: EB006-8 LCD problem with PIC16F1937

Yes I am using the EB005, I've checked all the connections, but everything is connected correctly, the LCD is also connected to PORT B of the programmer board.
by Debleu-TL
Thu May 29, 2014 1:18 pm
Forum: E-blocks
Topic: EB006-8 LCD problem with PIC16F1937
Replies: 21
Views: 14531

EB006-8 LCD problem with PIC16F1937

Hello I am working on my last years project, where I need to make a bluetooth connection with my phone and a robot. The problem is, I was testing this at school, but when I try it at home, the LCD is acting weird. when I upload a simple program that just shows "TEST" on the displays, It sometimes sh...