Skip to content

Arduino reset (and additional firmware features) #8

@jaketesler

Description

@jaketesler

Hello!
@jimblom SparkFun told me opening an issue here was the best avenue to ask my question to you directly.

I have a question regarding the most-recent published build of the ESP8266 shield firmware.

#define SET_DUINO_RST_CMD "+DUINORST"
#define SET_DUINO_RST_CMD_SIZE 9
#define RST_LISTENING_PORT 1234
#define RST_INIT_STRING "bootloader"
#define RST_DONE_STRING "boot"
#define MAX_RESET_STR_LEGNTH 10
static char resetCommand[MAX_RESET_STR_LEGNTH + 1] = RST_INIT_STRING;
static int resetPort = RST_LISTENING_PORT;
static bool resetEnable = true;

These two sections of the code seem to indicate that it's possible to reset an Arduino using no hardware modifications (except modifying SJ4), and furthermore the schematic (https://cdn.sparkfun.com/assets/learn_tutorials/4/0/3/SparkFun-ESP8266-WiFi-Shield.pdf) seems to indicate that, with the proper firmware build, this should be possible.

The current published build on this repo doesn't seem to include source code for these features, and the AT+DUINORST command doesn't currently work on my own shield.

My question is, is there another (newer) version of the firmware and a way I could acquire a build of it (or the source), or, if a newer version doesn't exist, would it be possible to upload the remainder of the codebase (for compilation) so I can work on coding and developing the features into the SF source code here?

Thanks Jim!
-Jake Tesler

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions