Page 1 of 2

[solved-found pdf docu] ESP32 ssc_commands.xlsx - where we can find this?

Posted: Tue Nov 15, 2016 10:59 pm
by rudi ;-)
hi guys

where we find the document "ssc_commands.xlsx" for more details.
ssc version : master(r283 4d376412)

thank you!

best wishes
rudi ;-)

RAM<\r><\n>
:>what?<\r><\n>
ram<\r><\n>
<\r><\n>
+FREEHEAP:163192<\r><\n>
<\r><\n>
:>

Re: ESP32 ssc_commands.xlsx - where we can find this?

Posted: Sat Nov 19, 2016 11:38 am
by mtailor
I am also looking for ssc_commands.xlsx as that is what is suggested in the response to the 'help' command to the :> prompt when I powered up my ESP-WROOM-32 using a terminal emulator.

Re: ESP32 ssc_commands.xlsx - where we can find this?

Posted: Mon Feb 13, 2017 10:46 pm
by rudi ;-)
push

best wishes
rudi ;-)

Re: ESP32 ssc_commands.xlsx - where we can find this?

Posted: Tue Feb 14, 2017 3:19 am
by ESP_Angus
Although ESP32 modules have been received with the SSC test firmware running on them, this firmware is only loaded for internal testing and validation before the module is shipped. As far as I know there's no publically available documentation, sorry.

If you want to control an ESP32 over serial, the AT command firmware is much more suitable.

Re: ESP32 ssc_commands.xlsx - where we can find this?

Posted: Tue Feb 14, 2017 11:32 am
by rudi ;-)
ESP_Angus wrote: ..
If you want to control an ESP32 over serial, the AT command firmware is much more suitable.
txs angus,
Ok then the ssc_commands topic is done for me.

yes i work with AT commands.
https://github.com/espressif/esp32-at/issues
https://github.com/espressif/esp32-at/pulls
..some further things comes end of week..

any chance to get the libat_core.a in src?
https://github.com/espressif/esp32-at/t ... nts/at/lib

cause: https://esp32.com/viewtopic.php?f=2&t=1155
and others.

It is a pity that just in the development time stands ask questions and findings very long in coming :)

It seems, it stands still :)

hope you guys have fun with the silicon v2 and all is ok
let us know asap how the tests are
https://esp32.com/viewtopic.php?f=2&t=1168

thanks for your effort

best wishes
rudi ;-)

Re: ESP32 ssc_commands.xlsx - where we can find this?

Posted: Mon Feb 20, 2017 9:30 am
by rudi ;-)

Re: ESP32 ssc_commands.xlsx - where we can find this?

Posted: Mon Feb 20, 2017 9:50 am
by rudi ;-)
ESP_Angus wrote:Although ESP32 modules have been received with the SSC test firmware running on them, this firmware is only loaded for internal testing and validation before the module is shipped. As far as I know there's no publically available documentation, sorry.
This is not the whole truth and the end of the song angus :D

SSC Commands are in 2a-esp32_getting_started_guide_en-v0.1.pdf from 2015 Dez

it is in the mail office ( espressif send to developer's 2015/2016)
and it was online long time here
http://espressif.com/sites/default/file ... n-v0.1.pdf
, but just in time not more

but its ready online example here

btw we have the header for it in the esp-idf
https://github.com/espressif/esp-idf/bl ... /esp_ssc.h

i ask me allways, why we wait for simple answeres so long time and we get not the info we need , :mrgreen:
but ok, you started 2016 at espressif, perhabs you have not knowed, thank you for your help, found it

Re: ESP32 ssc_commands.xlsx - where we can find this?

Posted: Mon Feb 20, 2017 10:33 am
by rudi ;-)
rudi ;-) wrote:
ESP_Angus wrote: ..
If you want to control an ESP32 over serial, the AT command firmware is much more suitable.
...
any chance to get the libat_core.a in src?
https://github.com/espressif/esp32-at/t ... nts/at/lib

cause: https://esp32.com/viewtopic.php?f=2&t=1155
and others.

..
It seems, it stands still :)

push

Re: [solved-found pdf docu] ESP32 ssc_commands.xlsx - where we can find this?

Posted: Mon Feb 20, 2017 10:45 am
by ESP_igrr
Hi rudi,
We don't have plans to open libat_core.a in the near future.
There are some open source at libraries out there /ahem../ which can be ported to the ESP32 without major trouble.

Re: ESP32 ssc_commands.xlsx - where we can find this?

Posted: Wed Feb 22, 2017 1:16 am
by ESP_Angus
rudi ;-) wrote:
ESP_Angus wrote:Although ESP32 modules have been received with the SSC test firmware running on them, this firmware is only loaded for internal testing and validation before the module is shipped. As far as I know there's no publically available documentation, sorry.
This is not the whole truth and the end of the song angus :D

SSC Commands are in 2a-esp32_getting_started_guide_en-v0.1.pdf from 2015 Dez
You're right, I didn't actually know this document existed. December 2015 means it refers to the ESP31 beta hardware. The same commands may work with production ESP32 chips, but it's not supported any more (and was only ever provided to ESP31 beta testers.)

I'm not conspiring to hide any details from you here: The SSC firmware is useful for Espressif to verify the hardware works, but there are much better options for building applications on ESP32.
btw we have the header for it in the esp-idf
I suspect esp_ssc.h header was added by mistake early in the development process. The implementation for these functions is not part of IDF, there's nothing anyone can do with this header.

Angus