Search found 165 matches

by MasterBlaster
29 Dec 2008 20:52
Forum: mikroC General
Topic: using two DS-1820 or more at the same line/connection?
Replies: 20
Views: 8378

Acetronics wrote:...but it runs pretty fine. :wink:
Hi Alain,

very nice... 8)
by MasterBlaster
29 Dec 2008 18:39
Forum: mikroC General
Topic: using two DS-1820 or more at the same line/connection?
Replies: 20
Views: 8378

sonnyk wrote:Nice :) How do you control it? do you also use a free channel for this? [EDIT] Ooh, I can see now that you don't have a spare port for control :oops: Very similar to my gizmo ;)
Hi Sonnyk,

not at this time - later i want to implement a control via RC to switch
some functions.
by MasterBlaster
28 Dec 2008 19:14
Forum: mikroC General
Topic: using two DS-1820 or more at the same line/connection?
Replies: 20
Views: 8378

...What I meant with the led's in the earlier post was that you could make a "led bar" that is visible from the ground, that shows the values you want to see, like acc level and so on. My "RC light" controller is based on an 12F629 or similar and drives the leds without any amplifier. Very few comp...
by MasterBlaster
28 Dec 2008 16:49
Forum: mikroC General
Topic: using two DS-1820 or more at the same line/connection?
Replies: 20
Views: 8378

...Some considerations, your idea on sending telemetry data back to you is nice, but have in mind that is NOT easy to take your eyes from a RC heli when flying to look on a small display, you just don't have the time to do it. Hi sonnyk, yes you're right - it's only time for a very short look when ...
by MasterBlaster
28 Dec 2008 15:17
Forum: mikroC General
Topic: using two DS-1820 or more at the same line/connection?
Replies: 20
Views: 8378

I found a program called "I Button", MkC\Examples\Easy5\ExtraExamples\Button Dallas\P16\16F877\IButton ... and it deals with the serial IDs ...Alain Hi Alain, thank you for your suggestions, but when i have to do it with the DS18x20 with more than one devices on 1-Wire, reading there ROM-ID's and u...
by MasterBlaster
28 Dec 2008 12:16
Forum: mikroC General
Topic: using two DS-1820 or more at the same line/connection?
Replies: 20
Views: 8378

Re: using two DS-1820 or more at the same line/connection?

Thanks a lot Dany, yes i think that will be the right way. I want to use 2 or more DS1820 devices in my Helicopter, to display onto my remote control the temperature of the 2 or more engines (motors) in it when i fly with him - perhaps later also for one tail rotor engine. I want to have only the fo...
by MasterBlaster
27 Dec 2008 20:05
Forum: mikroC General
Topic: using two DS-1820 or more at the same line/connection?
Replies: 20
Views: 8378

more than 1 DS1820 device on 1-Wire.

Hi SPONTEX,

thanks a lot for your sugesstions and/or infos!
by MasterBlaster
21 Dec 2008 00:10
Forum: mikroC General
Topic: using two DS-1820 or more at the same line/connection?
Replies: 20
Views: 8378

using two DS-1820 or more at the same line/connection?

Hi all,

has anyone a c-code for using 2 or more DS1820 at the same time on the
same one wire line?
by MasterBlaster
21 Dec 2008 00:07
Forum: mikroC General
Topic: DS1820 routines with 10MHz crystal
Replies: 12
Views: 4456

Re: DS1820 routines with 10MHz crystal

SPONTEX wrote:Hello,

i use MikroC routines "Onewire" and works well in BigPic5 board for a 8MHz crystal.
Hi SPONTEX,

your speed of your used crystal is not important. The return-code of the
DS-1820 is digital so there can't be any mistake for that - or, your ds-1820
isn't ok.
by MasterBlaster
09 Sep 2008 14:46
Forum: mikroC General
Topic: GLCD and 18F2550
Replies: 5
Views: 2825

It would be nice if the RST line could be ignored and tied to Vcc. Hi, so that will be an option, i'm not sure if the GLCD need RST line...i believe that you have to test it in practice. :lol: An possible alternate to 18F2550 is the MCU PIC18F4550 as a DIP40 or PLCC44 (if available) - if you need s...
by MasterBlaster
09 Sep 2008 14:12
Forum: mikroC General
Topic: GLCD and 18F2550
Replies: 5
Views: 2825

Re: GLCD and 18F2550

Hi I have some 18F2550 pics and I want to do a project with a 128x64 glcd. Hi ringram2077, sorry, i don't know which ports are available in your project. I think It will be possible when you use PORTB complete for your GLCD data bus (d0...d7), and use the rest of PORTA (0..5) to handle the control ...
by MasterBlaster
07 Sep 2008 19:22
Forum: mikroC General
Topic: Problems with PIC18F4550 - using UESART are different?
Replies: 0
Views: 1208

Problems with PIC18F4550 - using UESART are different?

Hi all, i use the mikroC example for driving UART (receive only). With the standard settings at 8Mhz it will be working perfectly with :shock: : - 16F877A - 18F452 but the same code won't be run with 18F4550 and 18F4685. :( At the moment, i use the settings as like as here: http://www.mikroe.com/for...
by MasterBlaster
24 Aug 2008 20:46
Forum: mikroC General
Topic: wireless communication
Replies: 11
Views: 6426

Re: wireless communication

Reciever/transimmiter must not affected by others recievers/trasmmiters of course. If you have any ideas, just write it here, thank you very much :) Hi wh1sp3r, a very easy and also cheap ( transmitter/receiver module ~10,- EUR) solution is to use it with 433.92 Mhz modules, with a ready Library of...
by MasterBlaster
24 Aug 2008 14:00
Forum: mikroC General
Topic: Streaming Parallel Port
Replies: 2
Views: 2626

Re: Streaming Parallel Port

...Maybe I missed something. I am using the PIC18F4550. Don't have a completed schematic yet. Hi Bill, i believe at first that a specified datasheet of 18F4550 will help you soon whats going on with hardware using from your used MCU... 8) Perhaps, for a PIC 18F4550 you have many take into account, ...
by MasterBlaster
24 Aug 2008 13:54
Forum: mikroC General
Topic: FIR FILTER DESIGN? inext = (inext+1) & (BUFFER_SIZE-1);
Replies: 2
Views: 1645

Re: FIR FILTER DESIGN FAULT: inext = (inext+1) & (BUFFER

duskatnine wrote:Hello There
Hi duskatnine,

you posted in incomplete code, without all forwarded defines and/or var's declarations... 8)

When anyone shall help you with your problem, it's important to know exactly
whats happend with all defines and var declarations. :roll:

Go to advanced search