![]() |
Forum Index : Microcontroller and PC projects : FW for ESP on CMM2 (deluxe)
Author | Message | ||||
jirsoft![]() Guru ![]() Joined: 18/09/2020 Location: Czech RepublicPosts: 533 |
Hi, as part of Napoleon Commander need, I have written new firmware for ESP8266 connected to the serial port on CMM2, CMM2ESP. It can all serial functions needed for NC and already few things usable in general: @datetime gets date and time in format yyyy-mm-dd hh:mm:ss @ver gets version of this firmware @mac gets MAC address of WiFi @netinfo gets info about connection to AP in format SSID, BSSID, RSI, gateway IP, network mask, own IP needs to be connected @scan scans WiFi networks and returns: number of networks found (n) for every network number (0...n-1), SSID, BSSID, RSI doesn't need to be connected @disconnect disconnects from current AP returns info Disconnected @connect(SSID, password) connect to AP returns info Connected to SSID, BSSID, RSI @httpget(url|split) split is not mandatory, default split is 250 characters send HTTP GET request to server returns HTTPGET url|number of batches (n) and then n times split characters with answer SEND @httpget(scooterlabs.com/echo?ip) HTTPGET http://scooterlabs.com/echo?ip|1, follows just 1 packet (used default split is 250 characters) 1.2.3.4 SEND @httpget(scooterlabs.com/echo?ip|3) HTTPGET http://scooterlabs.com/echo?ip|3, follow 3 packets (split was set to 3 characters per batch) 1.2 .3. 4 Jiri Napoleon Commander and SimplEd for CMM2 (GitHub), CMM2.fun |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6220 |
The one 'must have' command from the ZIMODEM is Jim VK7JH MMedit |
||||
jirsoft![]() Guru ![]() Joined: 18/09/2020 Location: Czech RepublicPosts: 533 |
OK, thanks. I will take look on it... Jiri Napoleon Commander and SimplEd for CMM2 (GitHub), CMM2.fun |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |