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 "ide"
Post a new Thread
Paul - Oct 6 2008
Hello,
Recently starting using PICs again!
Quick question with an easy answer i am hoping.
What i am doing is using a PIC16F877 and i am using a A-D conversion.
Its all wo... 
jvoytovich - Oct 3 2008
Hi All,
I've got a project that I need advice on involving USB hubs. A
customer has a temperature controller with an RS232 interface that we
want to move to a USB design. The ... 
jvoytovich - Oct 2 2008
The SD card is an interesting idea. I'll look up the interface
requirements for that device.
I should have listed more requirements for my original design. The
project has a U... 
"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... 
rodr...@petrobras.com.br - Sep 29 2008
Thanks Dani, second answer on dsPIC's side. I guess I'll just stop learning
the 18F and start learning the ds family.
Mine major concerning is about memory for the program, sin... 
liquias - Sep 26 2008
Hey guys,
Lately I have been running a few projects that are using a car=20
battery as an energy source.
I need to introduce some picmicro controlling power to these projects.
... 
Onestone - Sep 20 2008
IBM were obviously overpaying part timers, or were operating under the
military industrial complex phenomenon of the $15000 silver hammer.
The main advantage that C is perceiv... 
harry - Sep 20 2008
i am new to pic programming. i am doing a small project of wireless
sensor networking. can any body help me to tell how to start and what
reference should i read to get basic id... 
"Kenneth (K) Macrae" - Sep 18 2008
For the binary parts, what about an opto-coupler?
Kenneth
2008/9/14 liquias
> hi guys ,
> lately i have a few project i work on that operate only on 12V supplies
> ... 
jmsmith871 - Sep 17 2008
Although I've been using PICs for years, I'm only now studying the
SLEEP instruction and code to wake up the processor. It's not going
well at the moment.
Microchip's app note... 
eshezo ayomi - Sep 17 2008
Hi all
i want someone to help me with this.....
i am new to SMS world but i learn how to use the PIC to send and receive SMS ... (text mode) i am preparing the code until the GS... 
globalpositioning - Sep 17 2008
Any idea or suggestion on how to play
with the amplitude of a 115VAC?
Note: amplitude, not PWM...
Regards,
------------------------------------
to unsubscribe, go to htt... 
ottoniel_ojeda - Sep 17 2008
Greetings guys...
I'm looking for a already made code to build a basic chronometer to
(.99 seconds scale) to make use of a 16x2 LCD display using only
assembler..
The pro... 
"John J. McDonough, WB8RCR" - Sep 17 2008
The help file is indeed full of good information about using the linker.
The MPLINK linker is no different than hundreds of linkers that have gone
before on dozens of operating... 
tigger - Sep 17 2008
Hi John, Hi Richard. Thank you for your inputs to this. I feel that
you must be right, and that I am missing something. What I am doing
at present is in defiance of what a lin... 
KM6VV - Sep 13 2008
Hi John,
I see you're a ham too! I'm KM6VV. Central coast, CA.
I'm starting a dual motor control project for a microbot robot. Two DC
motors with encoders (Lynxmotion), ... 
"John J. McDonough, WB8RCR" - Sep 9 2008
If you are using the dsPIC, then the path of least resistance is C. The C30
Student Edition is free, and as far as i can tell, the advantages of the
paid version are pretty sm... 
Staiger - Sep 9 2008
> So, if C/C++ is not the best choice, then does that mean I have to use
> Assembly language (I have now knowledge about it)?
I agree with the others: Ray shouldn't lump C an... 
shamin_dudu - Sep 8 2008
Hello,
I am able to receive CAN messages using polling mode.
I would like to receive CAN message using interrupts. It is not
working with my implementation
The following ... 
"Kenneth (K) Macrae" - Sep 8 2008
Hi
I'm currently looking at two wireless options:
2.4GHz
433MHz
I know the lower frequency allows greater transmission distance. What would
one go for?
Both have USART ... 
Jason Hsu - Sep 1 2008
I'm trying to program a PIC16F72 microcontroller in C. But I keep
reaching dead-ends. The trouble with trying out different solutions
is that it takes time to keep up with all of... 
Jovan Kostovski - Aug 16 2008
Hi Jason,
--- On Fri, 8/15/08, Jason Hsu wrote:
> I have a PICSTART Plus programmer with a serial port.
For Picstart under linux check:
http://www.warpedlogic.co.uk/?q... 
Dennis Clark - Aug 14 2008
Did you configure the project with the correct processor? The IDE does
not query the source files to find the processor. Even though you have
the correct .h file in the sou... 
Basic Poke - Jun 30 2008
I am writing a program for the PIC18F66J50, using MPLAB IDE v8.14
(also happened with 8.10). Suddenly I noticed one of my functions
was not working correctly, and discovered t... 
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... 
dlc - Jun 10 2008
Hi,
Thanks for the response. I could duplicate the problem on two
different systems with two different types of the chip. I found out
what went wrong. A nice low key p... 
"John J. McDonough, WB8RCR" - Jun 10 2008
It depends on what you want to do and how you learn
The PIC16 parts have been the hobbyist favorite for a long time. As a
result, there are a lot of examples, and a lot of tut... 
Bandaru Kondala Rao - Jun 10 2008
Hi every one
i am working with PIC18F4580 device and wanna implement CAN.
if i use CANCON in my program it is showing error as shown below
undefined identifier: CANCON
I ... 
seth...@sun.com - Jun 10 2008
Hi,
Thanks for this -- it seems to be working for me, but all I see next to the source files is "((NULL))" -- what's supposed to be there? The latest source file tag? How do... 
Harold Hallikainen - May 30 2008
> Those of you who are amateur radio operators (like me) would be
> particularly interested in my completed project.
>
> Thanks to all of you who helped me out with Asse... 
KM6VV - May 26 2008
I'm having a problem with I2C on an 18F4620.
it occurs while waiting for SEN to go low acknowledging "Initiate
Start". It may occur either when sending command or getting f... 
Basic Poke - May 23 2008
I am having a rough time with the breakpoints in MPLAB 8.10, using
MPLAB ICD 2 as the debugger. The debugger will often stop at the line
after the breakpoint, but sometimes ri... 
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
:: ... 
Basic Poke - May 16 2008
I am getting the following error in MPLAB 8.10. Any idea what's going
on? I don't even see any uninitialized variables in Main.c.
MPLINK 4.20, Linker
Copyright (c) 2008 Mic... 
Jason Hsu - May 15 2008
I'm trying to understand the Assembly language program contained in
the file Pic_swr.asm inside:
http://www.arrl.org/files/qst-binaries/picswr.zip
At the beginning of the prog... 
Basic Poke - May 8 2008
Any ideas why my MPLAB "Go To Locator" is not working? I put my cursor
on a function name, right-click, and choose Go To Locator. It should
go to the function definition. It... 
James Eiter - Jan 12 2008
First of all, welcome to PICs!
Your problem could be anywhere. First, make sure that you have the
correct processor declared in both the IDE's menu and in the code
itself. Be ... 
starutopy - Dec 15 2007
Hi,
you may try to bypass VDD & VSS by an 100nF capacitor as close as
possible to pin 1 & 8. Then don't connect directly pin 1 to 4, but put
a resistor 100K from pin 1(VDD) to p... 
cresswell - Dec 13 2007
--------------Boundary-00=_0EROQL80000000000000
Content-Type: multipart/alternative;
boundary="------------Boundary-00=_0EROLVC0000000000000"
--------------Boundary-00=_0EROL... 
that dude - Dec 13 2007
I was trying to create a simple Audio processor using a Micro chip
16F877A and a SI3000 chip. I am having trouble figuring out what the
best way to interface the two chips togeth... 
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
next