Search found 156 matches

by hassan789
Mon Oct 30, 2017 10:55 pm
Forum: ESP-IDF
Topic: Confusing Heap availability in ESP-IDF (dual-core, freertos, no Bluetooth, no wifi)
Replies: 2
Views: 5322

Confusing Heap availability in ESP-IDF (dual-core, freertos, no Bluetooth, no wifi)

tl;dr -- you can skip down to summary ;) Hi All. I am trying to do some image processing on the ESP32 chip, however, I am unable to use too much heap ram. I would like to use 300kB+ if possible (more the better) in dual-core mode. I am NOT using bluetooth, and I am not using WiFi. I am using the lat...
by hassan789
Thu Oct 19, 2017 3:52 am
Forum: General Discussion
Topic: ESP32 Specifications (WiFi Receive)
Replies: 1
Views: 13423

Re: ESP32 Specifications (WiFi Receive)

So in LR mode, we have a possible link budget of 125dB (+20dB TX) - (-105dB RX). That is almost 18km in freespace. Even if we loose 1.5dB + 1.5dB due to pcb and antennas, we still can still expect ~12km range in freespace (line of sight NOT needed). EDIT: It seems that Espressif advertises that LR m...
by hassan789
Tue Oct 03, 2017 3:22 am
Forum: ESP-IDF
Topic: SPIRAM pSRAM malloc support added to esp-idf
Replies: 2
Views: 4042

SPIRAM pSRAM malloc support added to esp-idf

Looks like esp team has added malloc support for psram, as of this commit:

Code: Select all

https://github.com/espressif/esp-idf/commit/ca7da78bc769cfb6f49a5909abd07e0b06439c66
latest doc:

Code: Select all

https://github.com/espressif/esp-idf/blob/master/docs/api-guides/external-ram.rst
:D
by hassan789
Wed Sep 13, 2017 4:40 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 834829

Re: What would you like to see in The Next Chip?

A fully functioning chip at 1.8V (flash and wifi)
(3.3v will soon go obsolete, just like 5v)
by hassan789
Sun Sep 03, 2017 2:42 am
Forum: Hardware
Topic: ESP32 Board with JTAG breakout
Replies: 2
Views: 5439

Re: ESP32 Board with JTAG breakout

I would skip segger, and use the wrover dev board.
J-Link is painfully slow and crashy.
by hassan789
Sun Sep 03, 2017 2:29 am
Forum: Hardware
Topic: Trying for successful GDB, stuck and unsure how to correct
Replies: 1
Views: 4379

Re: Trying for successful GDB, stuck and unsure how to correct

Debugging is a bit of a pain... Have you tried visualgdb yet? you should be up and running in 30min https://visualgdb.com/tutorials/esp32/ Step 1: Install visual studio community and add the following plugin: http://sysprogs.com/files/visualgdb/VisualGDB-5.3-preview7.msi Step2: Enable the JTAG debug...
by hassan789
Sat Sep 02, 2017 10:10 pm
Forum: General Discussion
Topic: ESP32's internal boot ROM and UART1
Replies: 3
Views: 8302

Re: ESP32's internal boot ROM and UART1

SomeCallMeTim wrote:Does this mean that we could, with the ESP32-D2WD, utilize UART1 at 1.8V logic to program the flash on the ESP32-D2WD part?
Very good question.
I am also interested to know the answer to this.
by hassan789
Sat Sep 02, 2017 9:54 pm
Forum: General Discussion
Topic: while using uart-1 receive interrupt and WiFi together in ESP32 , module is resetting after receiving data 3-4 times
Replies: 6
Views: 8231

Re: while using uart-1 receive interrupt and WiFi together in ESP32 , module is resetting after receiving data 3-4 times

Hi, one solution would be to execute from ram, instead of flash. And do not use the flash at all...
Sorry to hear about this.

Is this on the D2WD chip?
by hassan789
Tue Aug 29, 2017 4:17 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 834829

Re: What would you like to see in The Next Chip?

ESP32 HW Additions, Wishlist
- UART on the ULP
- low power wifi (~300uA @ DTIM3, or lower?)
- better debugging! :)