Search found 1739 matches

by petar.timotijevic
26 Jun 2015 16:39
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: USB HID Descriptor file - USB_SELF_POWER
Replies: 8
Views: 3912

Re: USB HID Descriptor file - USB_SELF_POWER

Hi,

Such and similar informations can be found in PC motherboard chipset documentation.


Best regards,
Peter
by petar.timotijevic
26 Jun 2015 16:05
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: USB HID Descriptor file - USB_SELF_POWER
Replies: 8
Views: 3912

Re: USB HID Descriptor file - USB_SELF_POWER

Hi,

Please can you tell me does your PC motherboard support USB power switching?


Best regards,
Peter
by petar.timotijevic
19 Jun 2015 15:47
Forum: mikroC PRO for PIC General
Topic: RFID Click, wrong ID detected
Replies: 8
Views: 3044

Re: RFID Click, wrong ID detected

Hi, Ok, thank you for the hints. Just a question, where did I find the right ID of the tag ? Is it write somewhere? I've attached an example of tag that I bought from your side where I can see a string of number on the top. Is this the tag ID or is only a vendor ID number? Thank you in advance. Marc...
by petar.timotijevic
19 Jun 2015 13:59
Forum: mikroBasic PRO for PIC General
Topic: cODE WONT RUN AS SOON AS I use one more strstr
Replies: 18
Views: 5707

Re: cODE WONT RUN AS SOON AS I use one more strstr

Hi,
dUKE vOLDEMORT wrote:Hi Ok will do that Next time. I found out that the problem was due to local variables as soon as I made them global all was fine.
compiler is Version 6.6.1 thank you
I'm glad to see that a problem is solved.

Best regards,
Peter
by petar.timotijevic
19 Jun 2015 12:12
Forum: mikroBasic PRO for PIC General
Topic: cODE WONT RUN AS SOON AS I use one more strstr
Replies: 18
Views: 5707

Re: cODE WONT RUN AS SOON AS I use one more strstr

Hi,

Please can you tell me which compiler version you have?

Please zip and attach all files located in compiler project folder.

For posting source code in forum please use tags for code, this keep code in right format.


Best regards,
Peter
by petar.timotijevic
19 Jun 2015 08:24
Forum: mikroC PRO for PIC General
Topic: UART Bluetooth Problem (HC06)
Replies: 4
Views: 2050

Re: UART Bluetooth Problem (HC06)

Hi,

Please see our code examples for Bluetooth modules. For example please see Bluetooth2 Click example.

Bluetooth2 click - Example
http://www.libstock.com/projects/view/5 ... ck-example


Best regards,
Peter
by petar.timotijevic
17 Jun 2015 23:08
Forum: mikroProg™ programmer and debugger
Topic: Idea! microICD for MPLAB X
Replies: 8
Views: 4167

Re: Idea! microICD for MPLAB X

Hi, External programmer is not a comfortable solution. Especcially for such systems where used boards like PICPLC...Additional equipment is not a good idea for process-controlling systems... Thank you for sharing such informations with us. This is reason why we use on-board mikroProg. But we are ope...
by petar.timotijevic
15 Jun 2015 15:34
Forum: mikroProg™ programmer and debugger
Topic: Idea! microICD for MPLAB X
Replies: 8
Views: 4167

Re: Idea! microICD for MPLAB X

Hi, Hello All. Is there any news about the subj? No. It seems that the compilers of Mikroelektronika will not join the IDE MPLABX. This depends from many things, for now there is very minimal chance for this. We keep our products with mikroProg. But for example on EasyPIC v7 Connectivity you can con...
by petar.timotijevic
12 Jun 2015 09:01
Forum: mikroPascal PRO for PIC General
Topic: UART1_Read_Text problem
Replies: 23
Views: 11424

Re: UART1_Read_Text problem

Hi,

@wwwhelp

Please zip and attach all files from project folder.


Best regards,
Peter
by petar.timotijevic
12 Jun 2015 08:57
Forum: Website & Forums General Discussion
Topic: Compass Click
Replies: 8
Views: 4809

Re: Compass Click

Hi, Petar, Great news! uncommenting that line worked. The compass and MMB STM M4 work very well. Can you explain to me why the C vs Assembly made it work? This is great news and I am glad to see that we solved a problem. We will investigate this behavior. I'm still having problems with the Pic versi...
by petar.timotijevic
11 Jun 2015 13:00
Forum: Website & Forums General Discussion
Topic: Compass Click
Replies: 8
Views: 4809

Re: Compass Click

Hi Walter,

In project folder edit file "lsm303dlhc_driver.c".

Change this:

Code: Select all

// mag = sqrt(mag);
  asm{
    VSQRT.F32 S1, S1
To:

Code: Select all

mag = sqrt(mag);
  asm{
//    VSQRT.F32 S1, S1
Recompile a code and try again.

Best regards,
Peter
by petar.timotijevic
09 Jun 2015 13:58
Forum: Website & Forums General Discussion
Topic: Compass Click
Replies: 8
Views: 4809

Re: Compass Click

Hi, I've tried the example. On the ARM MMB platform and it also doesn't work for me. I been analyzing the code that merges the accelerometer data for the tilt compensation including Compass_Screen_poll(), LSM303DLHC_Average_readings(), LSM303DLHC_Calculate_Heading(), and others. But I still don't se...
by petar.timotijevic
09 Jun 2015 13:55
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: FAT32 library vanishing from manager with dsPIC33EP256MC502
Replies: 3
Views: 2228

Re: FAT32 library vanishing from manager with dsPIC33EP256MC

Hi,
PoleAco wrote:Thank you VERY MUCH for that.
I am glad to see that a problem is solved.

Best regards,
Peter
by petar.timotijevic
09 Jun 2015 13:53
Forum: mikroC PRO for PIC General
Topic: SPI Ethernet problem
Replies: 3
Views: 1639

Re: SPI Ethernet problem

Hi,
eduardogrieger wrote:Thank you for petar.timotijevic attention, At first I located the problem, was missing include the header file library. Now compiled without error after you add the file. I will try and go back to review here in the forum.
I am glad to see that a problem is solved.

Best regards,
Peter
by petar.timotijevic
09 Jun 2015 13:40
Forum: mikroBasic PRO for AVR General
Topic: Crash Error report
Replies: 3
Views: 2502

Re: Crash Error report

Hi, Thanks for replying, the error report just showed a disktop capture not the software at crash screen shot (i.e. software completely closed), that is why I thought that the data collected was the useful item to send but I could not save it to file Thanks again In first message you say: I was work...

Go to advanced search