EmbeddedRelated.com

IO expander

Started by Kushan Hind in comp.arch.embedded20 years ago 5 replies

Hi folks I am a newbie who has a great oppurtunity(relatively speaking) to make his first embedded design. I want to make an attenuator...

Hi folks I am a newbie who has a great oppurtunity(relatively speaking) to make his first embedded design. I want to make an attenuator controller to control 32 digitaly programmable attenuators. I need 256 bit TTL compatible digital output (8/attenuator) . I am considering MCP23016 IC from microchip and pic microcontroller for this task. 8 MCP23016 ICs can be put on 1 IIC bus and i ...


Picstart Plus PUM

Started by Clint Sharp in comp.arch.embedded18 years ago 3 replies

I've just tried to order a Picstart Plus PUM from Microchip direct, 16.28 UKP for the board. After adding all the shipping and handling...

I've just tried to order a Picstart Plus PUM from Microchip direct, 16.28 UKP for the board. After adding all the shipping and handling charges it's going to cost me 39.28 UKP. Does anyone know a way for me to get one of these in the UK without paying the ridiculous handling charges? -- Clint Sharp


Microcontroller comparission

Started by bhavesh gharat in comp.arch.embedded18 years ago 13 replies

i want to Compare two microcontoller . perivously used NEC controller ( otp) now i want to go for other micro contoller ( microchip) so i need...

i want to Compare two microcontoller . perivously used NEC controller ( otp) now i want to go for other micro contoller ( microchip) so i need basis for the comparission like code porting ,cost, tools etc i would also like to code Porting( asm -asm) effort estimation basis thanks bhavesh


MCU/DSP dsPIC Alternatives?

Started by Chris Carlen in comp.arch.embedded20 years ago 12 replies

Hi: I'm looking for DSP-like microcontrollers and microcontroller-like DSPs. So far I am interested in TMS320F2812, but it is a bit heavy...

Hi: I'm looking for DSP-like microcontrollers and microcontroller-like DSPs. So far I am interested in TMS320F2812, but it is a bit heavy handed for some applications I would be considering. I had decided to move away from Microchip a few years ago and instead standardize on AVR for my 8-bit MCU of choice, mainly because of avr-gcc and the AVR architecture is much more pleasant to w...


Help getting an LCD to work

Started by Will in comp.arch.embedded20 years ago 19 replies

I have an Optrex LCD (DMC-20481NY-LY-AGE) that is 4x20 characters and driven by a Microchip PIC16F877 running at 20MHz. I know I got this exact...

I have an Optrex LCD (DMC-20481NY-LY-AGE) that is 4x20 characters and driven by a Microchip PIC16F877 running at 20MHz. I know I got this exact same physical LCD to work before but for the life of me I can't recall what trick I used to do so. Attached at the end is my software. I get power to the LCD, but all I see is lines 1 and 3 as all dark and lines 2 and 4 as all clear. Hunting aroun...


Transistor count of common uCs?

Started by johannes m.r. in comp.arch.embedded20 years ago 4 replies

Hello, Nowadays one often hears/readers about the transistor count of modern CPUs and GPUs. But what's the transistor count of common uCs like...

Hello, Nowadays one often hears/readers about the transistor count of modern CPUs and GPUs. But what's the transistor count of common uCs like the Microchip PIC, Atmel AVR or similar microcontrollers? Just being curious :-) Thank you in advance! Regards, johannes


TIMER1 Newbie Question

Started by Cap'n Ahab in comp.arch.embedded18 years ago 1 reply

Hi, Although I have Googled TIMER1 info. on MicroChip devices, as a novice, I am somewhat confused and would appreciate a little help. I...

Hi, Although I have Googled TIMER1 info. on MicroChip devices, as a novice, I am somewhat confused and would appreciate a little help. I have a project I am developing where I wish to count the number of pulses from a 1 MHz square wave source. (I am measuring the time a light beam has been broken) Now, the 16 bits of Timer1 will allow me to count up to 65535 pulses, which at 1 MHz sh...


