Search found 110 matches

by zorgcorp
16 Nov 2023 15:28
Forum: mikroC PRO for PIC General
Topic: pressure 14 package is not right
Replies: 3
Views: 216

Re: pressure 14 package is not right

oups, thanks I just saw the mpkg....sorry
by zorgcorp
16 Nov 2023 15:25
Forum: mikroC PRO for PIC General
Topic: pressure 14 package is not right
Replies: 3
Views: 216

Re: pressure 14 package is not right

Thanks Ivan, I will try, but I was more talking about the package .mkpg which is wrong on your website, would be nice to have the corresponding library for the pressure 14 click that we can download......

Alex
by zorgcorp
16 Nov 2023 09:13
Forum: mikroC PRO for PIC General
Topic: pressure 14 package is not right
Replies: 3
Views: 216

pressure 14 package is not right

Helllo,
I downloaded 1605601829_pressure_14_clic_mikroc_pic.mpkg and when I install it the package for Flash 7 appears!!!!!!!

can you help?
Alex
by zorgcorp
27 Mar 2020 08:22
Forum: mikroC PRO for PIC General
Topic: Remapping one UART and initiate a second one, does not work.
Replies: 6
Views: 1934

Re: Remapping one UART and initiate a second one, does not work.

Thanks Stefan, I will and let you know, but later.
Regards, Alex
by zorgcorp
16 Mar 2020 11:35
Forum: mikroC PRO for PIC General
Topic: Remapping one UART and initiate a second one, does not work.
Replies: 6
Views: 1934

Re: Remapping one UART and initiate a second one, does not w

Hello Stefan, I have tried everything, including direct access to the register (ex: RX3PPS=0b00001101;) and PPS library, everything works using UARTX_Write and does not using UARTX_Write_Text... Maybe we would need an example from you using UARTX_Write_Text, but as long as UARTX_Write works we can s...
by zorgcorp
15 Mar 2020 17:47
Forum: mikroC PRO for PIC General
Topic: Remapping one UART and initiate a second one, does not work.
Replies: 6
Views: 1934

Re: Remapping one UART and initiate a second one, does not w

I found it ! Please tell you engineers that UARTX_Write_Text does not work properly when you remap more that one UART UART2_Write_Text ("HELLO"); does not work (remmapped) UART3_Write_Text ("HELLO"); does not work (remmapped) UART5_Write_Text ("HELLO"); does not work (not remmapped) UART2_Write('*')...
by zorgcorp
15 Mar 2020 16:17
Forum: mikroC PRO for PIC General
Topic: Remapping one UART and initiate a second one, does not work.
Replies: 6
Views: 1934

Remapping one UART and initiate a second one, does not work.

Clicker 2 18F67K40 Hello, I got really in trouble with this PPS_Mapping on clicker 2. I resumed what is going on below: ************* this works fine********************** PPSLOCK=0x55; PPSLOCK=0xAA; PPSLOCK=0x00; RG7PPS=0x0E; //TX on RG7 RX2PPS=0b00110010; //RX on RG2 PPSLOCK=0x55; PPSLOCK=0xAA; PP...
by zorgcorp
10 Dec 2019 11:04
Forum: mikroC PRO for PIC32 General
Topic: Who has a working CRC 16 caclulator routine PIC32
Replies: 1
Views: 811

Re: Who has a working CRC 16 caclulator routine PIC32

I will reply to my own post. I found my mistake in a CRC routine I found, was declaring the dpacket as int instead of char char MyPacket[10]; MyPacket[0]=0x20; MyPacket[1]=0x06; MyPacket[2]=0x7D; MyPacket[3]=0x00; MyPacket[4]=0x00; MyPacket[5]=0x00; unsigned int CrcResult=crc_fn(&MyPacket,6); unsign...
by zorgcorp
09 Dec 2019 12:36
Forum: mikroC PRO for PIC32 General
Topic: Who has a working CRC 16 caclulator routine PIC32
Replies: 1
Views: 811

Who has a working CRC 16 caclulator routine PIC32

Hello,
Does anyone have a clear and working CRC caclulator routine for PIC32 microc pro? I have not found any in the forum...

Many thanks for your help
Alex
by zorgcorp
08 Mar 2019 09:20
Forum: mikroC PRO for PIC General
Topic: NFC tag 2 example does not work
Replies: 5
Views: 1703

Re: NFC tag 2 example does not work

Hi Stefan....Yes it works!! But! In order to finalize this topic properly, I would like to say that your example shows something not complete. - First your run the example writing ndef message with nfctag2_init( 0xAA ); :shock: - As said, the mikroe.com does not come on your phone through Firefox br...
by zorgcorp
06 Mar 2019 14:14
Forum: mikroC PRO for PIC General
Topic: NFC tag 2 example does not work
Replies: 5
Views: 1703

Re: NFC tag 2 example does not work

Hello Stefan, 1) I use NXP TagInfo app on my SAMSUNG note 8.0 (it is the best I found up to now). Try it. You will see under the menu "NDEF" that "No NDEF data storage populated" despite it is apearing under the menu "FULL SCAN" (see my zip file, or see the menu on the App) 2) If you do not have any...
by zorgcorp
05 Mar 2019 16:50
Forum: mikroC PRO for PIC General
Topic: NFC tag 2 example does not work
Replies: 5
Views: 1703

NFC tag 2 example does not work

Hello, I run the NFC tag2 click example for MIKRO C PRO. It does not work, Ndef message is not read by my NXP app on my android. Despite the memory_write is ok, see below, my phone refuses to read the Ndef message... Can you help? abstract from the memory read, whole scan txt file is attached # Memo...
by zorgcorp
25 Feb 2019 15:01
Forum: mikroC PRO for PIC General
Topic: Library from nfc_tag_2_click_mikroc_pic.mpkg does not appear
Replies: 2
Views: 962

Re: Library from nfc_tag_2_click_mikroc_pic.mpkg does not ap

I just got it, by rebuilding library... How ever an error stil appearing 104 315 Invalid expression NFC_Tag2_PIC.c 103 402 ; expected, but 'else' found NFC_Tag2_PIC.c 105 424 '}' expected ';' found NFC_Tag2_PIC.c 0 102 Finished (with errors): 25 févr. 2019, 15:00:32 NFC_Tag2_PIC.mcppi void test_read...
by zorgcorp
25 Feb 2019 14:57
Forum: mikroC PRO for PIC General
Topic: Library from nfc_tag_2_click_mikroc_pic.mpkg does not appear
Replies: 2
Views: 962

Library from nfc_tag_2_click_mikroc_pic.mpkg does not appear

Hello,
I install the package 1487670349_nfc_tag_2_click_mikroc_pic.mpkg selecting all MCU for Micro C PRO. I charged the example NFC_Tag2_PIC.c. Rebuild all sources, error come after compiling. I got no NFC Library appearing in the mikro C PRO IDE (7.2.0) Library manager..

Can you help?
Thanks Alex
by zorgcorp
10 Dec 2018 13:42
Forum: mikroC PRO for PIC General
Topic: VL53L1 function missing in the library
Replies: 3
Views: 1153

Re: VL53L1 function missing in the library

Hello Petar, I think that is better to add it in the next library update, because this parameter is very important when you use the VL53L1. Of course if I had the source code of the library it would help to parallely develop this function. If you can get it I would be happy to have a look... Looking...

Go to advanced search