Search found 252 matches

by Helmut
28 Apr 2016 22:57
Forum: mikroBasic PRO for ARM General
Topic: To MikroElektronika Team ...
Replies: 8
Views: 11169

Re: To MikroElektronika Team ...

One need only look Libstock, examples only in C and not since yesterday Unfortunately keeping promises is not mikroes world. Sorry, I have no interest to buy components if they are not supported in Basic or Pascal. When I ask my colleagues: No not so, then they use Arduino....... what you lost, too ...
by Helmut
10 Feb 2015 06:35
Forum: mikroBasic PRO for PIC General
Topic: Wifi Plus Click_UDP
Replies: 5
Views: 2275

Re: Wifi Plus Click_UDP

so?
And why not for example for WiFi3 Click or WiFi2 Click or EVE click - Example and nothing, really nothing for NFC Tag click.

I wish you the best and that the mikroeteam take criticism seriously
by Helmut
09 Feb 2015 00:14
Forum: mikroBasic PRO for PIC General
Topic: Wifi Plus Click_UDP
Replies: 5
Views: 2275

Re: Wifi Plus Click_UDP

@Mikroeteam
This is your text in Technical Specifications: Supported in all mikroElektronika Compilers since 2014....

And, sadly, user must redeem your promise, shame..unfortunately, not only on this item

I hope you let deeds follow
by Helmut
25 Dec 2014 07:30
Forum: Website & Forums General Discussion
Topic: You lose your audience the purchasers of their products
Replies: 3
Views: 6152

Re: You lose your audience the purchasers of their products

Oh yes, don't forgot the TFT-Board, you write " example in all Mikroe-Compiler " http://www.mikroe.com/add-on-boards/display/easytft/ and ConnectEVE Board, you write " example in all Mikroe-Compiler " http://www.mikroe.com/add-on-boards/display/connecteve/ and TFT Proto Board, you write " example in...
by Helmut
17 Dec 2014 12:29
Forum: Website & Forums General Discussion
Topic: You lose your audience the purchasers of their products
Replies: 3
Views: 6152

You lose your audience the purchasers of their products

The most example is only for Mikroe C and only for one hardware environment, why? There is nothing new in Compiler. Update does not come with the new Future, for example, no Modbus lib, although already requested several times. The Clickboard examples only come for Mikroe C, are ancient and some wi...
by Helmut
16 Jul 2014 11:58
Forum: mikroBasic PRO for PIC General
Topic: (Solved) HID with 18F2550 write only 5 HID-Output ?
Replies: 1
Views: 1229

Re: HID with 18F2550 write only 5 HID-Output ?

@Mikroeteam and all
i found it:
The Mikroe-HID tool Displays in ASC mode, only the 5 characters. In the DEC mode or HEX mode, the ASCII character are there.
Try it out
Greeting Helmut
by Helmut
15 Jul 2014 12:13
Forum: mikroBasic PRO for PIC General
Topic: (Solved) HID with 18F2550 write only 5 HID-Output ?
Replies: 1
Views: 1229

(Solved) HID with 18F2550 write only 5 HID-Output ?

I made a Prg to write ADC-Data to a HID-Terminal, but i become only 5 HID-Data, only one ADC-Conversation is working, why? program SolarRegler_V1 '/ Eine Solarzelle läd über Fet-Schalter 2 Akkus, '/ Einstellbar und lesbar über HID-Terminal include "USBdsc_V1" '.bas ' Declarations section dim adc_val...
by Helmut
15 May 2014 18:30
Forum: Product Announcements
Topic: On this day 10 years ago we published our first compiler!
Replies: 21
Views: 238834

Re: On this day 10 years ago we published our first compiler

I hope you and your families are not affected by the heavy rain.

I wish you all the best.
Helmut
by Helmut
01 May 2014 08:24
Forum: mikroBasic PRO for PIC32 General
Topic: PIC32 MMB + Wifi Click Plus + UDP?
Replies: 3
Views: 2463

Re: PIC32 MMB + Wifi Click Plus + UDP?

If it was easy why has the mikroeteam published only for C.

I find very important when you write it is easy do it yourself :?: .

Regards, Helmut
by Helmut
05 Feb 2014 12:13
Forum: mikroC PRO for ARM General
Topic: STM32F429I-DISCO TFT
Replies: 10
Views: 9148

Re: STM32F429I-DISCO TFT

I found this Topic: http://mikrocontroller.bplaced.net/wordpress/?page_id=2753 PA3 = G2 PD3 = G7 PA4 = VSYNC PD6 = B2 PA6 = G2 PD13 = WRX (CMD/DATA) PA11 = R4 PF7 = SPI_CLK PA12 = R5 PF8 = SPI_MISO PB0 = R3 PF9 = SPI_MOSI PB1 = R6 PF10 = DE (Enable) PB8 = B6 PG6 = R7 PB9 = B7 PG7 = CLK PB10 = G4 PG1...
by Helmut
20 Dec 2013 13:10
Forum: Development Boards
Topic: FTDI BOARD VM800B
Replies: 3
Views: 1861

Re: FTDI BOARD VM800B

Thank you,
can i have a explain about wire to a µP, or/and example with Mikroebasic for PIC ?

Best regards, Helmut
by Helmut
15 Dec 2013 23:02
Forum: Development Boards
Topic: FTDI BOARD VM800B
Replies: 3
Views: 1861

FTDI BOARD VM800B

@Mikroe - Team
Has anyone worked with the board, it works at all?

Is it possible with the SPI interface of the program board with MikroebasicPro?

If, what should the processor can afford?

Best regards, Helmut
by Helmut
11 Oct 2013 23:10
Forum: mikroBasic PRO for PIC General
Topic: Code for HC-SR04 from Mark McLintock
Replies: 9
Views: 4679

Re: Code for HC-SR04 from Mark McLintock

I can't believe it.

I have try many statement If edge = 0 then and If egde = 1 and so on.... the math-result was not right.

No metter, it is running and you find the way and i'm happy.

Best regards, Helmut
by Helmut
11 Oct 2013 17:25
Forum: mikroBasic PRO for PIC General
Topic: Code for HC-SR04 from Mark McLintock
Replies: 9
Views: 4679

Re: Code for HC-SR04 from Mark McLintock

Yes,
LATx registers

PIR1.CCP1IF = 0

screenLast = screenNow

but the mistake must be in the double in case in interupt routine, or i didn't see the problem.

The return (calculate-return) was not equal to C-Code-Programm.

Thankyou for help.

Best regards, Helmut
by Helmut
11 Oct 2013 13:53
Forum: mikroBasic PRO for PIC General
Topic: Code for HC-SR04 from Mark McLintock
Replies: 9
Views: 4679

Re: Code for HC-SR04 from Mark McLintock

Janni, you are the best !! I see the to codepart twoByte = CCPR1H; twoByte = twoByte << 8; twoByte = twoByte | CCPR1L; in the "if then else" , but i found it is'nt a mistake. You see this at once ;-) you are a prof !! THank you for your time, best regards, Helmut

Go to advanced search