Search found 534 matches

by octal
13 Jan 2018 13:15
Forum: Development Boards
Topic: EasyPIC7 LED reference
Replies: 1
Views: 1210

EasyPIC7 LED reference

Hi,
can we have the reference (Mouser, Digikey, ... manufacturer, ... anyone) of the LEDs used on EasyPIC7? (those on the ports)

Regards
by octal
23 Nov 2017 21:19
Forum: Development Boards
Topic: EasyPIC5 examples and schematics
Replies: 5
Views: 4273

Re: EasyPIC5 examples and schematics

I collected them from internet (and my old HDD) and I pushed everything on my webserver. For people needing easypic5 manual, schematics and examples, you can download everything in a single archive from my webserver http://www.pocketmt.com/downloads/easypic5.zip Please understand EasyPIC5 is our obs...
by octal
13 Nov 2017 02:36
Forum: Development Boards
Topic: EasyPIC5 examples and schematics
Replies: 5
Views: 4273

EasyPIC5 examples and schematics

Hello,
I have found that the archive page for leagacy EasyPIC5 board has been removed from your website.
Where can I download the examples for this board and the schematics and user manual please?

Regards
by octal
10 Nov 2016 02:04
Forum: User Projects
Topic: PIC18F2550 / PIC18F25K50 board
Replies: 1
Views: 4002

PIC18F2550 / PIC18F25K50 board

I built and assembled a small prototyping board for PIC18F2550/PIC18F25K50. The PCB has been produced by SeeedStudio (excellent results), and I assembled first prototype by hand (quickly). The board can be plugged directly on a breadboard, can be programmed using any PIC programmer via the 5 pin hea...
by octal
25 Jan 2016 16:50
Forum: mikroC PRO for PIC32 General
Topic: Need PIC32MZ EF family support
Replies: 45
Views: 41709

Re: Need PIC32MZ EF family support

The PIC32MZ EC family was launched in 2013 with lots of serious errata. It's 2016 now and little has been fixed. I don't expect Microchip to put out a new revision of this silicon. The EF chip is a cheaper, newer redesign with FPU, upgraded core and most of the errata fixed. I don't see a reason to...
by octal
15 Jun 2015 15:03
Forum: mikroC PRO for PIC General
Topic: Replacing 18F4550 with 18LF4550
Replies: 6
Views: 4165

Re: Replacing 18F4550 with 18LF4550

@guardspecialone From the datasheet Like all Microchip PIC18 devices, members of the PIC18F2455/2550/4455/4550 family are available as both standard and low-voltage devices. Standard devices with Enhanced Flash memory, designated with an “F” in the part number (such as PIC18F2550), accommodate an op...
by octal
10 Jun 2015 16:41
Forum: mikroC PRO for PIC General
Topic: mikroC for PIC version 6.6.1. released
Replies: 24
Views: 10823

Re: mikroC for PIC version 6.6.1. released

Just post the generated ASM code so that we can see what's going on.
by octal
23 Jan 2015 11:34
Forum: mikroProg™ programmer and debugger
Topic: mikroProg Suite for PIC 2.30 released 166 new MCUs supported
Replies: 37
Views: 24434

Re: mikroProg Suite for PIC 2.30 released 166 new MCUs suppo

£6.50 x 10 boards = about £65

at that price, you better buy a PICKit3 and program your board with their actual chip. Also the EasyPIC24/33 has the ICD2 connetor, so you can use the PICKit3 with the board itself for tests
by octal
19 Jan 2015 13:48
Forum: mikroBasic PRO for PIC32 General
Topic: pic32mz family
Replies: 11
Views: 6032

Re: pic32mz family

Even A5 silicon is very buggy. ADC channels still keep giving different values for same mesured signal. SPI rated to 50MHz is still unable to reach 27MHz ... and a lot of other craps with I2C :( those chips are simply not usable as is. For serious usage, better waiting for a full new release. I thin...
by octal
05 Jan 2015 11:09
Forum: mikroC General
Topic: Porting Hitech C to MikroC
Replies: 7
Views: 4343

Re: Porting Hitech C to MikroC

Code: Select all

typedef unsigned int uint = 99;
Are you sure this would compile with Hitec ????
by octal
04 Dec 2014 11:03
Forum: mikroC PRO for PIC General
Topic: graphic LCD in not working
Replies: 7
Views: 4938

Re: GLCD Liblary for graphic LCD (12864B V2.0)

The st7920 is a versatile hardware controller. When you put your PSB pin to ground, this puts the driver in serial mode interface (something close to SPI).
check page 26 on attached document. This driver is not supported by mikroE glcd/tft lib tough.
by octal
13 Jun 2014 10:41
Forum: Product Announcements
Topic: A robot visited us today
Replies: 1
Views: 2558

Re: A robot visited us today

The company I'm working at has also released a new robot recently: PEPPER :)

http://www.youtube.com/watch?v=osD6O4LAcpo
http://www.youtube.com/watch?v=DL4mlV0elVg
by octal
03 Apr 2014 10:05
Forum: mikroBasic PRO for ARM General
Topic: [HELP] TFT LCD 3.5" SSD1963 and STM32F407VGT6
Replies: 5
Views: 3875

Re: [HELP] TFT LCD 3.5" SSD1963 and STM32F407VGT6

This display has an SSD1963 controller, witch is fully supported by the TFT library. You just need to connect it to free pins from your STM32 chip and map those pins to corresponding pins from the display.

Go to advanced search