Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



Ads

piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Discussion Groups

Piclist

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

Search Results for "spi"

  

Post a new Thread

RE: Re: pic 16f877a with lcd flickering problem

JCullins - Jan 5 2009
I am in between; I use 27pf and have had no problems. Jim www.soundlogicus.com Plasma THC-300 Serial Spindle Speed control -----Original Message----- From: p...@yahoogroups... RE:  Re: pic 16f877a with lcd flickering problem

Could help in spi interface of PIC18f452 with accelerometer

vadnala_anil - Dec 1 2008
Dear frens, I am using digital accelerometer with PIC18f452 to read data of acceleration through spi interface. Here I am getting problem in writing conversion command for... Could  help in spi interface of  PIC18f452 with accelerometer

Re: External interrupts

Dennis Clark - Sep 29 2008
Without seeing your circuit it's hard to say. Electronic ballasts tend to spike a really high in-rush current on start up so that might be spiking your power rail. But we're gu... Re:  External interrupts

Re: dsPIC?

"John J. McDonough, WB8RCR" - Sep 29 2008
The dsPIC is an entirely diffferent animal than the 8 bit parts, but it is closely related to the PIC24 parts. I suspect that over the longer term, only the most basic or powe... Re:  dsPIC?

Re: Voltage conversions

Don Pomplun - Sep 26 2008
7805 to regulate 12v to 5v to power PIC. Big capacitor to take out spikes. 0-12v to 0-5v -- voltage divider. Tougher to go the other way. At 03:47 PM 9/26/2008, you wrote: ... Re:  Voltage conversions

Re: Re: Assembler vs C

Onestone - Sep 20 2008
Not every 'professional' job means large code, in fact the majority of micros are deployed in very simple applications. Most white goods jobs, for example are severely price co... Re:  Re: Assembler vs C

Re: Best PIC family for C programming   [7 Articles]

rtstofer - Sep 19 2008
--- In p...@yahoogroups.com, Wouter van Ooijen wrote: > > > What would you recommend as a sensible PIC family for programming in C? > > Can not be answered without mo... Re: Best PIC family for C programming

Re: generating square waves   [11 Articles]

Eirik Karlsen - Sep 13 2008
Yes, and no.... Generating a square wave is maybe best done by togeling a port pin at double the frequency, this will give you a square (50/50 mark space) wave. You'll have to ... Re:  generating square waves

Re: Programming a PIC16F72 microcontroller in C

jvoytovich - Sep 8 2008
Yeah, I've come in to this discussion late, but the last posting mentioning that you're looking for an embedded position raised some issues. I did a quick lookup on the 16F72 chi... Re: Programming a PIC16F72 microcontroller in C

Programming AT25/45 serial flash data chip

kjh_us - Aug 27 2008
I'd like to know how one goes about programming a serial flash data chip such as the AT25/45 or SST25 8pin dip? These chips have an SPI interface. But can I simply use an off ... Programming AT25/45 serial flash data chip

Position Control with PIC   [2 Articles]

poopinurmouf - Jun 25 2008
I am using a PIC18F458 to try to get a motor to lift a weight a specified distance. I am using a quadrature encoder to close the feedback loop and the encoder has 1600 counts per... Position Control with PIC

Re: programing

rtstofer - Jun 14 2008
--- In p...@yahoogroups.com, "endalkachewali" wrote: > Please support me for the following points > I have PIC16F877 and Voice chip ISD1730 and i want to connect both of ... Re: programing

Re: The incfsz command

ericserdahl - Jun 10 2008
Hi Jason, I feel your pain and confusion, I have been there. I trust you will take my comments in the positive spirit that they are offered. In your original post, you were tr... Re: The incfsz command

Re: Need help for A/D convator   [2 Articles]

cdb - May 17 2008
Hi, Do you mean how to wire it up to the Pic, or how to code for using the SPI interface? If a general idea on coding the SPI sequence - in assembler or ????? Colin :: ... Re:  Need help for A/D convator

Re : new here, some questions

robert santos - Apr 28 2008
----- Message d'origine ---- De : murrayatuptowngallery À : p...@yahoogroups.com Envoyé le : Jeudi, 10 Avril 2008, 9h37mn 48s Objet : [piclist] new here, some questions... Re :  new here, some questions

Pic C library + tutorials

ih_sydney_2003 - Apr 28 2008
Hi all, I've built up a few libraries for accessing different devices and have published them for everyone to enjoy. As I've been working through the code and tidying it up, I... Pic C library + tutorials

new here, some questions   [3 Articles]

murrayatuptowngallery - Apr 17 2008
Hi: I'm an electronics tech but haven't had a uP class since an 8085 one in 1979 and an 8088 one in maybe 1984. I have a project I need to uC-ify and have been spinning my w... new here, some questions

Re: web copy of the list   [2 Articles]

lez_briddon - Dec 13 2007
Ok seems to be getting forwarded to blog with posts by ''samantha'', but a quick search on here does not show a ''samantha'' posting. http://microchippicforum.blogspot.com/ ... Re: web copy of the list

Re: 12F675 Startup Problems

smxcu - Dec 9 2007
--- In p...@yahoogroups.com, dlc wrote: > > And that start bit depends upon the the stop bit of the previous > byte. The longer the string transmitted, the more time ... Re: 12F675 Startup Problems

Help

monzer mostafa - Nov 29 2007
I am facing the following situation: I want to connect the microcontroller (e.g.dsPIC6010 or dsIC40F13) via SPI to a flash memory chip (e.g. Atmel AT45DB642 or ST M25P80).I did m... Help

