Search found 2649 matches

by dejan.odabasic
28 May 2015 09:20
Forum: mikroC PRO for PIC General
Topic: mikroC for PIC version 6.6.0 released!
Replies: 53
Views: 18599

Re: mikroC for PIC version 6.6.0 released!

@Toley
Yes, support for PIC32MZ will be provided for EasyPIC Fusion.

Best regards.
by dejan.odabasic
19 Jan 2015 17:17
Forum: Development Boards
Topic: EASYTFT Active Low Pins and Running Backlight
Replies: 1
Views: 1320

Re: EASYTFT Active Low Pins and Running Backlight

Hello,

Beside LED- and LED+, GND and Vcc pins should be connected to EasyTFT, in order for backlight to be active.

Usually to strobe data, you can use single NOP instruction to create stable low to high transition:

Code: Select all

TFT_WR = 0; asm nop; TFT_WR = 1;
Best regards.
by dejan.odabasic
19 Jan 2015 16:03
Forum: mikroBasic General
Topic: PIC 18F4550 configuration problem
Replies: 2
Views: 2450

Re: PIC 18F4550 configuration problem

Hello,

I suggest reading the following topic: http://www.mikroe.com/forum/viewtopic.php?t=10646

Best regards.
by dejan.odabasic
19 Jan 2015 15:22
Forum: mikroBasic PRO for PIC General
Topic: Little bug in MB 6.5.0
Replies: 2
Views: 1496

Re: Little bug in MB 6.5.0

Hello,

Thank you for reporting this problem.
Our developer will solve it as soon as possible.

Best regards.
by dejan.odabasic
19 Jan 2015 15:07
Forum: Development Boards
Topic: Attaching a load cell to EasyPic v7 Board
Replies: 1
Views: 1332

Re: Attaching a load cell to EasyPic v7 Board

Hello, It all depend which sensor is used, is it active or passive sensor? If used with passive load cell, then usually additional electronic(based on op-amps) is needed to boost up the voltage levels so that result can be converted with MCU ADC module in digital value. If active sensor is used, you...
by dejan.odabasic
19 Jan 2015 14:47
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: dsPIC33ep512MU810 and Net_Ethernet_28j60 help
Replies: 9
Views: 4002

Re: dsPIC33ep512MU810 and Net_Ethernet_28j60 help

Hello,

After successfully established connection with server(MCU is client), you can monitor(check the value in endless while loop) the socket state value in order to determine is the connection is still active and if need reconnecting.

Best regards.
by dejan.odabasic
19 Jan 2015 14:39
Forum: mikroC PRO for ARM General
Topic: CAN STM32 CANSetFilterScale32()
Replies: 6
Views: 4737

Re: CAN STM32 CANSetFilterScale32()

Hello, After configuring the filter, there is no need to use it as an argument in any function. Filter is configured on hardware level and only massages with comply with configured filter will be received. After receiving message you check for ID to see which filter provided(enabled to be received) ...
by dejan.odabasic
19 Jan 2015 14:02
Forum: mikroPascal PRO for PIC General
Topic: Can bus configuration
Replies: 7
Views: 3660

Re: Can bus configuration

Hello, I am not clear how best to get the single central node(data logger) to accept messages from up to 100 sensor nodes. Central node will call-out the weight-measuring(WM) nodes(each with different address) and WM-nodes will reply only when they receive message from central node. When central nod...
by dejan.odabasic
16 Jan 2015 14:30
Forum: mikroC PRO for PIC General
Topic: USB library problem
Replies: 3
Views: 1493

Re: USB library problem

Hello,

I suggest using compiler bootloader example projects as a guide for you development.
Bootloader projects are located in: ..compiler\Examples\Other\USB HID Bootloader\

Best regards.
by dejan.odabasic
16 Jan 2015 13:32
Forum: mikroC PRO for PIC General
Topic: RFid Reader
Replies: 5
Views: 2104

Re: RFid Reader

Hello,

Example project for RFid Board can be downloaded from product web page.
http://www.mikroe.com/add-on-boards/var ... id-reader/

Archive contains the projects for PIC, dsPIC and AVR compilers.

Best regards.
by dejan.odabasic
15 Jan 2015 13:35
Forum: mikroC PRO for ARM General
Topic: CAN STM32 CANSetFilterScale32()
Replies: 6
Views: 4737

Re: CAN STM32 CANSetFilterScale32()

Hello, First argument of CANSetFilterScale32 is filter number. void CANSetFilter(unsigned char Filter_Number, unsigned char CAN_FILTAR_FLAGS, unsigned long ID, unsigned long mask_or_ID); Filter_Number: Filter number. CAN_FILTAR_FLAGS: selects type of message to filter. See CAN_FILTER constants. ID: ...
by dejan.odabasic
15 Jan 2015 13:27
Forum: Development Boards
Topic: UDP and TCP on STM32F107VC
Replies: 9
Views: 3876

Re: UDP and TCP on STM32F107VC

Hello,

Please understand that custom user projects are out of the scope of our technical support.
I suggest using the existing example projects as a guide for your project development.

Maybe some of our experience user can help you more on this topic.

Best regards.
by dejan.odabasic
13 Jan 2015 16:03
Forum: Library Development Discussion
Topic: Datalink layer access
Replies: 9
Views: 7719

Re: Datalink layer access

Hello, Have you tried to reset the ENC28J60 after receiving the corrupted packet? Toggle of RST pin and initialization(Net_Ethernet_28j60_Init) should help you solve the problem. Error codes are explained in library help file. For more details, please take a look at ..compiler\Packages\Network_Ether...
by dejan.odabasic
13 Jan 2015 11:26
Forum: Visual TFT General
Topic: Visual TFT usercode appears twice or even more times
Replies: 4
Views: 3170

Re: Visual TFT usercode appears twice or even more times

Hello, Please provide more details of the problem that you are experiencing. Also it would help a lot if you could provide us with project which can be used to replicate the issue. If you wish to send us your project privately please use our support ticket system. http://www.mikroe.com/esupport Best...
by dejan.odabasic
06 Jan 2015 16:34
Forum: Libstock Discussion
Topic: WiFi click
Replies: 1
Views: 3328

Re: WiFi click

Hello,

WiFi library is provided with set of server/client example projects.
This set of projects shows how connection via TCP can be established.

Example projects are located in:
..compiler\Packages\Network_WiFi_PIC\Examples\Ad-Hoc Example

Best regards.

Go to advanced search