2020-07-03 18:35:02 +02:00
|
|
|
/*
|
2022-01-07 02:28:35 +01:00
|
|
|
* © 2021 Neil McKechnie
|
|
|
|
* © 2021 Mike S
|
|
|
|
* © 2021 Fred Decker
|
|
|
|
* © 2021 Herb Morton
|
|
|
|
* © 2020-2022 Harald Barth
|
|
|
|
* © 2020-2021 M Steve Todd
|
|
|
|
* © 2020-2021 Chris Harlow
|
|
|
|
* All rights reserved.
|
2022-01-06 23:03:57 +01:00
|
|
|
*
|
2022-05-22 23:05:09 +02:00
|
|
|
* This file is part of DCC-EX
|
2020-07-03 18:35:02 +02:00
|
|
|
*
|
|
|
|
* This is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* It is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with CommandStation. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
*/
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
#include "DIAG.h"
|
2020-05-24 17:07:16 +02:00
|
|
|
#include "DCC.h"
|
|
|
|
#include "DCCWaveform.h"
|
2021-11-08 02:07:21 +01:00
|
|
|
#ifndef DISABLE_EEPROM
|
2020-10-04 21:20:13 +02:00
|
|
|
#include "EEStore.h"
|
2021-11-08 02:07:21 +01:00
|
|
|
#endif
|
2020-10-02 18:12:48 +02:00
|
|
|
#include "GITHUB_SHA.h"
|
|
|
|
#include "version.h"
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
#include "FSH.h"
|
2021-08-03 23:12:25 +02:00
|
|
|
#include "IODevice.h"
|
2022-01-30 18:31:26 +01:00
|
|
|
#include "EXRAIL2.h"
|
2021-12-05 19:06:28 +01:00
|
|
|
#include "CommandDistributor.h"
|
2022-02-23 17:21:45 +01:00
|
|
|
#include "TrackManager.h"
|
2022-03-02 15:24:49 +01:00
|
|
|
#include "DCCTimer.h"
|
2020-08-15 12:32:32 +02:00
|
|
|
|
2020-05-24 17:07:16 +02:00
|
|
|
// This module is responsible for converting API calls into
|
|
|
|
// messages to be sent to the waveform generator.
|
|
|
|
// It has no visibility of the hardware, timers, interrupts
|
|
|
|
// nor of the waveform issues such as preambles, start bits checksums or cutouts.
|
|
|
|
//
|
|
|
|
// Nor should it have to deal with JMRI responsess other than the OK/FAIL
|
|
|
|
// or cv value returned. I will move that back to the JMRI interface later
|
|
|
|
//
|
|
|
|
// The interface to the waveform generator is narrowed down to merely:
|
|
|
|
// Scheduling a message on the prog or main track using a function
|
|
|
|
// Obtaining ACKs from the prog track using a function
|
|
|
|
// There are no volatiles here.
|
|
|
|
|
2022-01-06 23:03:57 +01:00
|
|
|
const byte FN_GROUP_1=0x01;
|
|
|
|
const byte FN_GROUP_2=0x02;
|
|
|
|
const byte FN_GROUP_3=0x04;
|
|
|
|
const byte FN_GROUP_4=0x08;
|
|
|
|
const byte FN_GROUP_5=0x10;
|
2020-06-22 11:54:57 +02:00
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
FSH* DCC::shieldName=NULL;
|
2021-03-16 22:51:33 +01:00
|
|
|
byte DCC::globalSpeedsteps=128;
|
2020-06-22 11:54:57 +02:00
|
|
|
|
2023-06-22 22:57:59 +02:00
|
|
|
void DCC::begin() {
|
2022-07-08 16:52:46 +02:00
|
|
|
StringFormatter::send(&USB_SERIAL,F("<iDCC-EX V-%S / %S / %S G-%S>\n"), F(VERSION), F(ARDUINO_TYPE), shieldName, F(GITHUB_SHA));
|
2021-11-08 02:07:21 +01:00
|
|
|
#ifndef DISABLE_EEPROM
|
2020-10-04 21:20:13 +02:00
|
|
|
// Load stuff from EEprom
|
|
|
|
(void)EEPROM; // tell compiler not to warn this is unused
|
|
|
|
EEStore::init();
|
2021-11-08 02:07:21 +01:00
|
|
|
#endif
|
2022-08-04 01:21:28 +02:00
|
|
|
#ifndef ARDUINO_ARCH_ESP32 /* On ESP32 started in TrackManager::setTrackMode() */
|
2022-02-23 16:44:34 +01:00
|
|
|
DCCWaveform::begin();
|
2022-08-04 01:21:28 +02:00
|
|
|
#endif
|
2020-05-24 17:07:16 +02:00
|
|
|
}
|
|
|
|
|
2021-03-23 15:37:05 +01:00
|
|
|
|
2020-05-24 17:07:16 +02:00
|
|
|
void DCC::setThrottle( uint16_t cab, uint8_t tSpeed, bool tDirection) {
|
2022-01-06 23:03:57 +01:00
|
|
|
byte speedCode = (tSpeed & 0x7F) + tDirection * 128;
|
2020-06-03 11:36:01 +02:00
|
|
|
setThrottle2(cab, speedCode);
|
2022-02-23 17:21:45 +01:00
|
|
|
TrackManager::setDCSignal(cab,speedCode); // in case this is a dcc track on this addr
|
2020-05-24 17:07:16 +02:00
|
|
|
// retain speed for loco reminders
|
2020-06-03 11:36:01 +02:00
|
|
|
updateLocoReminder(cab, speedCode );
|
2020-05-24 17:07:16 +02:00
|
|
|
}
|
|
|
|
|
2020-06-03 11:36:01 +02:00
|
|
|
void DCC::setThrottle2( uint16_t cab, byte speedCode) {
|
2020-06-07 14:48:42 +02:00
|
|
|
|
2020-06-01 14:56:02 +02:00
|
|
|
uint8_t b[4];
|
2020-05-24 17:07:16 +02:00
|
|
|
uint8_t nB = 0;
|
2021-03-25 15:23:38 +01:00
|
|
|
// DIAG(F("setSpeedInternal %d %x"),cab,speedCode);
|
2022-01-06 23:03:57 +01:00
|
|
|
|
2021-11-25 00:10:11 +01:00
|
|
|
if (cab > HIGHEST_SHORT_ADDR)
|
2020-05-24 17:07:16 +02:00
|
|
|
b[nB++] = highByte(cab) | 0xC0; // convert train number into a two-byte address
|
|
|
|
b[nB++] = lowByte(cab);
|
2021-03-16 10:59:14 +01:00
|
|
|
|
2021-03-16 22:51:33 +01:00
|
|
|
if (globalSpeedsteps <= 28) {
|
2021-03-16 10:59:14 +01:00
|
|
|
|
2021-03-16 22:51:33 +01:00
|
|
|
uint8_t speed128 = speedCode & 0x7F;
|
|
|
|
uint8_t speed28;
|
|
|
|
uint8_t code28;
|
2021-03-16 10:59:14 +01:00
|
|
|
|
2021-03-16 22:51:33 +01:00
|
|
|
if (speed128 == 0 || speed128 == 1) { // stop or emergency stop
|
2021-03-16 10:59:14 +01:00
|
|
|
code28 = speed128;
|
2021-03-16 22:51:33 +01:00
|
|
|
} else {
|
2021-03-16 10:59:14 +01:00
|
|
|
speed28= (speed128*10+36)/46; // convert 2-127 to 1-28
|
2021-03-16 22:51:33 +01:00
|
|
|
/*
|
|
|
|
if (globalSpeedsteps <= 14) // Don't want to do 14 steps, to get F0 there is ugly
|
|
|
|
code28 = (speed28+3)/2 | (Value of F0); // convert 1-28 to DCC 14 step speed code
|
|
|
|
else
|
|
|
|
*/
|
|
|
|
code28 = (speed28+3)/2 | ( (speed28 & 1) ? 0 : 0b00010000 ); // convert 1-28 to DCC 28 step speed code
|
|
|
|
}
|
|
|
|
// Construct command byte from:
|
|
|
|
// command speed direction
|
2021-03-16 23:20:30 +01:00
|
|
|
b[nB++] = 0b01000000 | code28 | ((speedCode & 0x80) ? 0b00100000 : 0);
|
2021-03-16 10:59:14 +01:00
|
|
|
|
2021-03-16 22:51:33 +01:00
|
|
|
} else { // 128 speedsteps
|
2021-03-16 10:59:14 +01:00
|
|
|
|
2021-03-16 22:51:33 +01:00
|
|
|
b[nB++] = SET_SPEED; // 128-step speed control byte
|
|
|
|
b[nB++] = speedCode; // for encoding see setThrottle
|
2020-06-07 14:48:42 +02:00
|
|
|
|
2021-03-16 22:51:33 +01:00
|
|
|
}
|
2020-06-07 14:48:42 +02:00
|
|
|
|
2020-05-24 17:07:16 +02:00
|
|
|
DCCWaveform::mainTrack.schedulePacket(b, nB, 0);
|
|
|
|
}
|
|
|
|
|
2023-12-13 10:55:58 +01:00
|
|
|
void DCC::setFunctionInternal(int cab, byte byte1, byte byte2, byte count) {
|
2021-03-25 15:23:38 +01:00
|
|
|
// DIAG(F("setFunctionInternal %d %x %x"),cab,byte1,byte2);
|
2020-06-01 14:56:02 +02:00
|
|
|
byte b[4];
|
2020-05-24 17:07:16 +02:00
|
|
|
byte nB = 0;
|
|
|
|
|
2021-11-25 00:10:11 +01:00
|
|
|
if (cab > HIGHEST_SHORT_ADDR)
|
2020-05-24 17:07:16 +02:00
|
|
|
b[nB++] = highByte(cab) | 0xC0; // convert train number into a two-byte address
|
|
|
|
b[nB++] = lowByte(cab);
|
2020-06-22 11:54:57 +02:00
|
|
|
if (byte1!=0) b[nB++] = byte1;
|
2020-05-24 17:07:16 +02:00
|
|
|
b[nB++] = byte2;
|
|
|
|
|
2023-12-13 10:55:58 +01:00
|
|
|
DCCWaveform::mainTrack.schedulePacket(b, nB, count);
|
2020-06-22 11:54:57 +02:00
|
|
|
}
|
|
|
|
|
2022-06-05 23:07:03 +02:00
|
|
|
// returns speed steps 0 to 127 (1 == emergency stop)
|
|
|
|
// or -1 on "loco not found"
|
2023-12-30 22:20:41 +01:00
|
|
|
int8_t DCC::getThrottleSpeed(int cab) {
|
2020-06-27 16:36:32 +02:00
|
|
|
int reg=lookupSpeedTable(cab);
|
|
|
|
if (reg<0) return -1;
|
|
|
|
return speedTable[reg].speedCode & 0x7F;
|
|
|
|
}
|
|
|
|
|
2022-06-05 23:07:03 +02:00
|
|
|
// returns speed code byte
|
|
|
|
// or 128 (speed 0, dir forward) on "loco not found".
|
2023-12-30 22:20:41 +01:00
|
|
|
uint8_t DCC::getThrottleSpeedByte(int cab) {
|
2022-06-05 23:07:03 +02:00
|
|
|
int reg=lookupSpeedTable(cab);
|
|
|
|
if (reg<0)
|
|
|
|
return 128;
|
|
|
|
return speedTable[reg].speedCode;
|
|
|
|
}
|
|
|
|
|
2023-12-31 10:48:48 +01:00
|
|
|
// returns 0 to 3 for frequency
|
|
|
|
uint8_t DCC::getThrottleFrequency(int cab) {
|
2023-12-31 13:18:28 +01:00
|
|
|
#if defined(ARDUINO_AVR_UNO)
|
|
|
|
(void)cab;
|
|
|
|
return 0;
|
|
|
|
#else
|
2023-12-30 22:09:01 +01:00
|
|
|
int reg=lookupSpeedTable(cab);
|
|
|
|
if (reg<0)
|
2023-12-31 10:48:48 +01:00
|
|
|
return 0; // use default frequency
|
|
|
|
uint8_t res = (uint8_t)(speedTable[reg].functions >>30);
|
|
|
|
DIAG(F("Speed table %d functions %l shifted %d"), reg, speedTable[reg].functions, res);
|
|
|
|
return res; // shift out first 29 bits so we have the "frequency bits" left
|
2023-12-31 13:18:28 +01:00
|
|
|
#endif
|
2023-12-30 22:09:01 +01:00
|
|
|
}
|
|
|
|
|
2022-06-05 23:07:03 +02:00
|
|
|
// returns direction on loco
|
|
|
|
// or true/forward on "loco not found"
|
2020-06-27 16:36:32 +02:00
|
|
|
bool DCC::getThrottleDirection(int cab) {
|
|
|
|
int reg=lookupSpeedTable(cab);
|
2021-10-31 22:20:59 +01:00
|
|
|
if (reg<0) return true;
|
2020-06-27 16:36:32 +02:00
|
|
|
return (speedTable[reg].speedCode & 0x80) !=0;
|
|
|
|
}
|
|
|
|
|
2020-08-01 15:03:15 +02:00
|
|
|
// Set function to value on or off
|
2022-08-20 18:15:18 +02:00
|
|
|
bool DCC::setFn( int cab, int16_t functionNumber, bool on) {
|
|
|
|
if (cab<=0 ) return false;
|
|
|
|
if (functionNumber < 0) return false;
|
2022-01-06 23:03:57 +01:00
|
|
|
|
|
|
|
if (functionNumber>28) {
|
|
|
|
//non reminding advanced binary bit set
|
2021-03-23 15:37:05 +01:00
|
|
|
byte b[5];
|
|
|
|
byte nB = 0;
|
2021-11-25 00:10:11 +01:00
|
|
|
if (cab > HIGHEST_SHORT_ADDR)
|
2021-03-23 15:37:05 +01:00
|
|
|
b[nB++] = highByte(cab) | 0xC0; // convert train number into a two-byte address
|
|
|
|
b[nB++] = lowByte(cab);
|
|
|
|
if (functionNumber <= 127) {
|
2022-01-06 23:03:57 +01:00
|
|
|
b[nB++] = 0b11011101; // Binary State Control Instruction short form
|
2021-03-23 15:37:05 +01:00
|
|
|
b[nB++] = functionNumber | (on ? 0x80 : 0);
|
|
|
|
}
|
|
|
|
else {
|
2022-01-06 23:03:57 +01:00
|
|
|
b[nB++] = 0b11000000; // Binary State Control Instruction long form
|
2021-03-23 15:37:05 +01:00
|
|
|
b[nB++] = (functionNumber & 0x7F) | (on ? 0x80 : 0); // low order bits and state flag
|
2021-04-27 16:45:26 +02:00
|
|
|
b[nB++] = functionNumber >>7 ; // high order bits
|
2021-03-23 15:37:05 +01:00
|
|
|
}
|
|
|
|
DCCWaveform::mainTrack.schedulePacket(b, nB, 4);
|
|
|
|
}
|
2023-12-31 10:48:48 +01:00
|
|
|
// We use the reminder table up to 28 for normal functions.
|
|
|
|
// We use 29 to 31 for DC frequency as well.
|
|
|
|
if (functionNumber > 31)
|
|
|
|
return true;
|
|
|
|
|
2020-06-22 11:54:57 +02:00
|
|
|
int reg = lookupSpeedTable(cab);
|
2022-08-20 18:15:18 +02:00
|
|
|
if (reg<0) return false;
|
2020-08-01 00:35:22 +02:00
|
|
|
|
2020-08-01 14:06:39 +02:00
|
|
|
// Take care of functions:
|
|
|
|
// Set state of function
|
2023-12-30 22:20:41 +01:00
|
|
|
uint32_t previous=speedTable[reg].functions;
|
|
|
|
uint32_t funcmask = (1UL<<functionNumber);
|
2022-01-06 23:03:57 +01:00
|
|
|
if (on) {
|
2020-08-01 14:06:39 +02:00
|
|
|
speedTable[reg].functions |= funcmask;
|
|
|
|
} else {
|
|
|
|
speedTable[reg].functions &= ~funcmask;
|
|
|
|
}
|
2023-12-31 10:48:48 +01:00
|
|
|
if (speedTable[reg].functions != previous && functionNumber > 28) {
|
2021-12-14 12:50:59 +01:00
|
|
|
updateGroupflags(speedTable[reg].groupFlags, functionNumber);
|
|
|
|
CommandDistributor::broadcastLoco(reg);
|
|
|
|
}
|
2022-08-20 18:15:18 +02:00
|
|
|
return true;
|
2020-08-01 14:06:39 +02:00
|
|
|
}
|
|
|
|
|
2021-12-16 11:28:41 +01:00
|
|
|
// Flip function state
|
|
|
|
void DCC::changeFn( int cab, int16_t functionNumber) {
|
|
|
|
if (cab<=0 || functionNumber>28) return;
|
2020-08-01 14:06:39 +02:00
|
|
|
int reg = lookupSpeedTable(cab);
|
2022-01-06 23:03:57 +01:00
|
|
|
if (reg<0) return;
|
2020-08-01 15:03:15 +02:00
|
|
|
unsigned long funcmask = (1UL<<functionNumber);
|
2021-12-16 11:28:41 +01:00
|
|
|
speedTable[reg].functions ^= funcmask;
|
2022-01-06 23:03:57 +01:00
|
|
|
updateGroupflags(speedTable[reg].groupFlags, functionNumber);
|
2021-12-05 19:06:28 +01:00
|
|
|
CommandDistributor::broadcastLoco(reg);
|
2020-08-01 14:06:39 +02:00
|
|
|
}
|
|
|
|
|
2021-04-27 16:45:26 +02:00
|
|
|
int DCC::getFn( int cab, int16_t functionNumber) {
|
2020-10-12 23:18:55 +02:00
|
|
|
if (cab<=0 || functionNumber>28) return -1; // unknown
|
|
|
|
int reg = lookupSpeedTable(cab);
|
2022-01-06 23:03:57 +01:00
|
|
|
if (reg<0) return -1;
|
2020-10-12 23:18:55 +02:00
|
|
|
|
|
|
|
unsigned long funcmask = (1UL<<functionNumber);
|
|
|
|
return (speedTable[reg].functions & funcmask)? 1 : 0;
|
|
|
|
}
|
|
|
|
|
2020-08-01 14:06:39 +02:00
|
|
|
// Set the group flag to say we have touched the particular group.
|
2022-01-06 23:03:57 +01:00
|
|
|
// A group will be reminded only if it has been touched.
|
2021-04-27 16:45:26 +02:00
|
|
|
void DCC::updateGroupflags(byte & flags, int16_t functionNumber) {
|
2020-08-01 00:35:22 +02:00
|
|
|
byte groupMask;
|
|
|
|
if (functionNumber<=4) groupMask=FN_GROUP_1;
|
|
|
|
else if (functionNumber<=8) groupMask=FN_GROUP_2;
|
|
|
|
else if (functionNumber<=12) groupMask=FN_GROUP_3;
|
|
|
|
else if (functionNumber<=20) groupMask=FN_GROUP_4;
|
|
|
|
else groupMask=FN_GROUP_5;
|
2022-01-06 23:03:57 +01:00
|
|
|
flags |= groupMask;
|
2020-05-24 17:07:16 +02:00
|
|
|
}
|
|
|
|
|
2021-12-15 21:53:55 +01:00
|
|
|
uint32_t DCC::getFunctionMap(int cab) {
|
2021-12-15 20:51:01 +01:00
|
|
|
if (cab<=0) return 0; // unknown pretend all functions off
|
|
|
|
int reg = lookupSpeedTable(cab);
|
2022-01-06 23:03:57 +01:00
|
|
|
return (reg<0)?0:speedTable[reg].functions;
|
2021-12-15 20:51:01 +01:00
|
|
|
}
|
|
|
|
|
2022-05-22 23:05:09 +02:00
|
|
|
void DCC::setAccessory(int address, byte port, bool gate, byte onoff /*= 2*/) {
|
|
|
|
// onoff is tristate:
|
|
|
|
// 0 => send off packet
|
|
|
|
// 1 => send on packet
|
|
|
|
// >1 => send both on and off packets.
|
|
|
|
|
2022-05-22 22:43:06 +02:00
|
|
|
// An accessory has an address, 4 ports and 2 gates (coils) each. That's how
|
|
|
|
// the initial decoders were orgnized and that influenced how the DCC
|
|
|
|
// standard was made.
|
2021-08-27 22:43:24 +02:00
|
|
|
#ifdef DIAG_IO
|
2022-05-22 22:43:06 +02:00
|
|
|
DIAG(F("DCC::setAccessory(%d,%d,%d)"), address, port, gate);
|
2021-08-27 22:43:24 +02:00
|
|
|
#endif
|
2020-06-23 21:00:34 +02:00
|
|
|
// use masks to detect wrong values and do nothing
|
2020-06-29 14:03:08 +02:00
|
|
|
if(address != (address & 511))
|
2020-06-23 21:00:34 +02:00
|
|
|
return;
|
2022-05-22 22:43:06 +02:00
|
|
|
if(port != (port & 3))
|
2020-06-23 21:00:34 +02:00
|
|
|
return;
|
2020-06-07 14:48:42 +02:00
|
|
|
byte b[2];
|
2020-05-24 17:07:16 +02:00
|
|
|
|
2022-05-22 22:43:06 +02:00
|
|
|
// first byte is of the form 10AAAAAA, where AAAAAA represent 6 least signifcant bits of accessory address
|
2022-05-22 23:05:09 +02:00
|
|
|
// second byte is of the form 1AAACPPG, where C is 1 for on, PP the ports 0 to 3 and G the gate (coil).
|
2022-05-22 22:43:06 +02:00
|
|
|
b[0] = address % 64 + 128;
|
|
|
|
b[1] = ((((address / 64) % 8) << 4) + (port % 4 << 1) + gate % 2) ^ 0xF8;
|
2022-05-22 23:05:09 +02:00
|
|
|
if (onoff != 0) {
|
|
|
|
DCCWaveform::mainTrack.schedulePacket(b, 2, 3); // Repeat on packet three times
|
2022-01-30 18:31:26 +01:00
|
|
|
#if defined(EXRAIL_ACTIVE)
|
2022-05-22 23:05:09 +02:00
|
|
|
RMFT2::activateEvent(address<<2|port,gate);
|
2021-11-25 12:36:05 +01:00
|
|
|
#endif
|
2022-05-22 23:05:09 +02:00
|
|
|
}
|
|
|
|
if (onoff != 1) {
|
|
|
|
b[1] &= ~0x08; // set C to 0
|
|
|
|
DCCWaveform::mainTrack.schedulePacket(b, 2, 3); // Repeat off packet three times
|
|
|
|
}
|
2020-05-24 17:07:16 +02:00
|
|
|
}
|
|
|
|
|
2021-03-12 22:12:13 +01:00
|
|
|
//
|
|
|
|
// writeCVByteMain: Write a byte with PoM on main. This writes
|
|
|
|
// the 5 byte sized packet to implement this DCC function
|
|
|
|
//
|
2020-05-24 17:07:16 +02:00
|
|
|
void DCC::writeCVByteMain(int cab, int cv, byte bValue) {
|
2020-06-07 14:48:42 +02:00
|
|
|
byte b[5];
|
2020-05-24 17:07:16 +02:00
|
|
|
byte nB = 0;
|
2021-11-25 00:10:11 +01:00
|
|
|
if (cab > HIGHEST_SHORT_ADDR)
|
2020-05-24 17:07:16 +02:00
|
|
|
b[nB++] = highByte(cab) | 0xC0; // convert train number into a two-byte address
|
|
|
|
|
|
|
|
b[nB++] = lowByte(cab);
|
2020-06-01 14:56:02 +02:00
|
|
|
b[nB++] = cv1(WRITE_BYTE_MAIN, cv); // any CV>1023 will become modulus(1024) due to bit-mask of 0x03
|
2020-05-24 17:07:16 +02:00
|
|
|
b[nB++] = cv2(cv);
|
|
|
|
b[nB++] = bValue;
|
|
|
|
|
|
|
|
DCCWaveform::mainTrack.schedulePacket(b, nB, 4);
|
|
|
|
}
|
|
|
|
|
2021-03-12 22:12:13 +01:00
|
|
|
//
|
|
|
|
// writeCVBitMain: Write a bit of a byte with PoM on main. This writes
|
|
|
|
// the 5 byte sized packet to implement this DCC function
|
|
|
|
//
|
2020-05-24 17:07:16 +02:00
|
|
|
void DCC::writeCVBitMain(int cab, int cv, byte bNum, bool bValue) {
|
2020-06-07 14:48:42 +02:00
|
|
|
byte b[5];
|
2020-05-24 17:07:16 +02:00
|
|
|
byte nB = 0;
|
|
|
|
bValue = bValue % 2;
|
|
|
|
bNum = bNum % 8;
|
|
|
|
|
2021-11-25 00:10:11 +01:00
|
|
|
if (cab > HIGHEST_SHORT_ADDR)
|
2020-05-24 17:07:16 +02:00
|
|
|
b[nB++] = highByte(cab) | 0xC0; // convert train number into a two-byte address
|
|
|
|
|
|
|
|
b[nB++] = lowByte(cab);
|
2020-06-01 14:56:02 +02:00
|
|
|
b[nB++] = cv1(WRITE_BIT_MAIN, cv); // any CV>1023 will become modulus(1024) due to bit-mask of 0x03
|
2020-05-24 17:07:16 +02:00
|
|
|
b[nB++] = cv2(cv);
|
2020-06-07 14:48:42 +02:00
|
|
|
b[nB++] = WRITE_BIT | (bValue ? BIT_ON : BIT_OFF) | bNum;
|
2020-05-24 17:07:16 +02:00
|
|
|
|
|
|
|
DCCWaveform::mainTrack.schedulePacket(b, nB, 4);
|
|
|
|
}
|
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
FSH* DCC::getMotorShieldName() {
|
2020-09-24 10:51:09 +02:00
|
|
|
return shieldName;
|
|
|
|
}
|
2022-01-06 23:03:57 +01:00
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH WRITE_BIT0_PROG[] = {
|
2020-06-07 14:48:42 +02:00
|
|
|
BASELINE,
|
|
|
|
W0,WACK,
|
2022-01-06 23:03:57 +01:00
|
|
|
V0, WACK, // validate bit is 0
|
2020-06-07 14:48:42 +02:00
|
|
|
ITC1, // if acked, callback(1)
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL // callback (-1)
|
2020-06-07 14:48:42 +02:00
|
|
|
};
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH WRITE_BIT1_PROG[] = {
|
2020-06-07 14:48:42 +02:00
|
|
|
BASELINE,
|
|
|
|
W1,WACK,
|
2022-01-06 23:03:57 +01:00
|
|
|
V1, WACK, // validate bit is 1
|
2020-06-07 14:48:42 +02:00
|
|
|
ITC1, // if acked, callback(1)
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL // callback (-1)
|
2020-06-07 14:48:42 +02:00
|
|
|
};
|
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH VERIFY_BIT0_PROG[] = {
|
2020-09-18 01:04:42 +02:00
|
|
|
BASELINE,
|
2022-01-06 23:03:57 +01:00
|
|
|
V0, WACK, // validate bit is 0
|
2020-09-18 01:04:42 +02:00
|
|
|
ITC0, // if acked, callback(0)
|
|
|
|
V1, WACK, // validate bit is 1
|
2022-01-06 23:03:57 +01:00
|
|
|
ITC1,
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL // callback (-1)
|
2020-09-18 01:04:42 +02:00
|
|
|
};
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH VERIFY_BIT1_PROG[] = {
|
2020-09-18 01:04:42 +02:00
|
|
|
BASELINE,
|
2022-01-06 23:03:57 +01:00
|
|
|
V1, WACK, // validate bit is 1
|
2020-09-18 01:04:42 +02:00
|
|
|
ITC1, // if acked, callback(1)
|
2022-01-06 23:03:57 +01:00
|
|
|
V0, WACK,
|
2020-09-18 01:04:42 +02:00
|
|
|
ITC0,
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL // callback (-1)
|
2020-09-18 01:04:42 +02:00
|
|
|
};
|
2020-06-07 14:48:42 +02:00
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH READ_BIT_PROG[] = {
|
2020-06-07 14:48:42 +02:00
|
|
|
BASELINE,
|
2022-01-06 23:03:57 +01:00
|
|
|
V1, WACK, // validate bit is 1
|
2020-06-07 14:48:42 +02:00
|
|
|
ITC1, // if acked, callback(1)
|
|
|
|
V0, WACK, // validate bit is zero
|
|
|
|
ITC0, // if acked callback 0
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL // bit not readable
|
2020-09-08 21:39:54 +02:00
|
|
|
};
|
2022-01-06 23:03:57 +01:00
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH WRITE_BYTE_PROG[] = {
|
2020-06-07 14:48:42 +02:00
|
|
|
BASELINE,
|
2022-01-06 23:03:57 +01:00
|
|
|
WB,WACK,ITC1, // Write and callback(1) if ACK
|
|
|
|
// handle decoders that dont ack a write
|
|
|
|
VB,WACK,ITC1, // validate byte and callback(1) if correct
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL // callback (-1)
|
2020-09-08 21:39:54 +02:00
|
|
|
};
|
2022-01-06 23:03:57 +01:00
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH VERIFY_BYTE_PROG[] = {
|
2020-09-18 01:04:42 +02:00
|
|
|
BASELINE,
|
2021-09-05 23:43:24 +02:00
|
|
|
BIV, // ackManagerByte initial value
|
2022-01-06 23:03:57 +01:00
|
|
|
VB,WACK, // validate byte
|
2021-09-05 23:43:24 +02:00
|
|
|
ITCB, // if ok callback value
|
2020-09-18 01:04:42 +02:00
|
|
|
STARTMERGE, //clear bit and byte values ready for merge pass
|
|
|
|
// each bit is validated against 0 and the result inverted in MERGE
|
2022-01-06 23:03:57 +01:00
|
|
|
// this is because there tend to be more zeros in cv values than ones.
|
2020-09-18 01:04:42 +02:00
|
|
|
// There is no need for one validation as entire byte is validated at the end
|
|
|
|
V0, WACK, MERGE, // read and merge first tested bit (7)
|
|
|
|
ITSKIP, // do small excursion if there was no ack
|
|
|
|
SETBIT,(ackOp)7,
|
|
|
|
V1, WACK, NAKFAIL, // test if there is an ack on the inverse of this bit (7)
|
|
|
|
SETBIT,(ackOp)6, // and abort whole test if not else continue with bit (6)
|
|
|
|
SKIPTARGET,
|
|
|
|
V0, WACK, MERGE, // read and merge second tested bit (6)
|
|
|
|
V0, WACK, MERGE, // read and merge third tested bit (5) ...
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
2021-09-05 23:43:24 +02:00
|
|
|
VB, WACK, ITCBV, // verify merged byte and return it if acked ok - with retry report
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL };
|
2022-01-06 23:03:57 +01:00
|
|
|
|
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH READ_CV_PROG[] = {
|
2020-06-07 14:48:42 +02:00
|
|
|
BASELINE,
|
2020-06-07 17:29:53 +02:00
|
|
|
STARTMERGE, //clear bit and byte values ready for merge pass
|
2020-06-07 18:02:22 +02:00
|
|
|
// each bit is validated against 0 and the result inverted in MERGE
|
2022-01-06 23:03:57 +01:00
|
|
|
// this is because there tend to be more zeros in cv values than ones.
|
2020-06-07 18:02:22 +02:00
|
|
|
// There is no need for one validation as entire byte is validated at the end
|
2020-09-08 10:12:40 +02:00
|
|
|
V0, WACK, MERGE, // read and merge first tested bit (7)
|
|
|
|
ITSKIP, // do small excursion if there was no ack
|
|
|
|
SETBIT,(ackOp)7,
|
|
|
|
V1, WACK, NAKFAIL, // test if there is an ack on the inverse of this bit (7)
|
|
|
|
SETBIT,(ackOp)6, // and abort whole test if not else continue with bit (6)
|
|
|
|
SKIPTARGET,
|
|
|
|
V0, WACK, MERGE, // read and merge second tested bit (6)
|
|
|
|
V0, WACK, MERGE, // read and merge third tested bit (5) ...
|
2020-06-07 18:02:22 +02:00
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
2022-01-06 23:03:57 +01:00
|
|
|
VB, WACK, ITCB, // verify merged byte and return it if acked ok
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL }; // verification failed
|
2020-06-07 14:48:42 +02:00
|
|
|
|
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH LOCO_ID_PROG[] = {
|
2020-06-08 14:04:47 +02:00
|
|
|
BASELINE,
|
2021-01-17 14:22:16 +01:00
|
|
|
SETCV, (ackOp)19, // CV 19 is consist setting
|
2022-01-06 23:03:57 +01:00
|
|
|
SETBYTE, (ackOp)0,
|
2021-01-17 14:22:16 +01:00
|
|
|
VB, WACK, ITSKIP, // ignore consist if cv19 is zero (no consist)
|
|
|
|
SETBYTE, (ackOp)128,
|
|
|
|
VB, WACK, ITSKIP, // ignore consist if cv19 is 128 (no consist, direction bit set)
|
|
|
|
STARTMERGE, // Setup to read cv 19
|
2022-01-06 23:03:57 +01:00
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
2021-01-17 14:22:16 +01:00
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
VB, WACK, ITCB7, // return 7 bits only, No_ACK means CV19 not supported so ignore it
|
2022-01-06 23:03:57 +01:00
|
|
|
|
|
|
|
SKIPTARGET, // continue here if CV 19 is zero or fails all validation
|
2020-06-08 14:04:47 +02:00
|
|
|
SETCV,(ackOp)29,
|
|
|
|
SETBIT,(ackOp)5,
|
|
|
|
V0, WACK, ITSKIP, // Skip to SKIPTARGET if bit 5 of CV29 is zero
|
2022-01-06 23:03:57 +01:00
|
|
|
|
|
|
|
// Long locoid
|
2020-06-08 14:04:47 +02:00
|
|
|
SETCV, (ackOp)17, // CV 17 is part of locoid
|
|
|
|
STARTMERGE,
|
|
|
|
V0, WACK, MERGE, // read and merge bit 1 etc
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
VB, WACK, NAKFAIL, // verify merged byte and return -1 it if not acked ok
|
2022-01-06 23:03:57 +01:00
|
|
|
STASHLOCOID, // keep stashed cv 17 for later
|
|
|
|
// Read 2nd part from CV 18
|
2020-06-08 14:04:47 +02:00
|
|
|
SETCV, (ackOp)18,
|
|
|
|
STARTMERGE,
|
|
|
|
V0, WACK, MERGE, // read and merge bit 1 etc
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
VB, WACK, NAKFAIL, // verify merged byte and return -1 it if not acked ok
|
|
|
|
COMBINELOCOID, // Combile byte with stash to make long locoid and callback
|
2022-01-06 23:03:57 +01:00
|
|
|
|
|
|
|
// ITSKIP Skips to here if CV 29 bit 5 was zero. so read CV 1 and return that
|
2020-06-08 14:04:47 +02:00
|
|
|
SKIPTARGET,
|
|
|
|
SETCV, (ackOp)1,
|
|
|
|
STARTMERGE,
|
2021-01-17 14:22:16 +01:00
|
|
|
SETBIT, (ackOp)6, // skip over first bit as we know its a zero
|
2020-06-08 14:04:47 +02:00
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
V0, WACK, MERGE,
|
|
|
|
VB, WACK, ITCB, // verify merged byte and callback
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL
|
2022-01-06 23:03:57 +01:00
|
|
|
};
|
2020-06-08 14:04:47 +02:00
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH SHORT_LOCO_ID_PROG[] = {
|
2021-01-18 11:06:46 +01:00
|
|
|
BASELINE,
|
|
|
|
SETCV,(ackOp)19,
|
|
|
|
SETBYTE, (ackOp)0,
|
2021-03-24 10:51:31 +01:00
|
|
|
WB,WACK, // ignore dedcoder without cv19 support
|
2021-01-18 11:06:46 +01:00
|
|
|
// Turn off long address flag
|
|
|
|
SETCV,(ackOp)29,
|
|
|
|
SETBIT,(ackOp)5,
|
2021-03-24 10:51:31 +01:00
|
|
|
W0,WACK,
|
|
|
|
V0,WACK,NAKFAIL,
|
2022-01-06 23:03:57 +01:00
|
|
|
SETCV, (ackOp)1,
|
|
|
|
SETBYTEL, // low byte of word
|
2022-09-14 12:27:04 +02:00
|
|
|
WB,WACK,ITC1, // If ACK, we are done - callback(1) means Ok
|
|
|
|
VB,WACK,ITC1, // Some decoders do not ack and need verify
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL
|
2022-01-06 23:03:57 +01:00
|
|
|
};
|
2021-01-18 11:06:46 +01:00
|
|
|
|
Nano every2 (#129)
* Start adding back unowifi stuffz
* Uno Wifi compiling
* Fixes for compile arduino unowifi r2
* FlasString and Timers for Uno Wifi
ALL these changes should be portable back to master
* Remove extra timer that was already added
* Changed to EveryTimerB
* Add everytimerb.h
* Cleanup
* Linear address <a> cmd
* Allow lower case keywords
* Add the F define to be on safe side if it is not present in the library core code
* Clean simple Timer interface
Removes overkill files, puts all timer in a single small file. (DCCTimer)
* Timer port
* Timer working
And slow wave command removed
* Correcting non-portables merged from master
* Wave-state machine ( part 11)
* Microtuning waveform
Significant reduction in code paths and call overheads
* Current check cleanup
* Fix no-loco id
Has to handle -1 correctly
* fix wrong format letter
* redo flow through wifisetup again
* version++
* bugfixes wifi setup
* Retry harder for AP mode
* Remove unued if
* DIO2 replacement
Currently for writing signal pins during waveform.
* Drop analogReadFast (see DCCTimer)
AnalogRead speed set in DCCTimer for ease of porting.
Code tidy and diagnostics in MotorDriver
* UNTESTED fast power,brake,fault pins
* Distunguish between in/out of FASTPIN
* minor performance tweaks
* Config comments and example use
* Config/example loading
* IP/PORT on LCD
* Ethernet simulated mac
Plus fixed listening port
* Github SHA
* Committing a SHA
* Fix for nano compile
* Comments and a reliability fix.
* UnoRev2 protection
* PWM pin implementation
* fix wifi setup issue
* Reinstate IP_PORT
* Wifi channel and code cleaninga
* Reduce duplicated F() macros
Compiler isn't as clever as one might expect
* Committing a SHA
* Update config.example.h
Add comment to wifi channel section
* Committing a SHA
* Handle shields with common fault pins (Pololu)
* Committing a SHA
* remove warning
* Committing a SHA
* only do the sha generation on master
* yaml syntax
* Fast SSD1306 OLED driver
Incorporate code from SSD1306Ascii library to speed up OLED screen updates, reduce memory requirements and eliminate some library dependences.
* Fix auto-configure from cold boot.
Add call to Wire.begin().
* Update comment for OLED_DRIVER define.
* Update MotorDrivers.h
Add a motor board definition for using the IBT_2 board for a high current to the main track and keep the Arduino Motor Shield for operating the programming track.
* Committing a SHA
* Fix missing F in motor drivers
* JOIN relay pin
* Swap Join Relay high/low
* Hide WIFI_CONNECT_TIMEOUT
This is not what the config suggests it is... The timeout is in the ES and defaults to 15 seconds. Abandoning it early leads to confused setup.
* Enhance OLED/LCD speed
Write one character or position command per loop entry so as not to hold up the loop. Add support for SH1106 OLED as 132x64 size option.
* Enhance OLED/LCD speed
* Delete comment about OLED on UNO.
* Trim unwanted code
* Handle display types correctly
* Update comments
* Speed up OLED writes
Add new flushDisplay() to end any in-progress I2C transaction. Previously, an redundant command was sent that ended the in-progress transaction but also sent another complete, but unnecessary, transaction.
* Comments and copyright update
* Reduce RAM and flash requirement a few more bytes.
* Move statics into LCDDisplay class, and reduce RAM.
Some state variables were static in LCDDisplay.write(). Moved to class members. Also, types of data items like row, column & character position changed to int8_t to save a few bytes of RAM.
* Type lcdCols and lcdRows to unsigned.
Since lcdCols is normally 128, it needs to be uint8_t, not int8_t.
* remove timeout from user config
* faultpin is common only if it exists ; make code prettier
* Rationalisation of SSD1306 driver
Merge SSD1306AsciiWire.cpp into SSD1306Ascii.cpp and rename SSD1306AsciiWire.h as SSD1306Ascii.h.
Merge allFonts.h into System5x7.h and rename as SSD1306font.h.
Move all SSD1306 files into root folder to facilitate compilation in Arduino IDE.
* Fix some font attributes as const.
* Remove unused initialisation sequences for tiny oled screens
* Add m_ to variables
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Revert "Bump up I2C speed"
This reverts commit 1c1168f43314d3a6855738fbc406d5654e801831.
* Bump up I2C speed
Speed was 100kHz (default). Max for OLEDis 400kHz.
* Drop duplicate DIAG
* ignore mySetup.h files
* Restore uno to default_envs
Restore uno (previously commented out) to default_envs.
* Update objdump.bat
Allows other editors as Notepad is very slow on large files
* Prog Track overload during cv read
* Faster LCD Driver
Extract LCD driver from library;
Trim unused functionality;
Reduce I2C communications to minimum;
Speed up I2C clock to 400kHz.
* Update config.example.h
Add IBT_2_WITH_ARDUINO to example config
* Update config.example.h
* Screen enhancements (#126)
* Add I2CManager to coordinate I2C shared parameters.
* Add use of I2CManager, and experimental scrolling strategies.
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
* Scrolling updates
New scrolling capability by defining SCROLLMODE in Config.h to 0 (original), 1 (by page) or 2 (by line). If not defined, defaults to 0.
Reformat.
* Add I2CManager calls. Remove unnecessary delays.
* Add I2CManager calls, remove unnecessary I2C delays.
* SSD1306: Move methods from .h to .cpp and reformat.
* Fix compiler warning in LiquidCrystal_I2C
* Allow forcing of I2C clock speed.
New method forceClock allows the I2C speed to be overridden. For example, if the I2C bus is long then the speed can be forced lower. It can also be forced higher to gain performance if devices are capable.
* Make Config.h conditionally included.
Allow for non-existence of Config.h.
* Correct scrolling and allow longer messages
Correct the handling of scrolling in scrollmode 1 to avoid a blank page being displayed. Also, allow MAX_MSG_SIZE to be optionally configured to override maximum message length on screens.
* compiler warning on uno
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Harald Barth <haba@kth.se>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Neil McKechnie <75813993+Neil-McK@users.noreply.github.com>
2021-03-07 21:58:35 +01:00
|
|
|
const ackOp FLASH LONG_LOCO_ID_PROG[] = {
|
2021-01-18 11:06:46 +01:00
|
|
|
BASELINE,
|
|
|
|
// Clear consist CV 19
|
|
|
|
SETCV,(ackOp)19,
|
|
|
|
SETBYTE, (ackOp)0,
|
2021-03-24 10:51:31 +01:00
|
|
|
WB,WACK, // ignore decoder without cv19 support
|
2021-01-18 11:06:46 +01:00
|
|
|
// Turn on long address flag cv29 bit 5
|
|
|
|
SETCV,(ackOp)29,
|
|
|
|
SETBIT,(ackOp)5,
|
2021-03-24 10:51:31 +01:00
|
|
|
W1,WACK,
|
|
|
|
V1,WACK,NAKFAIL,
|
2021-01-18 11:06:46 +01:00
|
|
|
// Store high byte of address in cv 17
|
|
|
|
SETCV, (ackOp)17,
|
2022-09-14 12:27:04 +02:00
|
|
|
SETBYTEH, // high byte of word
|
|
|
|
WB,WACK, // do write
|
|
|
|
ITSKIP, // if ACK, jump to SKIPTARGET
|
|
|
|
VB,WACK, // try verify instead
|
|
|
|
ITSKIP, // if ACK, jump to SKIPTARGET
|
|
|
|
CALLFAIL, // if still here, fail
|
|
|
|
SKIPTARGET,
|
2022-01-06 23:03:57 +01:00
|
|
|
// store
|
2021-01-18 11:06:46 +01:00
|
|
|
SETCV, (ackOp)18,
|
2022-01-06 23:03:57 +01:00
|
|
|
SETBYTEL, // low byte of word
|
2022-09-14 12:27:04 +02:00
|
|
|
WB,WACK,ITC1, // If ACK, we are done - callback(1) means Ok
|
|
|
|
VB,WACK,ITC1, // Some decoders do not ack and need verify
|
2022-03-04 23:35:14 +01:00
|
|
|
CALLFAIL
|
2022-01-06 23:03:57 +01:00
|
|
|
};
|
2020-06-08 14:04:47 +02:00
|
|
|
|
2021-03-25 18:16:12 +01:00
|
|
|
void DCC::writeCVByte(int16_t cv, byte byteValue, ACK_CALLBACK callback) {
|
2022-02-23 16:44:34 +01:00
|
|
|
DCCACK::Setup(cv, byteValue, WRITE_BYTE_PROG, callback);
|
2020-06-01 14:56:02 +02:00
|
|
|
}
|
2020-05-24 17:07:16 +02:00
|
|
|
|
2021-03-25 18:16:12 +01:00
|
|
|
void DCC::writeCVBit(int16_t cv, byte bitNum, bool bitValue, ACK_CALLBACK callback) {
|
2020-06-07 14:48:42 +02:00
|
|
|
if (bitNum >= 8) callback(-1);
|
2022-02-23 16:44:34 +01:00
|
|
|
else DCCACK::Setup(cv, bitNum, bitValue?WRITE_BIT1_PROG:WRITE_BIT0_PROG, callback);
|
2020-06-03 10:42:17 +02:00
|
|
|
}
|
2020-05-24 17:07:16 +02:00
|
|
|
|
2021-03-25 18:16:12 +01:00
|
|
|
void DCC::verifyCVByte(int16_t cv, byte byteValue, ACK_CALLBACK callback) {
|
2022-02-23 16:44:34 +01:00
|
|
|
DCCACK::Setup(cv, byteValue, VERIFY_BYTE_PROG, callback);
|
2020-09-18 01:04:42 +02:00
|
|
|
}
|
|
|
|
|
2021-03-25 18:16:12 +01:00
|
|
|
void DCC::verifyCVBit(int16_t cv, byte bitNum, bool bitValue, ACK_CALLBACK callback) {
|
2020-09-18 01:04:42 +02:00
|
|
|
if (bitNum >= 8) callback(-1);
|
2022-02-23 16:44:34 +01:00
|
|
|
else DCCACK::Setup(cv, bitNum, bitValue?VERIFY_BIT1_PROG:VERIFY_BIT0_PROG, callback);
|
2020-09-18 01:04:42 +02:00
|
|
|
}
|
|
|
|
|
2020-05-24 17:07:16 +02:00
|
|
|
|
2021-03-25 18:16:12 +01:00
|
|
|
void DCC::readCVBit(int16_t cv, byte bitNum, ACK_CALLBACK callback) {
|
2020-06-07 14:48:42 +02:00
|
|
|
if (bitNum >= 8) callback(-1);
|
2022-02-23 16:44:34 +01:00
|
|
|
else DCCACK::Setup(cv, bitNum,READ_BIT_PROG, callback);
|
2020-06-07 14:48:42 +02:00
|
|
|
}
|
|
|
|
|
2021-03-25 18:16:12 +01:00
|
|
|
void DCC::readCV(int16_t cv, ACK_CALLBACK callback) {
|
2022-02-23 16:44:34 +01:00
|
|
|
DCCACK::Setup(cv, 0,READ_CV_PROG, callback);
|
2020-05-24 17:07:16 +02:00
|
|
|
}
|
|
|
|
|
2021-03-08 11:40:32 +01:00
|
|
|
void DCC::getLocoId(ACK_CALLBACK callback) {
|
2022-02-23 16:44:34 +01:00
|
|
|
DCCACK::Setup(0,0, LOCO_ID_PROG, callback);
|
2020-06-08 14:04:47 +02:00
|
|
|
}
|
2020-06-07 14:48:42 +02:00
|
|
|
|
2021-03-08 11:40:32 +01:00
|
|
|
void DCC::setLocoId(int id,ACK_CALLBACK callback) {
|
2021-01-30 22:53:05 +01:00
|
|
|
if (id<1 || id>10239) { //0x27FF according to standard
|
|
|
|
callback(-1);
|
|
|
|
return;
|
|
|
|
}
|
2021-11-25 00:10:11 +01:00
|
|
|
if (id<=HIGHEST_SHORT_ADDR)
|
2022-02-23 16:44:34 +01:00
|
|
|
DCCACK::Setup(id, SHORT_LOCO_ID_PROG, callback);
|
2021-01-30 22:53:05 +01:00
|
|
|
else
|
2022-02-23 16:44:34 +01:00
|
|
|
DCCACK::Setup(id | 0xc000,LONG_LOCO_ID_PROG, callback);
|
2021-01-18 11:06:46 +01:00
|
|
|
}
|
|
|
|
|
2021-03-23 15:37:05 +01:00
|
|
|
void DCC::forgetLoco(int cab) { // removes any speed reminders for this loco
|
2022-01-06 23:03:57 +01:00
|
|
|
setThrottle2(cab,1); // ESTOP this loco if still on track
|
2023-02-28 15:20:29 +01:00
|
|
|
int reg=lookupSpeedTable(cab, false);
|
|
|
|
if (reg>=0) {
|
|
|
|
speedTable[reg].loco=0;
|
|
|
|
setThrottle2(cab,1); // ESTOP if this loco still on track
|
|
|
|
}
|
2020-06-18 20:36:37 +02:00
|
|
|
}
|
|
|
|
void DCC::forgetAllLocos() { // removes all speed reminders
|
2022-01-06 23:03:57 +01:00
|
|
|
setThrottle2(0,1); // ESTOP all locos still on track
|
2021-03-23 15:37:05 +01:00
|
|
|
for (int i=0;i<MAX_LOCOS;i++) speedTable[i].loco=0;
|
2020-06-18 20:36:37 +02:00
|
|
|
}
|
2020-06-22 11:54:57 +02:00
|
|
|
|
2022-01-06 23:03:57 +01:00
|
|
|
byte DCC::loopStatus=0;
|
2020-06-18 20:36:37 +02:00
|
|
|
|
2020-05-24 17:07:16 +02:00
|
|
|
void DCC::loop() {
|
2022-03-19 12:22:31 +01:00
|
|
|
TrackManager::loop(); // power overload checks
|
2020-06-22 11:54:57 +02:00
|
|
|
issueReminders();
|
|
|
|
}
|
|
|
|
|
|
|
|
void DCC::issueReminders() {
|
|
|
|
// if the main track transmitter still has a pending packet, skip this time around.
|
2023-11-27 17:49:02 +01:00
|
|
|
if (!DCCWaveform::mainTrack.isReminderWindowOpen()) return;
|
2022-11-22 18:24:11 +01:00
|
|
|
// Move to next loco slot. If occupied, send a reminder.
|
|
|
|
int reg = lastLocoReminder+1;
|
|
|
|
if (reg > highestUsedReg) reg = 0; // Go to start of table
|
|
|
|
if (speedTable[reg].loco > 0) {
|
|
|
|
// have found loco to remind
|
|
|
|
if (issueReminder(reg))
|
|
|
|
lastLocoReminder = reg;
|
|
|
|
} else
|
|
|
|
lastLocoReminder = reg;
|
2020-05-24 17:07:16 +02:00
|
|
|
}
|
2022-01-06 23:03:57 +01:00
|
|
|
|
2020-06-22 11:54:57 +02:00
|
|
|
bool DCC::issueReminder(int reg) {
|
2020-08-01 14:06:39 +02:00
|
|
|
unsigned long functions=speedTable[reg].functions;
|
2020-06-22 11:54:57 +02:00
|
|
|
int loco=speedTable[reg].loco;
|
|
|
|
byte flags=speedTable[reg].groupFlags;
|
2022-01-06 23:03:57 +01:00
|
|
|
|
2020-06-22 11:54:57 +02:00
|
|
|
switch (loopStatus) {
|
|
|
|
case 0:
|
2021-03-25 15:23:38 +01:00
|
|
|
// DIAG(F("Reminder %d speed %d"),loco,speedTable[reg].speedCode);
|
2020-06-22 11:54:57 +02:00
|
|
|
setThrottle2(loco, speedTable[reg].speedCode);
|
|
|
|
break;
|
|
|
|
case 1: // remind function group 1 (F0-F4)
|
2022-01-06 23:03:57 +01:00
|
|
|
if (flags & FN_GROUP_1)
|
2023-12-13 10:55:58 +01:00
|
|
|
#ifndef DISABLE_FUNCTION_REMINDERS
|
|
|
|
setFunctionInternal(loco,0, 128 | ((functions>>1)& 0x0F) | ((functions & 0x01)<<4),0); // 100D DDDD
|
|
|
|
#else
|
|
|
|
setFunctionInternal(loco,0, 128 | ((functions>>1)& 0x0F) | ((functions & 0x01)<<4),2);
|
2023-11-30 20:48:02 +01:00
|
|
|
flags&= ~FN_GROUP_1; // dont send them again
|
|
|
|
#endif
|
2022-01-06 23:03:57 +01:00
|
|
|
break;
|
2020-06-22 11:54:57 +02:00
|
|
|
case 2: // remind function group 2 F5-F8
|
2022-01-06 23:03:57 +01:00
|
|
|
if (flags & FN_GROUP_2)
|
2023-12-13 10:55:58 +01:00
|
|
|
#ifndef DISABLE_FUNCTION_REMINDERS
|
|
|
|
setFunctionInternal(loco,0, 176 | ((functions>>5)& 0x0F),0); // 1011 DDDD
|
|
|
|
#else
|
|
|
|
setFunctionInternal(loco,0, 176 | ((functions>>5)& 0x0F),2);
|
2023-11-30 20:48:02 +01:00
|
|
|
flags&= ~FN_GROUP_2; // dont send them again
|
|
|
|
#endif
|
2022-01-06 23:03:57 +01:00
|
|
|
break;
|
2020-06-22 11:54:57 +02:00
|
|
|
case 3: // remind function group 3 F9-F12
|
2022-01-06 23:03:57 +01:00
|
|
|
if (flags & FN_GROUP_3)
|
2023-12-13 10:55:58 +01:00
|
|
|
#ifndef DISABLE_FUNCTION_REMINDERS
|
|
|
|
setFunctionInternal(loco,0, 160 | ((functions>>9)& 0x0F),0); // 1010 DDDD
|
|
|
|
#else
|
|
|
|
setFunctionInternal(loco,0, 160 | ((functions>>9)& 0x0F),2);
|
2023-11-30 20:48:02 +01:00
|
|
|
flags&= ~FN_GROUP_3; // dont send them again
|
|
|
|
#endif
|
2022-01-06 23:03:57 +01:00
|
|
|
break;
|
2020-06-22 11:54:57 +02:00
|
|
|
case 4: // remind function group 4 F13-F20
|
2022-01-06 23:03:57 +01:00
|
|
|
if (flags & FN_GROUP_4)
|
2023-12-13 10:55:58 +01:00
|
|
|
setFunctionInternal(loco,222, ((functions>>13)& 0xFF),2);
|
2020-07-05 22:24:54 +02:00
|
|
|
flags&= ~FN_GROUP_4; // dont send them again
|
2022-01-06 23:03:57 +01:00
|
|
|
break;
|
2020-06-22 11:54:57 +02:00
|
|
|
case 5: // remind function group 5 F21-F28
|
|
|
|
if (flags & FN_GROUP_5)
|
2023-12-13 10:55:58 +01:00
|
|
|
setFunctionInternal(loco,223, ((functions>>21)& 0xFF),2);
|
2020-07-05 22:24:54 +02:00
|
|
|
flags&= ~FN_GROUP_5; // dont send them again
|
2022-01-06 23:03:57 +01:00
|
|
|
break;
|
2020-06-22 11:54:57 +02:00
|
|
|
}
|
|
|
|
loopStatus++;
|
|
|
|
// if we reach status 6 then this loco is done so
|
2022-01-06 23:03:57 +01:00
|
|
|
// reset status to 0 for next loco and return true so caller
|
|
|
|
// moves on to next loco.
|
2020-06-22 11:54:57 +02:00
|
|
|
if (loopStatus>5) loopStatus=0;
|
|
|
|
return loopStatus==0;
|
|
|
|
}
|
2022-01-06 23:03:57 +01:00
|
|
|
|
|
|
|
|
2020-05-24 17:07:16 +02:00
|
|
|
|
2020-06-03 10:42:17 +02:00
|
|
|
|
2020-05-24 17:07:16 +02:00
|
|
|
///// Private helper functions below here /////////////////////
|
2020-06-01 14:56:02 +02:00
|
|
|
|
2020-05-24 17:07:16 +02:00
|
|
|
byte DCC::cv1(byte opcode, int cv) {
|
|
|
|
cv--;
|
|
|
|
return (highByte(cv) & (byte)0x03) | opcode;
|
|
|
|
}
|
|
|
|
byte DCC::cv2(int cv) {
|
|
|
|
cv--;
|
|
|
|
return lowByte(cv);
|
|
|
|
}
|
|
|
|
|
2022-04-12 19:47:06 +02:00
|
|
|
int DCC::lookupSpeedTable(int locoId, bool autoCreate) {
|
2020-06-16 12:06:36 +02:00
|
|
|
// determine speed reg for this loco
|
2020-05-24 17:07:16 +02:00
|
|
|
int firstEmpty = MAX_LOCOS;
|
2020-06-22 11:54:57 +02:00
|
|
|
int reg;
|
2020-05-24 17:07:16 +02:00
|
|
|
for (reg = 0; reg < MAX_LOCOS; reg++) {
|
2020-06-22 11:54:57 +02:00
|
|
|
if (speedTable[reg].loco == locoId) break;
|
2020-05-24 17:07:16 +02:00
|
|
|
if (speedTable[reg].loco == 0 && firstEmpty == MAX_LOCOS) firstEmpty = reg;
|
|
|
|
}
|
2022-04-12 19:47:06 +02:00
|
|
|
|
|
|
|
// return -1 if not found and not auto creating
|
|
|
|
if (reg== MAX_LOCOS && !autoCreate) return -1;
|
2020-05-24 17:07:16 +02:00
|
|
|
if (reg == MAX_LOCOS) reg = firstEmpty;
|
|
|
|
if (reg >= MAX_LOCOS) {
|
2021-03-25 15:23:38 +01:00
|
|
|
DIAG(F("Too many locos"));
|
2020-06-22 11:54:57 +02:00
|
|
|
return -1;
|
2020-05-24 17:07:16 +02:00
|
|
|
}
|
2020-06-22 11:54:57 +02:00
|
|
|
if (reg==firstEmpty){
|
|
|
|
speedTable[reg].loco = locoId;
|
2020-07-05 22:00:27 +02:00
|
|
|
speedTable[reg].speedCode=128; // default direction forward
|
2020-06-22 11:54:57 +02:00
|
|
|
speedTable[reg].groupFlags=0;
|
|
|
|
speedTable[reg].functions=0;
|
|
|
|
}
|
2022-11-22 18:24:11 +01:00
|
|
|
if (reg > highestUsedReg) highestUsedReg = reg;
|
2020-06-22 11:54:57 +02:00
|
|
|
return reg;
|
|
|
|
}
|
2022-01-06 23:03:57 +01:00
|
|
|
|
2020-06-22 11:54:57 +02:00
|
|
|
void DCC::updateLocoReminder(int loco, byte speedCode) {
|
2022-01-06 23:03:57 +01:00
|
|
|
|
2020-06-22 11:54:57 +02:00
|
|
|
if (loco==0) {
|
2020-09-03 12:28:52 +02:00
|
|
|
// broadcast stop/estop but dont change direction
|
2023-05-05 16:14:44 +02:00
|
|
|
for (int reg = 0; reg <= highestUsedReg; reg++) {
|
2021-12-21 10:14:27 +01:00
|
|
|
if (speedTable[reg].loco==0) continue;
|
|
|
|
byte newspeed=(speedTable[reg].speedCode & 0x80) | (speedCode & 0x7f);
|
|
|
|
if (speedTable[reg].speedCode != newspeed) {
|
|
|
|
speedTable[reg].speedCode = newspeed;
|
|
|
|
CommandDistributor::broadcastLoco(reg);
|
|
|
|
}
|
2020-09-03 12:28:52 +02:00
|
|
|
}
|
2022-01-06 23:03:57 +01:00
|
|
|
return;
|
2020-06-22 11:54:57 +02:00
|
|
|
}
|
2022-01-06 23:03:57 +01:00
|
|
|
|
2020-06-22 11:54:57 +02:00
|
|
|
// determine speed reg for this loco
|
2022-01-06 23:03:57 +01:00
|
|
|
int reg=lookupSpeedTable(loco);
|
2021-12-15 23:04:09 +01:00
|
|
|
if (reg>=0 && speedTable[reg].speedCode!=speedCode) {
|
2021-12-05 19:06:28 +01:00
|
|
|
speedTable[reg].speedCode = speedCode;
|
|
|
|
CommandDistributor::broadcastLoco(reg);
|
|
|
|
}
|
2020-06-07 14:48:42 +02:00
|
|
|
}
|
|
|
|
|
2020-05-24 17:07:16 +02:00
|
|
|
DCC::LOCO DCC::speedTable[MAX_LOCOS];
|
2022-11-22 18:24:11 +01:00
|
|
|
int DCC::lastLocoReminder = 0;
|
|
|
|
int DCC::highestUsedReg = 0;
|
2020-06-07 14:48:42 +02:00
|
|
|
|
2020-09-10 14:09:32 +02:00
|
|
|
|
2021-05-07 19:24:34 +02:00
|
|
|
void DCC::displayCabList(Print * stream) {
|
2020-09-10 14:09:32 +02:00
|
|
|
|
|
|
|
int used=0;
|
2022-11-22 18:24:11 +01:00
|
|
|
for (int reg = 0; reg <= highestUsedReg; reg++) {
|
2020-09-10 14:09:32 +02:00
|
|
|
if (speedTable[reg].loco>0) {
|
|
|
|
used ++;
|
2022-01-06 23:03:57 +01:00
|
|
|
StringFormatter::send(stream,F("cab=%d, speed=%d, dir=%c \n"),
|
2020-09-10 14:09:32 +02:00
|
|
|
speedTable[reg].loco, speedTable[reg].speedCode & 0x7f,(speedTable[reg].speedCode & 0x80) ? 'F':'R');
|
|
|
|
}
|
|
|
|
}
|
2021-03-30 23:01:37 +02:00
|
|
|
StringFormatter::send(stream,F("Used=%d, max=%d\n"),used,MAX_LOCOS);
|
2022-01-06 23:03:57 +01:00
|
|
|
|
2020-09-10 14:09:32 +02:00
|
|
|
}
|