evilgeniuslabs / torch

Cylindrical light art display.
http://evilgeniuslabs.org
GNU General Public License v3.0
42 stars 17 forks source link

Photon version #1

Open rudyv opened 8 years ago

rudyv commented 8 years ago

Hi Jason, Fantastic with what you did to the "torch" project, I like this on the Spark since day 1. I see that you describe that this code will both work for teensy 3.X and for Photon. I got it compiled for the teensy, how do I get it compiled for the Photon ? What is the trick and how do you then operate it from the web instead of the remote control ?

Keep up the good work, I really like it.

So this is not really an issue, it is more a question. KR, RUdy

jasoncoon commented 8 years ago

Thanks Rudy! I haven't gotten around to porting this particular project to the Photon, but could upon request from a customer (I'm trying to sell these in my spare time).

I do have many other similar projects that already run on the Photon, so it shouldn't be too difficult:

https://github.com/evilgeniuslabs/tree https://github.com/evilgeniuslabs/bloom

The only thing I haven't tried yet, and that I'm not sure about, is getting an infrared remote control working on the Photon. Last time I checked, I wasn't able to find a good IR library for the Photon, and I haven't bothered trying to get it working. So, for now, if someone just wants IR, I use the Teensy. If they want Wi-Fi and web app control, I use the Photon.

rudyv commented 8 years ago

Ok Jason, I'll try to port it myself during the holiday period, I'll have a few days off. I did run an IRsend on the Spark a while ago, it worked, on the Photon I haven't tried that. So who knows and let's see if I can get it to work.

Duesendaniel commented 4 years ago

Hi Rudy, did you succeed in porting the project to Photon?