Search found 570 matches

by oliverb
05 Oct 2023 12:55
Forum: CODEGRIP programmer and debugger
Topic: Suitability of Codegrip for a field reprogramming task
Replies: 1
Views: 283

Suitability of Codegrip for a field reprogramming task

I have a circuit board that uses a PIC18F4520 and has a programming connector that largely follows the 10 way Mikroprog pinout. Well there is one difference, both "5V" pins are connected together. I need to recommend a programmer, and although I have a design for an adapter to use a PICkit I'd rathe...
by oliverb
07 May 2021 11:13
Forum: mikroC PRO for PIC General
Topic: I2C vs Soft I2C problem with AT42QT2120
Replies: 2
Views: 896

Re: I2C vs Soft I2C problem with AT42QT2120

Hi Thanks for looking at this, I've traced the issues now: 1: I had the ACK vs NACK logic flipped. 2: The AT42QT2120 has quite a long "clock stretch" on the ACK bit and the first bit of the following byte. I'm estimating 40us but I haven't managed to put a scope on it. 3: I had implemented a timeout...
by oliverb
26 Apr 2021 10:59
Forum: PIC PRO Compilers
Topic: EasyPic5
Replies: 4
Views: 2198

Re: EasyPic5

I wouldn't put it as bluntly as that, the old boards still have uses, but with a newer EasyPic model you get support for newer PIC series and Mikrobus sockets to accept "Click" boards.
by oliverb
25 Apr 2021 09:29
Forum: mikroC PRO for PIC General
Topic: I2C vs Soft I2C problem with AT42QT2120
Replies: 2
Views: 896

I2C vs Soft I2C problem with AT42QT2120

I have a really odd communication problem between a Mikromedia board and a AT42QT2120 touch controller. It seems as if I can communicate with the IC using regular "hard" I2C, but not using soft I2C. I've just taken working code and substituted the soft_I2C library, and it appears to only work with h...
by oliverb
27 Mar 2021 13:00
Forum: Mikromedia
Topic: Where is Hardware pattern for the PIC18F-K version
Replies: 2
Views: 2074

Re: Where is Hardware pattern for the PIC18F-K version

Going back to the Mikromedia Workstation I see that the board support package on Libstock: "mikromedia workStation v7 - BSP" is also missing support for the PIC18F-K version of the Mikromedia. Please add the missing support for the "K" 8 bit PIC Mikromedia variant. There IS a "mikromedia_shield_PIC1...
by oliverb
17 Mar 2021 15:59
Forum: Click Boards release
Topic: Capacitive round shaped touch sensor
Replies: 2
Views: 1077

Re: Capacitive round shaped touch sensor

I've got one of these, running the demo application on a Mikromedia because it's what I had handy. It appears to be returning four on/off type signals. As a "wheel" sensor I'd expect it to return an angle, is the IQS263B capable of that?
by oliverb
30 Jun 2020 08:28
Forum: GLCD Font Creator Software
Topic: GLCD Font Vreator 1.2.0.0 Does not save
Replies: 2
Views: 2715

Re: GLCD Font Vreator 1.2.0.0 Does not save

Font creator needs to be run with some form of compatibility mode. I can't remember the exact fix but I think it was either "Run as administrator" or XP compatibility mode.

I just tried, XP sp3 compatibility worked.
by oliverb
21 May 2020 06:40
Forum: IDE
Topic: Window for Mikroprog Suite not displayed
Replies: 10
Views: 6150

Re: Window for Mikroprog Suite not displayed

I didn't mean the task bar, I meant task manager, ctrl-alt-del and all that. It has a maximise and minimise option that don't grey out. When I tried it I got a white screen with the Mikroprog window overlayed onto it.
by oliverb
20 May 2020 11:59
Forum: IDE
Topic: Window for Mikroprog Suite not displayed
Replies: 10
Views: 6150

Re: Window for Mikroprog Suite not displayed

Are you on reasonably good terms with your IT department? Have they told you what update was pushed? Do they have a test machine you could try running Mikroprog on.

Does the "maximise" option in Task Manager do anyting?
by oliverb
14 May 2020 08:33
Forum: IDE
Topic: Window for Mikroprog Suite not displayed
Replies: 10
Views: 6150

Re: Window for Mikroprog Suite not displayed

Silly question but have you checked that the window isn't just moved off-screen. I seem to recall that changing screen resolution forces all windows into the visible area.

Alternatively do you have dual monitors, and if not then has dual monitor support been enabled somehow.
by oliverb
13 Mar 2020 12:11
Forum: Development Boards
Topic: I2C to SPI bridge SC18IS602B
Replies: 2
Views: 1590

Re: I2C to SPI bridge SC18IS602B

Intended by who? NXP don't specify it. Surely as an I2C peripheral it is intended to be a two wire interface, SCL+SDA only. It is right that a development board should actively drive reset , since during debugging it is easy to force a program reset without resetting peripherals, potentially causing...
by oliverb
09 Mar 2020 09:47
Forum: Development Boards
Topic: Shuttle click and cable length
Replies: 2
Views: 1243

Re: Shuttle click and cable length

My understanding is it is the rise/fall time of the logic transition that causes the problem not the actual data rate. You will have to slow the data rate if you pass the signal through TWO 1n feed-through filters, but that was a special case that really ought to have been done with RS422 or 485 tra...
by oliverb
08 Mar 2020 12:11
Forum: Development Boards
Topic: Shuttle click and cable length
Replies: 2
Views: 1243

Shuttle click and cable length

Has there been consideration of the amount of cable being driven? As far as I can see the cable pinout exactly matches the click pinout. The old "rule of thumb" was one power or ground line for each signal line. Because of the way the wires in a ribbon line up the SPI lines are interleaved with the ...
by oliverb
28 Feb 2020 10:40
Forum: Development Boards
Topic: I2C to SPI bridge SC18IS602B
Replies: 2
Views: 1590

I2C to SPI bridge SC18IS602B

I see there's a "Click" board for this. I'm interested in the IC though. One thing I cannot find details of is what to do with the RESET pin, it looks like the Mikroe implementation drives RESET directly using a PIC pin, but I'd like to run just SCL,SDA so can I tie RESET positive or use a simple RC...
by oliverb
06 Jan 2020 16:32
Forum: Development Boards Wishlist
Topic: Please stop using zero ohm resistors on Click boards
Replies: 9
Views: 5045

Re: Please stop using zero ohm resistors on Click boards

I'm still trying to think of a simple adaptation that would make it "plug and play". In the absence of a dedicated "Vl" pin could it detect a logic pin going above 3.3v and maybe use a CMOS switch to change from 3.3V to 5V in response? Having said that I wonder if that's even needed. If inputs toler...

Go to advanced search