Search found 75 matches

by stari
29 Mar 2024 07:32
Forum: AVR AI Compilers
Topic: AREF
Replies: 2
Views: 820

Re: AREF

Hi I work on EASY AVR V7. But i have found the solution: Every time i wish to read the voltage i do: ADC_Init_Advanced(_ADC_INTERNAL_REF) Delay_50us voltage = ADC_Read(0) Delay_50us So i initialize ADC every time. This works. Thank you.
by stari
25 Feb 2024 11:08
Forum: AVR AI Compilers
Topic: AREF
Replies: 2
Views: 820

AREF

Internal reference I want to use the internal reference on the atmega328p, but I can't seem to get it to work. I used: ADC_Init_Advanced(_ADC_INTERNAL_REF) If I connect AREF to an external voltage, via a resistor and a 2.2V zener diode, then I can read the voltage on PC0, otherwise I always get the ...
by stari
30 Mar 2023 10:23
Forum: Libstock Discussion
Topic: PORTC input
Replies: 0
Views: 860

PORTC input

Hello,
i work with Arduino NANO.
But, i cant find, how to read entire PORTC - in BASIC.

Thank you for answer
by stari
21 Jan 2020 13:15
Forum: mikroC PRO for AVR General
Topic: Soft_UART
Replies: 8
Views: 3213

Re: Soft_UART

Thank you, Mikroelektronika.
by stari
04 Jan 2020 10:45
Forum: mikroC PRO for AVR General
Topic: Soft_UART
Replies: 8
Views: 3213

Re: Soft_UART

Hi
this is project from your samples for AVR.

Stari
by stari
02 Jan 2020 09:51
Forum: mikroC PRO for AVR General
Topic: Soft_UART
Replies: 8
Views: 3213

Re: Soft_UART

Hm, i can't say THKS.
by stari
22 Dec 2019 10:58
Forum: mikroC PRO for AVR General
Topic: Soft_UART
Replies: 8
Views: 3213

Re: Soft_UART

filip wrote:Hi,

Can you attach the minimal project that demonstrates this issue ?
Which MCU are you using ?
Can you attach a screenshot of the Settings -> Output window ?

Regards,
Filip.
OK, done.
Can you suggest me, what to do'

THKS
by stari
10 Dec 2019 06:59
Forum: mikroC PRO for AVR General
Topic: Soft_UART
Replies: 8
Views: 3213

Re: Soft_UART

Hi The project its your project, found in ProjectFolder-Development Systems-Other-Soft UART. I work on EasyAvr board, the controller is ATMEGA328. program Soft_UART dim error_, counter, byte_read as byte ' Auxiliary variables main: DDRB = 0xFF ' Set PORTB as output (error signalization) PORTB = 0 ' ...
by stari
09 Dec 2019 12:10
Forum: mikroC PRO for AVR General
Topic: Soft_UART
Replies: 8
Views: 3213

Re: Soft_UART

Hello, me again.
Do you have any suggestion to resolve this matter?

THKS

Stari
by stari
03 Dec 2019 19:14
Forum: mikroC PRO for AVR General
Topic: Soft_UART
Replies: 8
Views: 3213

Soft_UART

Hi,
i tested your example Soft_UART, but i get error:
78 438 Call signature does not match the function definition signature 'Delay_Cyc' __Lib_SoftUART.mpas

What can i do to resolve this ?

THKS

Dusan
by stari
30 Oct 2019 11:15
Forum: Development Boards
Topic: ESP 8266
Replies: 1
Views: 1194

ESP 8266

Hello,
I see the ESP8266 (ESP 32) is very popular and I wonder if you have any compilers for this controller in your plan.
Your environment (I use BASIC for PIC and AVR) is very good and useful for application development.

Stari from SI
by stari
22 May 2019 13:12
Forum: mikroC PRO for AVR Wish List
Topic: QTouch
Replies: 1
Views: 2133

QTouch

Hi,
i wish to link QTouch library from Atmel in my BASIC compiler.
Is this possible?
Or, will be QTouch available for Basic compilers?

Dusan
by stari
27 Dec 2018 18:46
Forum: mikroBasic PRO for AVR General
Topic: Unsuccessful linking
Replies: 3
Views: 2119

Re: Unsuccessful linking

OK, I sent you to your address.

Dusan
by stari
26 Dec 2018 19:52
Forum: mikroBasic PRO for AVR General
Topic: Unsuccessful linking
Replies: 3
Views: 2119

Unsuccessful linking

Hi, i try to compile my new project, but i get error: - Saving Coff file failed - Unsuccessful linking - Finished (with errors) I applay my -log file. And, for example: UART1_Write_Text("ph1: " + buff) I get nothing on Andro App. But if i give: UART1_Write_Text("Hello"), then this text i receive in ...
by stari
10 Oct 2018 22:57
Forum: mikroBasic PRO for PIC General
Topic: 18F26K42 UART
Replies: 1
Views: 946

Re: 18F26K42 UART

Solved
Iforget on ANSEX

Go to advanced search