Author |
Message |
Topic: Half bridge PWM [solved] |
magnoedu
Replies: 4
Views: 10027
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2015 9:09 pm Subject: y trying the same project |
I am trying the same project, but this code don't compile, he is make lot of errors with define.
Anyone help me. |
Topic: MCP3208 driver vs SPI Library functions |
magnoedu
Replies: 25
Views: 65043
|
Forum: General CCS C Discussion Posted: Sat Sep 25, 2010 4:55 am Subject: y need to driver for the multiples mcp3208 can you help-me? |
I need an driver for ccs to work with multiples mcp3208, I search by the all net but not find, I read one post you use multiples mcp3208, I trying to make changes to ex_ad12 by the ccs but not have su ... |
Topic: driver multiples mcp3208 |
magnoedu
Replies: 0
Views: 2748
|
Forum: General CCS C Discussion Posted: Sat Sep 25, 2010 4:37 am Subject: driver multiples mcp3208 |
hello friends y need an driver for multiples mcp3208 one pic 16f877a ,y search by all net ,but y not find,only an example for the arduino .
y trying to change example ex_ad12 by the ccs driver .
ple ... |
Topic: pic 16f877a and 10 adc ci ad7490 ,it's possible? |
magnoedu
Replies: 2
Views: 6531
|
Forum: General CCS C Discussion Posted: Mon Sep 20, 2010 7:26 pm Subject: thanks |
I start this project, I work how you tell me.
I post here if possible.
thanks
Emerson |
Topic: pic 16f877a and 10 adc ci ad7490 ,it's possible? |
magnoedu
Replies: 2
Views: 6531
|
Forum: General CCS C Discussion Posted: Sun Sep 19, 2010 1:32 am Subject: pic 16f877a and 10 adc ci ad7490 ,it's possible? |
Hello friends
I'm trying to do a project for a data logger with a PIC 16F877A and ten ad7490 cis of sixteen entries, working with protocol spi.
wanted to know if is possible?
if anyone has any simi ... |
Topic: Zero crossing detector |
magnoedu
Replies: 10
Views: 23232
|
Forum: General CCS C Discussion Posted: Fri Jan 22, 2010 2:40 pm Subject: zerocrossing |
Hello friend Pilar, I'm trying to make a dimmer also am sending the hardware I'm using might help. I'm having trouble getting the code in C. I'm taking your code and trying to change your code but wit ... |
Topic: analog value to MODbus to send. |
magnoedu
Replies: 4
Views: 6521
|
Forum: General CCS C Discussion Posted: Thu Jun 25, 2009 11:29 pm Subject: help-me |
I have same problem but it seems still not learned to get accurate value ad in this matrix and write
int16 hold_regs [] = (0x8800, 0x7700, 0x6600, 0x5500, 0x4400, 0x3300, 0x2200, 0x1100& ... |
Topic: using ex_modbus_slave.c |
magnoedu
Replies: 15
Views: 27029
|
Forum: General CCS C Discussion Posted: Wed Jun 03, 2009 11:59 am Subject: I put the instructions |
I put the instructions in the code
while(TRUE)
{
inputs = input_a();
output_b(coils);
Now I have control for this pins in port_b b ... |
Topic: using ex_modbus_slave.c |
magnoedu
Replies: 15
Views: 27029
|
Forum: General CCS C Discussion Posted: Sat May 30, 2009 10:04 am Subject: modbus is work fine |
no communication is ok and so learn how to connect the Modbus and pin.
I am sending a command modbus response correct communication
speaks in code set for the bit of the port.
else
{
// ... |
Topic: using ex_modbus_slave.c |
magnoedu
Replies: 15
Views: 27029
|
Forum: General CCS C Discussion Posted: Fri May 29, 2009 9:12 pm Subject: donĀ“t give up to me help-me please |
I am studying very hard to try to learn, but I live here in Brazil. Things are difficult so everyone thinks about money and not help. I'm driving in what I think on the internet.
I put your code but ... |
Topic: using ex_modbus_slave.c |
magnoedu
Replies: 15
Views: 27029
|
Forum: General CCS C Discussion Posted: Fri May 29, 2009 3:15 pm Subject: sorry |
I'm newbie.
But I sure do not have to use a register of the type
leds =coils;
portb =leds;
trisb(0);
besides
#use fast_io (b)
#byte portb=8
Please help me I'm getting now ... |
|