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

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Tue Nov 15, 2016 10:59 pm

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>
:>
Last edited by rudi ;-) on Mon Feb 20, 2017 10:31 am, edited 2 times in total.
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

mtailor
Posts: 2
Joined: Sat Nov 19, 2016 10:34 am

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

Postby mtailor » Sat Nov 19, 2016 11:38 am

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.

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Mon Feb 13, 2017 10:46 pm

push

best wishes
rudi ;-)
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

ESP_Angus
Posts: 2344
Joined: Sun May 08, 2016 4:11 am

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

Postby ESP_Angus » Tue Feb 14, 2017 3:19 am

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.

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Tue Feb 14, 2017 11:32 am

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 ;-)
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Mon Feb 20, 2017 9:30 am

-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Mon Feb 20, 2017 9:50 am

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
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Mon Feb 20, 2017 10:33 am

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
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

ESP_igrr
Posts: 2067
Joined: Tue Dec 01, 2015 8:37 am

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

Postby ESP_igrr » Mon Feb 20, 2017 10:45 am

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.

ESP_Angus
Posts: 2344
Joined: Sun May 08, 2016 4:11 am

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

Postby ESP_Angus » Wed Feb 22, 2017 1:16 am

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

Who is online

Users browsing this forum: RathiSonika and 100 guests