SetAsPeerNode(IP_ADDRESS_TESTB2,1);
 SetAsPeerNode(RS485_ADDRESS_TESTB2,2);
// SetAsPeerNode(IP_ADDRESS_ROW1B1,1);
// SetAsPeerNode(RS485_ADDRESS_ROW1B2,2);
 SetAsPeerNode(RS485_ADDRESS_ROW1B3,3);
 SetAsPeerNode(RS485_ADDRESS_ROW1B4,4);
 SetAsPeerNode(IP_ADDRESS_ROW2B1,5);
 SetAsPeerNode(RS485_ADDRESS_ROW2B2,6);
 SetAsPeerNode(RS485_ADDRESS_ROW2B3,7);
 SetAsPeerNode(RS485_ADDRESS_ROW2B4,8);
 SetAsPeerNode(IP_ADDRESS_BED1B1,9);
 SetAsPeerNode(IP_ADDRESS_BED2B1,10);
 SetAsPeerNode(RS485_ADDRESS_BED2B2,11);
 SetAsPeerNode(RS485_ADDRESS_BED2B3,12);mInput(HEATING_MIX_VALVE_DIRECTION) = Souliss_T1n_OffCmd;
#define NODESIZE_INSKETCH
#define MaCaco_NODES 30
#define MaCaco_SLOT 35All nodes share the same number of slot?
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/a2f6b522-4f81-425f-9d0a-e8c6a167b655%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
#define NODESIZE_INSKETCH
#define MaCaco_NODES 30
#define MaCaco_SLOT 40 --
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/422097d2-176d-4742-b08c-825c8b5b0c11%40googlegroups.com.
[...]
#include "grhSoulissCommon.h"
#include <SPI.h>
#include <EEPROM.h>
#include "Souliss.h"
[...]
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/8932ab54-460d-4294-954f-fc6bbed81f14%40googlegroups.com.
#define NODESIZE_INSKETCH
#define MaCaco_NODES 30
#define MaCaco_SLOT 35#define MaCaco_NODESIZE_INSKETCH
#define MaCaco_NODES 30
#define MaCaco_SLOT 35To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/a9dfa831-fd36-4c41-8a11-10745b772f25%40googlegroups.com.
Probably we should not break the byte, I have to investigate.
Could you please open an issue?
Dario.
From Mobile.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/66850102-2c6c-41f4-a1ce-c3a5337a0598%40googlegroups.com.
Hi Gabriele,
please try this code:
uint8_t array[256];
setup(){
Serial.begin(9600);
}
loop(){
uint16_t i=0;
Serial.println(array[i],HEX);
i++;
}
Let me know if it works.
Regards,
Dario.
From Mobile.
So, looks that in our code we are addressing the array with a byte, this probably is creating throubles.
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/db216462-87e4-4696-b244-0facf02e4bb7%40googlegroups.com.
Try with >256 please
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/f21b9871-d3df-4e91-a49d-ca45e2b12fe2%40googlegroups.com.
Ok keep it out of loop()
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/76a11454-6853-49dc-a5fb-2fb6aa797b22%40googlegroups.com.
You need to keep the value at 37 for now.
Dario.
From Mobile.
Why are you using a so large number of slot?
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/4032ec3d-ef17-4b85-ab07-b66a99223783%40googlegroups.com.
Simple digital input can be handled via T1A, Fulvio has used this for door and window status.
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/0b507678-e85d-4955-b1d9-70c2e2f240c7%40googlegroups.com.
The IDE 1.6.4 has been released, so you can use that one if you want.
Dario.
From Mobile.