Search found 56 matches

by a2retro
Thu Oct 06, 2016 1:20 pm
Forum: Hardware
Topic: Camera
Replies: 19
Views: 42071

Camera

Hi does anyone at espressif have any recommendations for a Camera to be used with the esp32?
by a2retro
Mon Oct 03, 2016 3:01 pm
Forum: Report Bugs
Topic: Bios Default BAUD [esp8266]
Replies: 4
Views: 14933

Re: Bios Default BAUD

I find 921,600 with compressed works quite nicely for me using my Particle Programmer board. I have not tried that speed via the built in silabs interface yet.

Edit: 921,600 also works for me on the silabs interface
by a2retro
Mon Oct 03, 2016 2:49 pm
Forum: Hardware
Topic: Documentation Clarification
Replies: 3
Views: 9533

Re: Documentation Clarification

:(

Could have saved you some time. I had posted one August 26th - http://esp32.com/viewtopic.php?f=2&t=163&p=884#p884. Not sure if there was any issues with it or updates in the mean time.
by a2retro
Wed Sep 28, 2016 4:25 pm
Forum: ESP-IDF
Topic: IDF refresh process
Replies: 4
Views: 10440

Re: IDF refresh process

I'm sure Kolbans way works perfectly fine, but it's the equivalent of demolishing the entire flat and then rebuilding it when you want to change the curtains of your appartment :X As far as I know, a 'git pull && git submodule update' should do the trick. Perhaps since I was not doing the git submo...
by a2retro
Wed Sep 28, 2016 4:22 pm
Forum: ESP-IDF
Topic: IDF refresh process
Replies: 4
Views: 10440

Re: IDF refresh process

Hi Neil, thanks for sharing your script. I am using windows so I'll make appropriate changes.

I followed your advice and replaced the IDF dir with a fresh download and compressed uploads at 921,600 are working now.

Thanks
Glenn
by a2retro
Wed Sep 28, 2016 3:50 pm
Forum: ESP-IDF
Topic: Changing serial port speed causes full recompile?
Replies: 7
Views: 14293

Re: Changing serial port speed causes full recompile?

kolban wrote:As a data point, I switched to using compression last night and it worked just fine for me. Some thoughts ...
  • I'd rather we think about the core code than polish the periphery (at this time).
I agree and was just asking to make sure it was the expected behavior. :D
by a2retro
Wed Sep 28, 2016 2:20 pm
Forum: ESP-IDF
Topic: IDF refresh process
Replies: 4
Views: 10440

IDF refresh process

When updates are made to the IDF on github, what are the correct commands to make sure all is refreshed properly before rebuilding your apps.

Is git pull sufficient?
by a2retro
Wed Sep 28, 2016 1:27 pm
Forum: ESP-IDF
Topic: Changing serial port speed causes full recompile?
Replies: 7
Views: 14293

Changing serial port speed causes full recompile?

When changing the baud for code download using make menuconfig is it expected that a full recompile will happen due to that change? Edit : if you read all the other noise i originally had in this post then it was due to the module left in some weird state after having used it with openocd. After a f...
by a2retro
Tue Sep 27, 2016 4:03 am
Forum: General Discussion
Topic: OpenOCD and hardware debugger support
Replies: 13
Views: 28058

Re: OpenOCD and hardware debugger support

So after downloading zadig and setting Port A to libusbK - and finally figuring out I needed a reboot I have adapter speed: 200 kHz Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED Info : clock speed 200 kHz Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica),...
by a2retro
Tue Sep 27, 2016 3:06 am
Forum: General Discussion
Topic: OpenOCD and hardware debugger support
Replies: 13
Views: 28058

Re: OpenOCD and hardware debugger support

So I am working on config/communication issues now. I am trying to use my Particle Programmer Shield, only ftdi 2232H device I have on hand using the config from the Particle github repo. adapter speed: 200 kHz Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED Error: libusb_open() failed w...