RE: pause?   [2 Articles]

Alan KM6VV - Jan 5 2007
Hi Bill, What you want is an auto-repeat on the buttons. Delay for say 1 second, then repeat if the key is still held down. That's after you've debounced the keys. Somethin... RE:  pause?

Re: Inverted Pendulum   [3 Articles]

dlc - Aug 8 2006
Looks like fun. Microchip does a demo like yours at the Masters conference that is all on the PIC. They use a shorter radius on a full circle track and a pot on the arm that ... Re:  Inverted Pendulum

RS-485 problem.   [2 Articles]

thor69uk - May 18 2006
Hi, I hope someone can help with a little problem I have!=20=20 I am trying to get several 18F PICs to communicate over RS-485.=20=20 I will outline the basic idea behind ... RS-485 problem.

Re: Routines for 74HC595

Leon Heller - May 16 2006
----- Original Message -----=20 From: "numero600" To: Sent: Tuesday, May 16, 2006 7:26 PM Subject: [piclist] Routines for 74HC595 Hello to all. I need to expand the por... Re:  Routines for 74HC595

Re: resistors   [3 Articles]

Lez - Apr 21 2006
Its set in epoxy and part of a bigger block, so I Cant dig/drill it out without fear of further damage. Just got back from taking wife shopping (please no pity) so when my head... Re:  resistors

RE: Analogue Expander   [2 Articles]

Wouter van Ooijen - Mar 22 2006
> I have been trying today to use one Analogue Input on my PIC for > multiple Analogue Inputs - A sort of Multiplexing? google 'analog multiplexer', like http://www.semicon... RE:  Analogue Expander

Re: PIC EEPROM Data to PC

Robert Rolf - Mar 15 2006
Simplest is serial link. Bit bang it if you have to. Capture with Hyperterm. Use commas to separate data fields and you can easily import saved file into a spreadsheet. Interfac... Re:  PIC EEPROM Data to PC

TMR2 output and the SPI block   [2 Articles]

Dennis Clark - Mar 3 2006
I'm running a 18F6680 at 40MHz which means that the SPI clock's slowest setting would be 625KHz, which requires a pretty fast set of opto isolators in my case. I'd like t... TMR2 output and the SPI block

Need help interfacing MCP42010 with Pic16f628   [3 Articles]

smitty505000 - Dec 27 2005
Hey all, Need some help in my latest endever. I am trying to drive a MCP42010 digital pot with a Pic16f628. I have read all the data sheets and still stumped. SPI on ... Need help interfacing MCP42010 with Pic16f628

Re: PLS HELP ME!!!

Peter Homann - Dec 2 2005
Phil, I reckon this idea stinks! Sorry, couldn't resist :-) Cheers, Peter. Phil Seakins wrote: > Here's one idea. An intelligent exhaust fan speed ... Re:  PLS HELP ME!!!

Re: Re: Programmer and software   [2 Articles]

Peter Homann - Nov 22 2005
Hi, I use the Olimex ICD-2 http://www.olimex.com/dev/pic-icd2.html Its more expensive US$89.95, still 1/2 the Microchip ICD2 price, is USB controlled and very rel... Re:  Re: Programmer and software

16F747 help needed

Bob Hyland, PMP - Nov 19 2005
I have a couple of newbie type questions. Background: I have been mainly working with the 16F84A in the past (although I also acquired a couple of 16F684's and a 16F63... 16F747 help needed

Interfacing a PIC with Digital Potentiometer?   [10 Articles]

smitty505000 - Oct 9 2005
Hey all, I am working on another R/C project and need to be able to adjust a 5K 3 wire pot via Pic. I have been looking at digital pots and see that they have 2 types... Interfacing a PIC with Digital Potentiometer?

Register RCON   [3 Articles]

wantoniet - Sep 22 2005
Hi Folks, I need help to understand what is going on... I´m using a PIC18F452 and suddenly it resets when it´s communicating via SPI. In such to debug this weird pr... Register RCON

PIC16F877 - AD7730 SPI Connection Problem   [2 Articles]

Triontech Technology - Sep 14 2005
Hi,   I wonder if any of you guys could help me out a bit. I am trying to hook the PIC16F877 to AD7730 (ADC loadcell controller for Analog Dev) thru SPI.   I s... PIC16F877 - AD7730 SPI Connection Problem

SPI information

p_c_vincent - Sep 4 2005
Hi anyone have information about the SPI port on digital calipers/micrometers pin out, commands, protocalls,a genral description, has anyone interfaced to one of these dev... SPI information

Re: Re: PicBASIC speed and code efficiency   [2 Articles]

Eirik Karlsen - Aug 9 2005
Sergio, sorry to hear that, guess I'll just have to cope with assembly then.... its not so bad except it'll be a helluva lot of code to keep track of.  I'll simultaneousl... Re:  Re: PicBASIC speed and code efficiency

Re: Pic speed controller   [2 Articles]

Dave Mucha - Aug 1 2005
--- In piclist@picl..., Lez wrote: > > > Dave Mucha wrote: > > > > > > > > Can you offer a little more details here ? I am familiar with DC ... Re: Pic speed controller

Re: SPI interface ADC 16 bits   [3 Articles]

Leon Heller - Jun 16 2005
----- Original Message ----- From: "wantoniet" To: Sent: Thursday, June 16, 2005 3:55 PM Subject: [piclist] SPI interface ADC 16 b... Re:  SPI interface ADC 16 bits
| 1 | 2 | 3 | 4 | 5 | next