Author |
Message |
Topic: ws2811/2812b |
acidice333
Replies: 5
Views: 11164
|
Forum: General CCS C Discussion Posted: Sun Feb 02, 2014 8:03 pm Subject: ws2811/2812b |
Thanks for the help.
I'm upgrading from ws2801 to ws2812b because its cheaper in the long run because I need to do 288 of these for a LED table project so I figured I'd try to get this working and ... |
Topic: ws2811/2812b |
acidice333
Replies: 5
Views: 11164
|
Forum: General CCS C Discussion Posted: Sat Feb 01, 2014 1:33 am Subject: ws2811/2812b |
So im trying to play around with getting my WS2812B's working using this code here http://www.insomnialighting.com/code/ws2811.c
and they work on my 18F4550 with the fuses changed to something lik ... |
Topic: 32ch multiplexer |
acidice333
Replies: 2
Views: 5754
|
Forum: General CCS C Discussion Posted: Wed Jun 27, 2012 8:24 pm Subject: 32ch multiplexer |
Figured out my problem
I had the bits in the wrong order and I was using 0x0 instead of 0b0 |
Topic: 32ch multiplexer |
acidice333
Replies: 2
Views: 5754
|
Forum: General CCS C Discussion Posted: Wed Jun 27, 2012 1:38 pm Subject: 32ch multiplexer |
18f4550 pic...
I've got this ADG731 32ch multiplexer but I cant seem to get it to work.
I'm not sure if its my programming (probably 'cause I'm not fluent in programming) or my hardware (simple ... |
Topic: ws2801 driver? |
acidice333
Replies: 13
Views: 38787
|
Forum: General CCS C Discussion Posted: Fri Jan 27, 2012 4:39 pm Subject: ws2801 driver? |
Yeah I looked at that one and the one from adafruit.
I converted the LPD8806 (bitbang) from adafruit and that worked but I can't seem to get the ws2801 working.
Looking at both drivers from adaf ... |
Topic: ws2801 driver? |
acidice333
Replies: 13
Views: 38787
|
Forum: General CCS C Discussion Posted: Thu Jan 26, 2012 9:29 pm Subject: ws2801 driver? |
Does anybody have a driver?
I'm trying to get my ws2801 to work but I don't know if its my hardware or attempt at a driver.
http://www.sparkfun.com/products/10504 |
Topic: bonjour/zeroconf |
acidice333
Replies: 6
Views: 7356
|
Forum: General CCS C Discussion Posted: Thu Jan 26, 2012 9:27 pm Subject: bonjour/zeroconf |
This is more or less of what I'm looking for.
https://github.com/neophob/EthernetBonjour
I'm running a 18f4550 w/enc running a tcp server. |
Topic: bonjour/zeroconf |
acidice333
Replies: 6
Views: 7356
|
Forum: General CCS C Discussion Posted: Fri Jan 20, 2012 4:27 pm Subject: bonjour/zeroconf |
well I was looking at trying to broadcast my services like I'm running a TCP server on my PIC without a LCD but with DHCP.
Rather than logging into my router to find the IP its using, I want to h ... |
Topic: bonjour/zeroconf |
acidice333
Replies: 6
Views: 7356
|
Forum: General CCS C Discussion Posted: Thu Jan 19, 2012 2:13 am Subject: bonjour/zeroconf |
has someone made some bonjour/zeroconf code yet? i know the arduino has some drivers for that |
Topic: RTTTL player and USB? |
acidice333
Replies: 0
Views: 3094
|
Forum: General CCS C Discussion Posted: Wed Jan 11, 2012 2:03 pm Subject: RTTTL player and USB? |
I grabbed the RTTTL ringtone player src someone supplied on here and it works great Im having troubles getting it to work with USB.
It works until I uncomment the code for the usb_enumuerated() the ... |
Topic: Toggling DCD |
acidice333
Replies: 7
Views: 7617
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2011 12:25 am Subject: Toggling DCD |
Sadly no :( This legacy device uses DCD |
Topic: Toggling DCD |
acidice333
Replies: 7
Views: 7617
|
Forum: General CCS C Discussion Posted: Sun Dec 04, 2011 3:41 pm Subject: Toggling DCD |
Yeah I tried that and still no go :( outputtted a char just to see if the program works and it does.
I guess I'll just have to use the FTDI chip instead :(
Im using compiler version 4.120, whic ... |
Topic: Toggling DCD |
acidice333
Replies: 7
Views: 7617
|
Forum: General CCS C Discussion Posted: Sun Dec 04, 2011 5:39 am Subject: Toggling DCD |
Yeah I tried that. well I used =1 instead of =true but it didn't work.
I used the SIOW app to monitor the DCD status and even if I toggle it on and off, the status never changes?? |
Topic: Toggling DCD |
acidice333
Replies: 7
Views: 7617
|
Forum: General CCS C Discussion Posted: Sat Dec 03, 2011 5:26 pm Subject: Toggling DCD |
Trying the USB to Serial thing on my 18f4550 and was wondering Is it possible to toggle the DCD (Data Carrier Detect)?
I need to receive DCD signal on the computer. |
Topic: Infrared receiver for SONY remotes |
acidice333
Replies: 19
Views: 170420
|
Forum: Code Library Posted: Tue Nov 29, 2011 2:47 am Subject: Infrared receiver for SONY remotes |
Just curious how do you calculate for 48mhz? its probably right in front of me and I just dont understand. Much appreciated thanks!
/* TIMER0 configuration */
#define TIMER0_CONFIG RTCC_IN ... |
|