Chat freely about anything...

User avatar
By GengusKahn
#10368 Hi there, I have used the installed version of the LPD6803 that was included in the "Espressif-ESP8266-DevKit-v1.0.10-x86" from the download link in my previous post.
I can get all the files from the Github, I have also edited the paths in the makefile but I get data type conflicts amongst others, I suspect there is something messed up with duplicate includes, this is why I was asking about import methods.

I have an esp -01 running the LPD6803 string with a running line / Pixel, I have added a wire to the chip and use this to switch a string of 3528 white leds in the same mirror.
I would like to add the effects from the github version but I also have a number of 2811 ics with 12mm leds and a lot of 2812 pixels(got them @ 50 for £7) and would like to be creative with one of the ESP's (have -201 and some -01s)and some of them.
See the profile picture on my github for the wire-add.
https://github.com/genguskahn/ESP8266-For-DUMMIES
User avatar
By sfranzyshen
#10374
GengusKahn wrote:Hi there, I have used the installed version of the LPD6803 that was included in the "Espressif-ESP8266-DevKit-v1.0.10-x86" from the download link in my previous post.

ok, this is from https://github.com/popsodav/esp8266-lpd6803 ... this is were I am building this code from ...

GengusKahn wrote:I can get all the files from the Github, I have also edited the paths in the makefile but I get data type conflicts amongst others, I suspect there is something messed up with duplicate includes, this is why I was asking about import methods.

right now the code doesn't work ... right now I do not have lpd6803 for testing ... I have them on order ... soon. but it does build ... I do not use windows and I do not use eclipse ... so I am of little help ... I can refer you to the code above (the code you are using now) to see if you can rebuild that ... also I did eliminate this file from my build ...
https://raw.githubusercontent.com/popso ... includes.h
User avatar
By GengusKahn
#10383 Hi there, I have bundled the LPD6803 files including the resulting firmware into a tar file on the github below, used successfully for the mirror, infinity.jpg.

https://github.com/genguskahn/ESP8266-For-DUMMIES

If you have some time to spare, could you have a look and see what I need to do to use your files by comparing the files in the archive? I could then test any of your code, as I said I have a variety of LED/Pixel controllers and modules, Arduino and ESP8266 variants and not afraid to use a soldering iron or scope..... :mrgreen:
User avatar
By sfranzyshen
#10385
GengusKahn wrote:If you have some time to spare, could you have a look and see what I need to do to use your files by comparing the files in the archive? I could then test any of your code, as I said I have a variety of LED/Pixel controllers and modules, Arduino and ESP8266 variants and not afraid to use a soldering iron or scope..... :mrgreen:


1) you are able to compile and install the files in the lpd6803.tar file?
2) you want to add the tpm2net code to this code?

I will see what I can come up with.