Search found 165 matches

by pykedgew
25 Oct 2017 13:53
Forum: mikroPascal PRO for AVR General
Topic: Mini-AT ADC Problem
Replies: 8
Views: 3593

Re: Mini-AT ADC Problem

Hi I was referring to this unit https://www.honeywellprocess.com/en-US/explore/products/gas-measurement-and-regulation/metering/electronic-corrector-systems/Pages/mini-at.aspx after the first hit from Google. Exactly, how I was supposed to know the device you are talking about was the one market by ...
by pykedgew
24 Oct 2017 00:31
Forum: mikroPascal PRO for AVR General
Topic: Mini-AT ADC Problem
Replies: 8
Views: 3593

Re: Mini-AT ADC Problem

Hi

Mini-AT uses RS-232 serial I/O protocol.

Unless you are doing something very different like probing into the actual printed circuit board circuit to pick up an analog signal.

Ken
by pykedgew
07 May 2015 23:42
Forum: mikroPascal PRO for AVR General
Topic: RFM12 cant find problem
Replies: 4
Views: 2696

Re: RFM12 cant find problem

Hi It would be nice to know what is not actually working. Is it type chip selected program not compiling sensor result is wrong or garbage conversion of the C code program. Your problem is very broad & need to be narrow down as to which one. This will enable us to advise a solution and also include ...
by pykedgew
07 May 2015 00:00
Forum: mikroPascal PRO for AVR General
Topic: RFM12 cant find problem
Replies: 4
Views: 2696

Re: RFM12 cant find problem

Also included the clean up code which I ran that works. program RFM12_Test; //PD2 - nIRQ //PD0 - nSEL //PD1 - SDI //PD3 - SDO //PD4 - SCK var ii:byte; dataa:byte; { Declarations section } Procedure PortInit; Begin PORTD.B0:=1; // HI CS PORTD.B1:=1; // HI SDI PORTD.B4:=0; // LO SCK delay_ms(300); DDR...
by pykedgew
06 May 2015 23:57
Forum: mikroPascal PRO for AVR General
Topic: RFM12 cant find problem
Replies: 4
Views: 2696

Re: RFM12 cant find problem

Hi

It compiled with no error & ran debug with no problem on mine V6.0.1. (I haven't updated to latest version yet)

Ken
by pykedgew
09 Feb 2014 12:26
Forum: Website & Forums General Discussion
Topic: Getting Product DVD vs Downloading?
Replies: 32
Views: 399146

Re: Getting Product DVD vs Downloading?

No for 1 & 2

Download it from the net as it always be up to date.

Ken
by pykedgew
27 Jan 2014 00:42
Forum: mikroPascal PRO for AVR General
Topic: bmp085
Replies: 8
Views: 5901

Re: bmp085

Hi I dabble very very little in C and I have not use I2c protocol yet. Look at the flowchart on the left of page 15 and relate to what is going on the right side. Just think it doing it Pascal. I laid out for you below the variables equivalents between C & Pascal. C Pascal Type bytes Range = Var byt...
by pykedgew
26 Jan 2014 11:53
Forum: mikroPascal PRO for AVR General
Topic: bmp085
Replies: 8
Views: 5901

Re: bmp085

Hi

You will need to use the I2C-bus serial mode for this device.

Have you read the datasheet, it's all there.
The basic on page 11 and an example on page 15 in "C" which give you an idea how to use it.

http://dlnmh9ip6v2uc.cloudfront.net/dat ... BMP180.pdf

Ken
by pykedgew
25 Jul 2013 02:15
Forum: mikroPascal PRO for AVR General
Topic: Fat32 mit AVR MikroPascal
Replies: 2
Views: 2218

Re: Fat32 mit AVR MikroPascal

Hi kahese Welcome, please, next time, in English if you can, ask questions as the responses will be coming from a wider selection of members. Hilfe, Help Hat jemand ein Demo mit FAT32 unter Mikropascal für AVR (XMega). am besten wäre ein Demo für MP3 und Fat32. Translate to below Help, Help Does any...
by pykedgew
22 Apr 2013 13:57
Forum: mikroPascal PRO for AVR General
Topic: Live update failed
Replies: 3
Views: 2251

Re: Live update failed

Hi Filip

The registration worked after the live update.
Thanks for responding to our request (TurboProgger 1st alerter).

I would have thought for every release version it should be incremented by 1
eg. 6.0.2, even small changes that need to be made.

Cheers
Ken
by pykedgew
22 Apr 2013 07:33
Forum: mikroPascal PRO for AVR General
Topic: Live update failed
Replies: 3
Views: 2251

Re: Live update failed

Agreed, TurboProgger

I had the same issue too after updating.
Even using my backup registering program which failed.
Will have to go back to 6.0.0 for the time being.

Need to be sorted out quickly.

Ken
by pykedgew
23 Feb 2013 01:00
Forum: mikroPascal PRO for AVR General
Topic: Soft UART on ATtiny13A
Replies: 9
Views: 6545

Re: Soft UART on ATtiny13A

Hi Dewsworld

Welcome aboard & may not be aware this is TurboPascal thread.

Ken
by pykedgew
05 Feb 2013 13:52
Forum: mikroPascal PRO for AVR General
Topic: Atmega 128 PRoblem / Bug?!
Replies: 5
Views: 2875

Re: Atmega 128 PRoblem / Bug?!

Hi Try this program Multi; { Declarations section } { Main program } begin DDRB := 0xFF; // configure PORTB as output PORTB := 0x00; // initial PORTB value either to 0x00 or 0xFF // depending which end the LED is connected to. While true DO begin SetBit(PORTB, 6); // Set RB6 delay_ms(500); ClearBit(...
by pykedgew
27 Nov 2012 00:30
Forum: mikroPascal PRO for AVR General
Topic: code is slow
Replies: 7
Views: 3594

Re: code is slow

Hi Teep

Good to hear a positive result.

Cheers
Ken
by pykedgew
23 Nov 2012 04:29
Forum: mikroPascal PRO for AVR General
Topic: code is slow
Replies: 7
Views: 3594

Re: code is slow

Hi Teep Your program & flash are fine & I found out what is giving you grief is not the familiarity of the the chip you are using. Looking at the datasheet of the ATtiny13 in the "System Clock and Clock Options" section. Here the extract Default Clock Source The device is shipped with CKSEL = “10”, ...

Go to advanced search