Search found 9 matches

by ttb1968
16 Feb 2011 11:32
Forum: Development Boards
Topic: Easypic 3 examples
Replies: 7
Views: 4485

Re: Easypic 3 examples

It's a newest version of compilers for EasyPIC6, but after little corrections, you can use them for EasyPIC5 or any older. Which are these corrections for EasyPic3? Hello, please, tell me, for which concrete example you need adapting for PRO version? Thank you. Best regards, Losic Tihomir I need it...
by ttb1968
14 Feb 2011 15:59
Forum: Development Boards
Topic: Easypic 3 examples
Replies: 7
Views: 4485

Re: Easypic 3 examples

It's a newest version of compilers for EasyPIC6, but after little corrections, you can use them for EasyPIC5 or any older.
Which are these corrections for EasyPic3?
by ttb1968
01 Mar 2010 17:46
Forum: mikroBasic General
Topic: MULTI DEVICE 1-WIRE TEMP MON/LOG FOR GLCD WITH DS1820/S20
Replies: 63
Views: 55411

Re: MULTI DEVICE 1-WIRE TEMP MON/LOG FOR GLCD WITH DS1820/S20

First step solved! I used MikroBasic Pro 3.2.
Now, with MikroBasic 7.0.0.2 the compilation is OK.
But ....
Nothing on the display. Just flickering.

Using: EasyPIC3, PIC16F877A, and the LCD is LGM12864B-NSW-BBS

Thank you if any help.
by ttb1968
27 Feb 2010 10:43
Forum: mikroBasic General
Topic: MULTI DEVICE 1-WIRE TEMP MON/LOG FOR GLCD WITH DS1820/S20
Replies: 63
Views: 55411

Re: MULTI DEVICE 1-WIRE TEMP MON/LOG FOR GLCD WITH DS1820/S20

The files are in /Uses/P16
I am using PIC16F877A, 8,00MHz
by ttb1968
27 Feb 2010 01:56
Forum: mikroBasic General
Topic: MULTI DEVICE 1-WIRE TEMP MON/LOG FOR GLCD WITH DS1820/S20
Replies: 63
Views: 55411

Re: MULTI DEVICE 1-WIRE TEMP MON/LOG FOR GLCD WITH DS1820/S20

I find the error: The compiler read another file which was empty.

With the code listed, I got the error message :File "ow_delays.mcl" not found
It is highlighted the line: Include "ByteToHex"

I check the files and the file exists.

What's wrong?
by ttb1968
27 Feb 2010 01:50
Forum: mikroBasic General
Topic: MULTI DEVICE 1-WIRE TEMP MON/LOG FOR GLCD WITH DS1820/S20
Replies: 63
Views: 55411

Re: MULTI DEVICE 1-WIRE TEMP MON/LOG FOR GLCD WITH DS1820/S2

The code is: program Mult_Temp_Sensor '* '* Project name: ' Multi Device 1-Wire Temp Logger ' Copyright: ' ©Marcio Nassorri '* Revision History: ' 08/12/2007: ' - initial release. ' * Description: ' Read the net 1-wire and show in a graphics mode ' the Temp between 1 and 10 devices. ' This applicati...
by ttb1968
27 Feb 2010 00:41
Forum: mikroBasic General
Topic: MULTI DEVICE 1-WIRE TEMP MON/LOG FOR GLCD WITH DS1820/S20
Replies: 63
Views: 55411

Re: MULTI DEVICE 1-WIRE TEMP MON/LOG FOR GLCD WITH DS1820/S20

Hi,
I have compiled and everything OK, but nothing on my display!!!!
Please help!
The GLCD is LGM12864B-NSW-BBS and using EasyPIC3

Thank you
by ttb1968
04 Feb 2010 16:23
Forum: mikroBasic PRO for 8051 General
Topic: reading 2 of DS18B20 with 8051
Replies: 3
Views: 5041

Thank you Aleksandar,

The problem is to understand the programing.
For PIC we can use
"Ow_read(PORTE,3)"

but for 8051 I can only use
"Ow_read()" without argument

this is the problem, because I want to use more than one temperature sensor.
by ttb1968
03 Feb 2010 17:43
Forum: mikroBasic PRO for 8051 General
Topic: reading 2 of DS18B20 with 8051
Replies: 3
Views: 5041

reading 2 of DS18B20 with 8051

Who can help me understanding the Ow_read, Ow_reset functions?
For other controllers this function cand be addressed directly to different pin ports. For this I can not access more than 1.
Please help.

Go to advanced search