Search found 4 matches

by tommyx64
18 Mar 2016 13:46
Forum: mikroProg™ programmer and debugger
Topic: Problem with mikroProg and PIC32MX795F512L
Replies: 6
Views: 5112

Re: Problem with mikroProg and PIC32MX795F512L

Hi everyone,
i have problem with download firmware to pic32mx795f512l. Error message - Device detected-Unknown!
I have tried also pins PGC2/PGD2...


Thank you for reply.

Tomas
by tommyx64
24 Feb 2015 15:13
Forum: Libstock Discussion
Topic: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Solution
Replies: 77
Views: 887358

Re: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Soluti

Hello, I solve the same problem for a long time as Dominic75. We develop automatic door systems based on PIC32MX. Everything works beautifully. I've got a long-implemented Ethernet library. I needed to implement support for WiFi and I came across the problem of timing of the program. I got quite a l...
by tommyx64
27 Jan 2015 13:04
Forum: Libstock Discussion
Topic: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Solution
Replies: 77
Views: 887358

Re: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Soluti

Hi, I have problem with creating adhoc server. Commands are accepted, at the end is wifi_status = 1. But I not see the adhoc netword named "Tomasko"... Code example: procedure InitWiFi_Adhoc; begin strSSID := 'Tomasko'; channels[0] := 6; netMask[0] := 255; netMask[1] := 255; netMask[2] := 0; netMask...
by tommyx64
13 Sep 2011 09:28
Forum: mikroC General
Topic: 16F690 with PICKit2 read/write problem on PORTC
Replies: 2
Views: 2791

Re: 16F690 with PICKit2 read/write problem on PORTC

Hi every body, i have a problem with setting separate bits on PORT C. This is my code - example 1... // prebliknutie vystupov portc := 255; Delay_ms(500); portc := 0; this works. example 2: procedure NastavLED; begin // nastavenie led if rezim = 100 then DO_ZATVORENE := True // RC5 else DO_ZATVORENE...

Go to advanced search