Search found 46 matches

by Eduardo Picon
15 Nov 2013 19:40
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hi checker,

Thanks, thanks, thanks ... :lol: :lol: :lol:

By your comment, I checked again the external interrupt settings, and there was my mistake.

I attached the project that works perfectly nRFc Click module with PIC Clicker.

Thank you very much again for your comment.

Regards.

Eduardo.
by Eduardo Picon
13 Nov 2013 13:47
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hi Marina, You tell me, Mikroelektronika can't give me help on a custom program. My program is not custom program, I just want to communicate via NRFC, two PIC Clicker each other, using the examples that Mikroelektronika offer to NRFC Click, but unfortunately for other types of developer and other M...
by Eduardo Picon
07 Nov 2013 20:50
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hello Marina, I was debugging the code and found that when selected transmission mode (TX_Mode), this routine enables the nRF to work in this way and waits for an acknowledgment from the receiver to confirm the connection between both radios. Debugging, init the routine the procedure TX_Mode() sub p...
by Eduardo Picon
06 Nov 2013 18:04
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hi Marina, Now a new problem. When I compile the program in debug mode and select microICD as debugger, code is compiled and programed into MCU, but compiler crashes when starting debugger, after disconnecting 8FJprog, program show me: "Error in call to device, the device is not connected" , and fol...
by Eduardo Picon
06 Nov 2013 17:26
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hi Marina, I can programming the PIC Clicker with 18FJprog. I attach an image where it show the position of flat conector. Also, PIC Clicker must be powered externally by USB conection. OK, now I'll try to debug the program to find the proble, but please, try you to test my code too. Best regards. E...
by Eduardo Picon
06 Nov 2013 17:07
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hi Marina, Could you request instructions to a Mikroelektronika specialist the way to connect a 18FJprog to a PIC Clicker?. I don't want to damage the programmer and/or PIC Clicker. Following the possible connections that figure into the manual that you send me, the PIC Clicker should be possible to...
by Eduardo Picon
05 Nov 2013 18:39
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hi MaGiK, I think so, but if that's the situation, it's mean that for new products of ME you should use a new programmers?. What should I do with my old programmers?, please don't respond, jejeje. I have not a mikroProg but I have 2 dsPICprog, 2 18FJprog, and 2 LV24-33Prog. If all will be prepared t...
by Eduardo Picon
05 Nov 2013 16:56
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hello Marina , I have tried to verify the problem with ICD. I have two 18FJprog programmers, but have a problem with both programmers. When I try to program it with mikroProg Suite For PIC, it indicates that the MCU voltage is 0.41 V and I can't program it this way, so I can not do debug with ICD. B...
by Eduardo Picon
04 Nov 2013 14:14
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hello Marina, I downloaded the new version of the calculator timer. The preescalers have changed with the new program. But PIC Clickers, continue without communicating. As I mentioned in my previous post, I connected TX (RD6) and RX (RD5) to a MAX3232 for debbuging. Clicker PIC indicated by UART mod...
by Eduardo Picon
22 Oct 2013 13:49
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hi Marina, In this case I'm not defining four buttons, are assigning diferent variables for the same pins, this is used in this way by the nRFc original example. OK, then I had removed the definition of two buttons in Main.mbas. Now code is: program nRF_T_click include L01_api '*********************...
by Eduardo Picon
21 Oct 2013 18:01
Forum: mikroBasic PRO for ARM General
Topic: PIC Clicker & nRFc Click module
Replies: 2
Views: 2442

Re: PIC Clicker & nRFc Click module

Hi, Then something is wrong because in schematic of PIC Clicker user's manual, PORTA.0 and PORTA.1 are used for general purpose LEDs. PORTD.2 and PORTD.3 are connected to general purpose BUTTONs. What is wrong?, or you or the manual are wrong. I attach page 5 of PIC Clicker User Manual. Could you co...
by Eduardo Picon
21 Oct 2013 17:59
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

Re: PIC Clicker & nRFc Click module

Hi, Then something is wrong because in schematic of PIC Clicker user's manual, PORTA.0 and PORTA.1 are used for general purpose LEDs. PORTD.2 and PORTD.3 are connected to general purpose BUTTONs. What is wrong?, or you or the manual are wrong. I attach page 5 of PIC Clicker User Manual. Could you co...
by Eduardo Picon
18 Oct 2013 14:02
Forum: mikroBasic PRO for PIC General
Topic: PIC Clicker & nRFc Click module
Replies: 21
Views: 9580

PIC Clicker & nRFc Click module

Hi, I did an adaptation of example for nRFc Click that ME site offer (based on EasyPIC7 with P18F45K22 MCU) to be applicate on PIC Clicker. I changed the prescaler and preload for 48 Mhz, and removed indications leds used on original code to test activity, rest of the program is the same as example....
by Eduardo Picon
18 Oct 2013 13:57
Forum: mikroBasic PRO for ARM General
Topic: PIC Clicker & nRFc Click module
Replies: 2
Views: 2442

Re: PIC Clicker & nRFc Click module

Sorry,

I saw that I was wrong to enter my topic, I opened it in mikroBasic PRO for ARM General instead mikroBasic for PIC General. I will initiate again where it belongs.
by Eduardo Picon
16 Oct 2013 12:39
Forum: mikroBasic PRO for ARM General
Topic: PIC Clicker & nRFc Click module
Replies: 2
Views: 2442

PIC Clicker & nRFc Click module

Hi, I did an adaptation of example for nRFc Click that ME site offer (based on EasyPIC7 with P18F45K22 MCU) to be applicate on PIC Clicker. I changed the prescaler and preload for 48 Mhz, and removed indications leds used on original code to test activity, rest of the program is the same as example....

Go to advanced search