Search found 168 matches

by shish
19 Jun 2009 17:44
Forum: mikroBasic General
Topic: IR Decoder
Replies: 4
Views: 2330

i dont know pascal, but i'll have a look through... i should be able to get something from it

thanks!
by shish
19 Jun 2009 09:02
Forum: mikroBasic General
Topic: IR Decoder
Replies: 4
Views: 2330

thanks Jack, certainly error detection is well on my mind, i'm not able to change any of the TX codes but there is a pattern to it that i can use for detection. I also know these handheld remotes have a very powerful IR output so will certainly help. Its how i capture the incomming data that i'm mos...
by shish
18 Jun 2009 15:55
Forum: mikroBasic General
Topic: IR Decoder
Replies: 4
Views: 2330

IR Decoder

I'm about to start helping a friend with a project that requires IR control. I have a transmitter sorted which thankfully transmits some fairly simple codes on a standard 38khz carrier. The transmitter sends a 10bit code with 8 bits of actual data. I've done IR transmitters before so understanding t...
by shish
12 Jun 2008 09:53
Forum: mikroBasic General
Topic: 18F4620 & mE RTC Addon
Replies: 20
Views: 10729

i have found i dont get the problem at all on my production pcbs, only on the mE dev boards, so for me the problem is effectively solved

i'm even thinking about removing all the code i added to use the WTD to recover from a lockup as it seems to be redundant now
by shish
01 May 2008 20:23
Forum: mikroBasic General
Topic: MSF Decoder
Replies: 0
Views: 1002

MSF Decoder

does anyone have any MB code for decoding the MSF time signal? I have the signal ready and demodulated.

was just about to start writing my own and thought id ask here first
by shish
28 Apr 2008 17:54
Forum: mikroBasic General
Topic: Calibrating an RTC
Replies: 2
Views: 1586

thanks for the reply

i have done some further tests over the weekend and i think i have a good solution now
by shish
25 Apr 2008 13:35
Forum: mikroBasic General
Topic: Calibrating an RTC
Replies: 2
Views: 1586

Calibrating an RTC

hi guys, been a while since i posted here... i have a little project i'm just finishing off, it's a timer that uses a 18f4620 and a philips 8583 rtc (as used in mikroe's rtc ad-on) i'd like to use the on board pic to calibrate the trimmer for the 32khz crystal oscillator. I have the 1HZ signal from ...
by shish
29 Mar 2008 15:16
Forum: mikroBasic General
Topic: Thermocouple
Replies: 6
Views: 4188

i completed a project using the max6675 as a 3 channel datalogger... three 6675s and a SD card attached to the hardware spi my read code was: Select_TC0 = 0 high_byte = spi_read(0) low_byte = spi_read(0) Select_TC0 = 1 if low_byte.2 = 1 then Probe_TC0 = 0 else Probe_TC0 = high_byte Probe_TC0 = Probe...
by shish
16 Oct 2007 01:00
Forum: mikroBasic General
Topic: [SOLVED]Led blinking with PLL
Replies: 6
Views: 3304

ahh sorry about that lsv, was going from memory :oops:
by shish
13 Oct 2007 01:11
Forum: mikroBasic General
Topic: [SOLVED]Led blinking with PLL
Replies: 6
Views: 3304

you'll need both HSPLL and HS_OSC on to enable the PLL with an external crystal

if your using the internal OSC block then you'll need to configure to enable int_osc, hspll AND configure the postscalar to be either 1:1 or 1:2 (HSPLL wont work in any other mode)
by shish
12 Sep 2007 21:20
Forum: mikroBasic General
Topic: SD/MMC Writes
Replies: 7
Views: 3971

do not forgot the libary write to the end of file. so it nead time to find the end of file. this is the reason for the time neaded. if you write per sector to the sd card this wy is mutch faster. and no delay. i do so at my 1 Gbyte cards and have no problem yea i know, i'd love to use that method b...
by shish
12 Sep 2007 17:45
Forum: mikroBasic General
Topic: Prototype equipment help
Replies: 10
Views: 4594

this is the stuff i use: http://rswww.com/cgi-bin/bv/rswww/searchBrowseAction.do?N=0&Ntk=I18NAll&Ntt=436-4926 as for soldering iron, i'm really impressed with the Xytronic LF-1000 i bought about 4 months ag. Tips / spares are cheap and easily available. I paid £100 here in the uk off an ebay store h...
by shish
12 Sep 2007 17:29
Forum: mikroBasic General
Topic: SD/MMC Writes
Replies: 7
Views: 3971

dont need to check tbh, i know it to be true

test it for yourself, just do a one byte write with one call to the mmc_fat_write function and you'll find it written to the card
by shish
11 Sep 2007 23:57
Forum: mikroBasic General
Topic: SD/MMC Writes
Replies: 7
Views: 3971

hmm, i'd have to disagree there... using the Mmc_Fat_Write function will write to the card regardless of the number of bytes to write
by shish
11 Sep 2007 10:41
Forum: mikroBasic General
Topic: SD/MMC Writes
Replies: 7
Views: 3971

SD/MMC Writes

this is one for the mE team to answer... just been doing some examination into writing data to an SD/MMC card, i have my scope connected up to capture when a write is taking place. (Its actually a LED on my datalogger showing when i'm writing to the card) my code simply turns on the led when it's wr...

Go to advanced search