CAN-settings for PIC18F4585

Started by Mich in comp.arch.embedded17 years ago 2 replies

Hi, I 'm programming a PIC18F4585 with MPLAB. I want to use the CAN option and I have made the basic C and H files with the aplication maestro...

Hi, I 'm programming a PIC18F4585 with MPLAB. I want to use the CAN option and I have made the basic C and H files with the aplication maestro of Microchip. I 'm working on a clock frequency of 40MHz. These are the settings I have calculated for a baudrate of 125k. #define BAUD_RATE_PRESC 16 #define SJW_TIME 1 #define SAMPLES 1 #define PROP_TIME 2 #define PH_SEG_1 4 #define PH_SEG...


advice on choosing mcu

Started by Calvin Chan in comp.arch.embedded20 years ago 10 replies

Hi Folk I am currently looking for a micro with the following must features: 24K+ flash programming memory hardware uart supporting 115200...

Hi Folk I am currently looking for a micro with the following must features: 24K+ flash programming memory hardware uart supporting 115200 baud hardware master i2c 2 channels 10 bit A/D 512+ byte ram operating voltage 2.7V - 5V 1 PWM speed of 10MIPs+ 8051 core, eeprom on chip are bonuses I know there are quite a few out there, eg. microchip pic18lc252, texas instrument - MSP4...


ICD2 Driver

Started by Ezekiel west in comp.arch.embedded11 years ago 3 replies

I am Ezekiel. I, and I am trying to download a program into the chip ( microchip pic18f4550) with window7 but could not be able to do it. One...

I am Ezekiel. I, and I am trying to download a program into the chip ( microchip pic18f4550) with window7 but could not be able to do it. One of the major problems, was that the system will be demanding for ICD2 USB driver in order to successfully carrid out. My question is Do anyone know how to downlaod an ICD2 USB Driver for window7 or Do anyone know the site i will visit to be able to ...


Using different numbers of TQ but same frequency on CAN bus?

Started by Mike Noone in comp.arch.embedded17 years ago 2 replies

Hi - I have a system that consists of one Atmel SAM7X256 connected via CAN to 6 Microchip MCP2515 chips. The MCP2515s have 20MHz clocks, and the...

Hi - I have a system that consists of one Atmel SAM7X256 connected via CAN to 6 Microchip MCP2515 chips. The MCP2515s have 20MHz clocks, and the SAM7X256 has a 55MHz clock. I have the CAN bus running at 1MHz right now, but the chips aren't perfectly matched. Specifically, the SAM7X256 uses 11TQ, while the MCP2515 uses 10TQ. I had to do this as otherwise I'd have to have fractional baudrate di...


Alternate supplier for dallas/microchip 1-wire memories

Started by Stef in comp.arch.embedded16 years ago 10 replies

For production of measurement probes, we need to store calibration data on them. Because of the limited number of connections, the...

For production of measurement probes, we need to store calibration data on them. Because of the limited number of connections, the 1-wire memories look like good candidates. For now we need at least 16kbit of storage which should be eprom or eeprom. The only suitable device from maxim therefore seems to be the DS2505 with 16kbit eprom. (the larger ones are serialized 'uniqueware' devices). In...


Avoid pICSPeed Programmer

Started by Robert Scott in comp.arch.embedded19 years ago 1 reply

pICSPeed is an in-circuit programmer for the PICmicro line of microcontrollers. It is made by In-Circuit Solutions from Canada. There is even a...

pICSPeed is an in-circuit programmer for the PICmicro line of microcontrollers. It is made by In-Circuit Solutions from Canada. There is even a link to the company on the Microchip website. Don't buy from In-Circuit Solutions unless you want to limit yourself to the incomplete list of devices that their user interface supports, or you want to enjoy the frustration of dealing with extremely ...


