Commit graph

206 commits

Author SHA1 Message Date
con-f-use 6b0d7e2530 Utilize web/Makefile from within the main Makefile (esp82XX) 2016-08-04 15:50:13 +02:00
con-f-use 24f251fa79 Add missing includes in execute_reflash.c (esp82XX) 2016-08-04 14:52:34 +02:00
CNLohr 4ad69c4a49 Merge pull request #13 from con-f-use/master
Clean Makefiles up and remove need for esptool-ck (binary esptool)
2016-08-03 21:37:49 -04:00
Charles Lohr c54dcf504a Merge branch 'master' of https://github.com/cnlohr/colorchord 2016-08-03 21:35:58 -04:00
Charles Lohr 2ae0308f3f update with changes needed to operate some existing systems. 2016-08-03 21:35:32 -04:00
con-f-use c2d840fb31 Add missing #include <arpa/inet.h> in pushtodev.c 2016-08-03 21:19:03 +02:00
con-f-use 0eafb88c47 Remove need for esptool-ck 2016-08-03 20:29:44 +02:00
con-f-use 6f1ab3059a Clean up Makefiles 2016-08-03 16:27:10 +02:00
CNLohr 0a7dfbd381 Merge pull request #11 from ClemRz/ranges-for-osc-and-dft-scaling
Adds ranges for osc and dft scaling 

Charles note:  Neat.  I didn't know that about HTML.  Thanks for your help!
2016-07-27 22:22:19 -04:00
cronzon af6c184dca Adds range bars to scale OSC and DFT
Signed-off-by: cronzon <cronzon@switchfly.com>
2016-07-27 21:19:07 +00:00
cronzon f8deeef7e6 Fixes compatibility issues when making with OSX
Signed-off-by: cronzon <cronzon@switchfly.com>
2016-07-27 21:19:07 +00:00
Charles Lohr 7ddf3ff9cc Update corner case for websockets (a 126 byte packet) 2016-07-21 22:57:14 -04:00
Charles Lohr 686f47217f Update for voice and input 2016-07-20 21:11:39 -04:00
Charles Lohr d80ae18aff Merge branch 'master' of https://github.com/cnlohr/colorchord 2016-07-04 17:00:16 -04:00
Charles Lohr ddcbe07e15 Now for use with the ESP8285 and having GPIO16 as input! 2016-07-04 16:59:34 -04:00
CNLohr 93389aa1ba Merge pull request #8 from connornishijima/master
Minor grammar fix!
2016-06-07 01:47:06 -04:00
connornishijima bcb57f463a Minor grammar fix! ;) 2016-06-06 17:45:20 -06:00
Charles Lohr bc5c12acc8 Update cells, fix windows build. 2016-05-31 01:11:24 -04:00
Charles Lohr 9f032be96d update aspects for having a overall equalizer/compressor 2016-05-28 14:54:15 -04:00
Charles Lohr cb048b7866 Update with support for stipled LED rings
Fix bug in linear driver that did out of index reading.
2016-05-27 23:54:34 -04:00
cnlohr b34a1340ab Fix Windows build closes #7 2016-03-18 01:31:28 -04:00
cnlohr ae55f193cf Commit to be compliant with ESP's SDK 1.5.1. Also, add binary blobs. 2016-01-28 20:38:48 -05:00
cnlohr 997ad27cc2 Make colorchord work with W25Q40 memory, using the window of flash after the IRAM loaded section. 2015-08-28 02:36:36 -04:00
cnlohr c90a00e290 move update kicking 2015-08-18 01:11:03 -04:00
cnlohr e8efa324e0 add easily programmed web page image 2015-08-16 00:54:57 -04:00
cnlohr a1a3d94e28 Update the 8266 stuff to my newest build. 2015-08-16 00:54:18 -04:00
cnlohr 30648367b7 STM32F407 to use prominene.
Also, switch the :'s to \t's everywhere I could find for the protocol to the ESP8266.
2015-08-13 01:47:29 -04:00
cnlohr ee756a820d Update with make-all-the-leds-the-same solo option. 2015-08-08 23:02:39 -04:00
cnlohr 68e7bd6bb6 Fix build for CC2 2015-08-08 21:18:30 -04:00
cnlohr 3b00d9e087 Separate out code to handle web menu interface. 2015-08-08 00:20:22 -04:00
cnlohr 6967f23349 update page to properly "click" the button. 2015-08-07 01:39:07 -04:00
cnlohr f844317327 add better control for disabling flags on the screen for esp8266 wifi configuration 2015-08-07 01:34:28 -04:00
cnlohr 577a0e2d36 Major changes to enable much more wifi information 2015-08-06 23:55:53 -04:00
cnlohr 8e67b46173 D'uh. Don't block interrupts on HTTP transfers! 2015-08-03 01:27:36 -04:00
cnlohr c4669ce825 major changes to the backend for controlling the ESP8266 ColorChord.
A new challenger has arrived.  It looks like basically... any network traffic causes glitches in the ADC in.  Not sure how to attack that yet.
2015-08-03 01:19:11 -04:00
cnlohr 666d8077ab much further progress :)
Able to have sustained and queued websockets connections at ~500 Hz.  Commands pass over said connection.
2015-07-30 02:45:02 -04:00
cnlohr bba28c688f Update copyright noteices, etc. 2015-07-29 01:56:18 -04:00
cnlohr 95c0c4837b update license file 2015-07-29 01:55:19 -04:00
cnlohr ff2cd22d9a Update ESP8266 version 2015-07-29 01:54:49 -04:00
cnlohr 102219f9a7 update copyright notices 2015-07-29 01:30:40 -04:00
cnlohr 4dadd62ea4 Add tool to simulate LEDs 2015-07-29 01:28:38 -04:00
cnlohr 8c4060dbbd fix readme link 2015-07-27 03:43:42 -04:00
cnlohr 81a630237d fix readme to make it less incorrect. 2015-07-27 03:43:08 -04:00
cnlohr e6ecacc841 add readme! 2015-07-27 03:40:31 -04:00
cnlohr ed15ea49b9 Move colorchord2 into its own folder, since colorchord embedded is its own thing. 2015-07-27 03:39:16 -04:00
cnlohr 24b606988f Update license and readme (still rough draft) 2015-07-27 03:35:02 -04:00
cnlohr 5a4c232d43 Update ColorChord for the ESP8266 2015-07-27 03:34:00 -04:00
cnlohr ca4c90b1a8 unify the "systems" functionality. Also, make the embeddedlinux tool more versatile. 2015-07-23 00:52:52 -04:00
cnlohr f1a75267fb clean up + Add utilities to the system.c/.h
+Fix filter
2015-07-22 09:12:21 -04:00
cnlohr 560db48adf update embeddedstm32f303 for use with a STM32F303 2015-07-21 02:22:16 -04:00