Author |
Message |
Topic: If I wanna generate a sound from values in my EEPROM...?? |
Spiffy
Replies: 1
Views: 7751
|
Forum: General CCS C Discussion Posted: Mon Apr 05, 2004 7:33 am Subject: If I wanna generate a sound from values in my EEPROM...?? |
I have hex values of a sound in my EEPROM and I wanna use the PWM of my PIC16f877 to play this sound. So basicly how would I go about it!!!!
how do I write to the PR2 register and how can change m ... |
Topic: Hex values used with the PWM to make sound |
Spiffy
Replies: 3
Views: 10464
|
Forum: General CCS C Discussion Posted: Wed Mar 31, 2004 9:08 am Subject: Hex values used with the PWM to make sound |
Absolutely. I've done this to make a couple of different squeak tones through a piezeo. A no-brainer to do that. Making something like the SpeachChips.com product line looks like a bit more work th ... |
Topic: Hex values used with the PWM to make sound |
Spiffy
Replies: 3
Views: 10464
|
Forum: General CCS C Discussion Posted: Wed Mar 31, 2004 8:27 am Subject: Hex values used with the PWM to make sound |
Hi all,
do you think it is possible to make a sound by inputing hex values on the PIC16f877`s PWM????? |
Topic: C++ knowledge about sending a string through RS232 |
Spiffy
Replies: 1
Views: 8794
|
Forum: General CCS C Discussion Posted: Tue Feb 24, 2004 2:40 pm Subject: C++ knowledge about sending a string through RS232 |
Is somebody familiar with C++ because I need a program that can send a string of char' through the RS232 comm1 or 2 so hyperterminal can read them?? |
Topic: Sending data From hyperterminal to my PIC through Rs232 |
Spiffy
Replies: 4
Views: 15314
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2004 9:21 am Subject: Sending data From hyperterminal to my PIC through Rs232 |
Neutone Hmmmmmm.... sounds interesting whats a bootloader and where could I find this?? |
Topic: Sending data From hyperterminal to my PIC through Rs232 |
Spiffy
Replies: 4
Views: 15314
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2004 8:55 am Subject: Sending data From hyperterminal to my PIC through Rs232 |
Hey! Good morning, afternoon and night...
My goal is to send over a text file to my PIC and take the ASCII message for example "HEllo" and store it in my EEPROM memory. But I don`t know how to set ... |
Topic: how i made sound from music files |
Spiffy
Replies: 9
Views: 20197
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2004 8:37 am Subject: how i made sound from music files |
What is this program from what I can understand it can generate a frequency that sounds like a music note and you reproduce a song???
or is it the real song thats reproduced?? |
Topic: Receiving text through RS232 with hyper terminal |
Spiffy
Replies: 1
Views: 9896
|
Forum: General CCS C Discussion Posted: Thu Feb 19, 2004 2:58 pm Subject: Receiving text through RS232 with hyper terminal |
HI!
I have a problem I want to send a text file or the content of the text file through RS232 so my PIC can get the data and store it in my memory the memory part is OK its the receiving part that ... |
Topic: Sampling an 8 bit WAV file with a PIC |
Spiffy
Replies: 2
Views: 5968
|
Forum: General CCS C Discussion Posted: Tue Feb 10, 2004 12:44 pm Subject: Sampling an 8 bit WAV file with a PIC |
Hey! spam -- ignore this post to all the interestee`!
How would I sample a 8 bit audio WAV file through my PIC and have good sound fidelity?
heres what I cam up with:
#include "16f877.h"
#include "stdlib.h ... |
Topic: Is it possible to open a file with my PIC16f877??? |
Spiffy
Replies: 2
Views: 10434
|
Forum: General CCS C Discussion Posted: Fri Jan 30, 2004 7:15 am Subject: Is it possible to open a file with my PIC16f877??? |
I need to open a .wav file and extract the raw data from it so I can store it in a EERPOM?? How do we do that%??
I dont have the slightess idea!!
So thanx to those who care...
Spiffy |
Topic: PCM??? WAV files use it?? |
Spiffy
Replies: 3
Views: 14057
|
Forum: General CCS C Discussion Posted: Thu Jan 29, 2004 1:03 pm Subject: PCM??? WAV files use it?? |
First off thanx for clicking on my topic
Good mourning, Good afternoon and good evening,
I'm in the process of making an electronic drum and I need to know how I can write a WAV file in a ... |
Topic: Reading a EEPROM Memory with a PIC16f877 via SPI |
Spiffy
Replies: 5
Views: 15502
|
Forum: General CCS C Discussion Posted: Wed Jan 28, 2004 11:00 am Subject: Reading a EEPROM Memory with a PIC16f877 via SPI |
I'm trying to write and read in a EEprom mem. The program, in C, is sent in a pic 16F877 by using a Qikstart card. I ran the program an got the results by Hyperterminal. I've also checked the writing ... |
|