Embedded Web CLIENT

Started by Anonymous in comp.arch.embedded19 years ago 10 replies

I see a lot of commercially available solutions for adding a web server to an embedded application... however I dont see anything thats designed...

I see a lot of commercially available solutions for adding a web server to an embedded application... however I dont see anything thats designed for a client type app. For example, my project has a LCD screen on it, and adding a network controller chip (realtek, microchip, etc) would not be a problem. What would be involved in retrieving and displaying web pages? Is there anything commerc...


UART x3

Started by jonathan03 in comp.arch.embedded16 years ago 4 replies

I am looking for an PIC with three UART ports if such a thing exists. I have two UART inputs and I want to output a single UART output. I've...

I am looking for an PIC with three UART ports if such a thing exists. I have two UART inputs and I want to output a single UART output. I've seen plenty of ICs with 2 UART ports, but I have yet to find one with three. I typically use microchip ICs, but I am open to any brand as long as it would do the trick and has a good C compiler. How would a situation like this be handled in modern electro...


Logarithm on a PIC

Started by Louis Nel in comp.arch.embedded20 years ago 3 replies

I have been searching high and low for the assembly language code to determine the log base two of a sixteen bit floating point number smaller...

I have been searching high and low for the assembly language code to determine the log base two of a sixteen bit floating point number smaller than one. Has anybody had any luck? The AN660 from microchip is very complicated. The closest I came is the routine by Nikolai Golovchenko at piclist ( http://www.piclist.com/techref/postbot.asp?by=time&id=piclist/2000/09/28/080926a&tgt=&key=log2&f r


Pickit 3 Info?

Started by Mel in comp.arch.embedded13 years ago 2 replies

Does anybody know of a link to a Pickit 3 Users Guide, perhaps in PDF form? I was hoping to find one on the Microchip web site, but it seems to...

Does anybody know of a link to a Pickit 3 Users Guide, perhaps in PDF form? I was hoping to find one on the Microchip web site, but it seems to be obsessed with selling things. I'm trying to work out a strategy for prototyping with a host of PIC10Fs on host of tiny boards. I imagine it could get as bad as a bed-of-nails arrangement hooked to a programmer, but I can't find solid info. ...


tcp stack for Pic18F452

Started by James in comp.arch.embedded20 years ago 6 replies

Hello, I've got the picdem board, but was looking for other tcp/ip stack that run on the Pic18F452. I do not think the uClinux has been...

Hello, I've got the picdem board, but was looking for other tcp/ip stack that run on the Pic18F452. I do not think the uClinux has been ported, but are there any source tcp/ip stacks that run on the Pic 18f Family, other than microchip? Sourcecode availability? I cannot find the sourcecode to microchips stck MCHPStack.2.11 either, only the executable. Any help is most appreciate...


TCP/IP Lean Stack problem

Started by Neil in comp.arch.embedded20 years ago 3 replies

Hello, Im trying to run the TCP/IP stack, that came with the TCP/IP lean book that i have recently bought, on the microchip PICDEM.net board....

Hello, Im trying to run the TCP/IP stack, that came with the TCP/IP lean book that i have recently bought, on the microchip PICDEM.net board. I have run the hex image that came on the CD with no problems, but i cant get version that i have compiled to work. It seems to just loop around with the display showing the P16Web v2.02 splash screen, the 'c' for my PCH compiler and 0.0.0.0 DHCP bei...


i2c communication

Started by juan in comp.arch.embedded19 years ago 10 replies

hello you all i've been working on an i2c communication among a unique master and several slaves... (the source code i based on were the...

hello you all i've been working on an i2c communication among a unique master and several slaves... (the source code i based on were the microchip application notes 734 and 735) The first thing i need to do in my application is verifying the presence of the slaves and a problem has rised: once the master sends an address that produces a NOT acknowledge, no other slave responds to the nex...