Hi Gents, hope you all keeping safe in these trying times.
BL49SP - does this board/design have an ini available to communicate with Tuner Studio?
I have a few shields for the uno soldered up - based on the nano lambda design...looks like mostly pin definitions would have to change in order to use the current BL49SP firmware. Can I just copy the definitions from the LambdaCtrl.h from nanolambda into the BL49SP LambdaCtrl.h reflash?
from Nano
#define CJ125_NSS_PIN 10 /* Pin used for chip select in SPI communication. */
#define LED_STATUS_POWER 8 /* Pin used for power the status LED, indicating we have power. */
#define LED_STATUS_HEATER 5 /* Pin used for the heater status LED, indicating heater activity. */
#define HEATER_OUTPUT_PIN 9 /* Pin used for the PWM output to the heater circuit. */
#define USUP_ANALOG_INPUT_PIN 2 /* Analog input for power supply.*/
#define UVREF_ANALOG_INPUT_PIN 3 /* Analog input for reference voltage supply.*/
#define UR_ANALOG_INPUT_PIN 0 /* Analog input for temperature.*/
#define UA_ANALOG_INPUT_PIN 1 /* Analog input for lambda.*/
#define LAMBDA_PWM_OUTPUT_PIN 6 /* Analog output linear Lambda voltage */
#define EN_INPUT_PIN 4 /* Enable pin, low when engine running */
#define SP1_INPUT_PIN 2 /* Spare input 1 */
#define SP2_INPUT_PIN 3 /* Spare input 2 */
Thanks
Plazomat