-->
Page 3 of 3

Re: Video Guide for compiling your own programs on the ESP82

PostPosted: Tue Feb 10, 2015 7:44 am
by Alex Yu
How did you power both the esp8266 and ws2812 with a battery in your previous wifi cup video? From the video it looks like you just plugged the usb to serial converter into the battery, but have you tried connecting it directly to a battery?

From my research step-down converters are rather inefficient (wasted haet and whatnot), so I should be using a step-up converter. I'm trying to power both the esp8266 and a 1m 60 pixel ws2812 (3.6A) via batteries, and I'm pretty lost as to how to wire this thing. I'm thinking I could use two step up converters in parallel from 2 AA batteries, with a 5v to the strip and a 3.3v to the board, with something like these:
https://www.pololu.com/product/2565
https://www.pololu.com/product/2563

I could also run 4 AA batteries with two step downs, which would be cheaper, but obviously much more inefficient. I want to keep price as low as possible (the boost converters basically double the cost of the project), but I also want the batteries to last as long as possible.

What do you think?

Re: Video Guide for compiling your own programs on the ESP82

PostPosted: Tue Sep 29, 2015 8:06 am
by Yeke
Is there an update on this?
I received the following error:
Code: Select allblah blah blah
/tmp/cc6Skhn9.ltrans0.ltrans.o:(.literal+0x2c): undefined reference to `wifi_set_opmode_current'
/tmp/cc6Skhn9.ltrans0.ltrans.o: In function `procTask$part$0$1467$1368':
cc6Skhn9.ltrans0.o:(.text+0xbb): undefined reference to `wifi_set_opmode_current'
collect2: error: ld returned 1 exit status
Makefile:60: recipe for target 'image.elf' failed
make: *** [image.elf] Error 1