Search found 263 matches

by BuddyCasino
Mon Mar 13, 2017 12:49 pm
Forum: Showcase
Topic: JavaScript on ESP32 - Duktape
Replies: 68
Views: 117696

Re: JavaScript on ESP32 - Duktape

Thanks! 34k for BLE sounds more reasonable, but still kinda high. Nordic Semi does it with 8K I think.
by BuddyCasino
Sun Mar 12, 2017 12:35 pm
Forum: Showcase
Topic: JavaScript on ESP32 - Duktape
Replies: 68
Views: 117696

Re: JavaScript on ESP32 - Duktape

Quite an interesting project! I noticed Bluetooth taking 64K too, and it seems like a lot at least for BLE. Maybe Espressif can say something if this is going to remain that high? If I may add my 5 cents regarding governance: its a bit too early to worry about that, just "move fast and break things"...
by BuddyCasino
Tue Mar 07, 2017 8:27 am
Forum: ESP-IDF
Topic: Segger J-Link fails to halt the esp32.cpu1
Replies: 2
Views: 5382

Re: Segger J-Link fails to halt the esp32.cpu1

Similar for me - I have to run the debugger shortly after powering up the board, its a narrow time window.
by BuddyCasino
Mon Mar 06, 2017 5:00 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 509735

Re: ESP32 Webradio

That sounds bizarre. Have you had any luck with it? Maybe the community could take a look and give offer some assistance? It took me 4 days, but I finally found it. Was a very stupid mistake in my network loop. I'll commit my stuff to Github as soon as its at least a little stable, but for now Alex...
by BuddyCasino
Wed Mar 01, 2017 8:05 am
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 509735

Re: ESP32 Webradio

Any progress Where are you stuck I'm sending a multipart http message (json + pcm audio) to the Alexa endpoint, but they reset the connection and I have no idea why. When I interrupt my data sending by returning NGHTTP2_ERR_DEFERRED from my data_source_read_callback() to give nghttp2 time to read f...
by BuddyCasino
Tue Feb 28, 2017 7:31 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 509735

Re: ESP32 Webradio

Thats ok. I won't fret.
by BuddyCasino
Tue Feb 28, 2017 9:15 am
Forum: ESP-IDF
Topic: UART dark after flashing
Replies: 12
Views: 19088

Re: UART dark after flashing

Manufacturer says they are not aware of any issues and suspects a driver issue with the usb-to-serial briddge.
Thanks for your help, if I figure something out I'll post it here.
by BuddyCasino
Mon Feb 27, 2017 7:26 pm
Forum: ESP-IDF
Topic: UART dark after flashing
Replies: 12
Views: 19088

Re: UART dark after flashing

> If you press and release the "EN" button while the monitor is running, do you see any output then? No effect. > If you measure the voltage on the "EN" pin while the monitor is running, what is it? I get 3.3v. Didn't even know its not supposed to be that way, bought that board because the official ...
by BuddyCasino
Sat Feb 25, 2017 5:10 pm
Forum: ESP-IDF
Topic: UART dark after flashing
Replies: 12
Views: 19088

Re: UART dark after flashing

Same issue. Output: Leaving... Hard resetting... --- forcing DTR inactive --- forcing RTS inactive --- Miniterm on /dev/tty.SLAB_USBtoUART 115200,8,N,1 --- --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- Then: silence. I use this board, which is pin-compatible with the Espressi...
by BuddyCasino
Sat Feb 25, 2017 4:20 pm
Forum: ESP-IDF
Topic: UART dark after flashing
Replies: 12
Views: 19088

UART dark after flashing

1) flash firmware
2) "Hard resetting..."
3) I open a 'screen' session to watch the serial console
4) nothing shows up

I have to unplug the ESP32 first. Is this fixable?