Search found 9 matches

by stolper
19 Mar 2014 10:26
Forum: mikroBasic PRO for AVR General
Topic: Version 6.0.1
Replies: 1
Views: 1529

Version 6.0.1

The update service function tells me there is a new release 6.0.1 and asks me to downlod. But this download ends with server error. Is there a new release exist ore not?
At the Mikroelektronik homepage is only version 6.0.0 downloadable.

Thanks for information about it
Matthias Stolper
by stolper
19 Nov 2013 15:01
Forum: mikroBasic PRO for AVR General
Topic: problem with sound library
Replies: 8
Views: 4540

Re: problem with sound library

Hi,

this is my whole projekt in a zip-file. But I think you can reduce it for investigation to the interesting command Sound_Play(BuzzerFreqWord, BuzzerTimeWord) .

Matthias Stolper
by stolper
18 Nov 2013 09:09
Forum: mikroBasic PRO for AVR General
Topic: problem with sound library
Replies: 8
Views: 4540

Re: problem with sound library

Hello, here is the subroutine code directly as text: sub procedure Tone_Sweep() if Switch3Bit = TRUE then LCD_Out(1,1,"Sound ") LCD_Out(2,1," Check ") Delay_ms(500) Lcd_Cmd(_LCD_CLEAR) LCD_Out(2,1,"D d..s U") end if BuzzerFreqWord = 150 BuzzerTimeWord = 100 do WordToStr(BuzzerFreqWord, BuzzerFreqStr...
by stolper
18 Nov 2013 09:02
Forum: mikroBasic PRO for AVR General
Topic: problem with sound library
Replies: 8
Views: 4540

Re: problem with sound library

I have a problem with sending you file....Message:"The extension mbas is not allowed."
by stolper
18 Nov 2013 08:48
Forum: mikroBasic PRO for AVR General
Topic: problem with sound library
Replies: 8
Views: 4540

Re: problem with sound library

Hallo,
my code is filling the storage with 90% of ATMEGA 328, but the interesting subroutine Tone_Sweep is short. You will find it.
by stolper
07 Nov 2013 16:38
Forum: mikroBasic PRO for AVR General
Topic: problem with sound library
Replies: 8
Views: 4540

Re: problem with sound library

Hallo,

sorry the problem is still standing in the darkness (for me)

Matthias Stolper
by stolper
11 Oct 2013 09:49
Forum: mikroBasic PRO for AVR General
Topic: problem with sound library
Replies: 8
Views: 4540

problem with sound library

Halo ME-team, I use AT-Mini board with 16MHz. My programm needs the sound lib with Sound_Init(PORTC, 4) . If i do a sweep from 150 to 5000Hz there are little "gaps" at some distinct frequencies. The generated tones at this gaps are lower than desired and constant for all the values in a gap. I found...
by stolper
25 Jun 2013 11:07
Forum: mikroBasic PRO for AVR General
Topic: IDE Code Folding
Replies: 5
Views: 3074

IDE Code Folding

Hallo, In the Help stands: " Code Folding Code folding is IDE feature which allows users to selectively hide and display sections of a source file. In this way it is easier to manage large regions of code within one window, while still viewing only those subsections of the code that are relevant dur...
by stolper
25 Jun 2013 10:45
Forum: mikroBasic PRO for AVR General
Topic: IDE Code Folding
Replies: 1
Views: 1431

IDE Code Folding

Hallo, I have a question about one property of the IDE called: Help: " Code Folding Code folding is IDE feature which allows users to selectively hide and display sections of a source file. In this way it is easier to manage large regions of code within one window, while still viewing only those sub...

Go to advanced search