- This topic has 6 replies, 2 voices, and was last updated 1 year, 1 month ago by .
Viewing 6 reply threads
Viewing 6 reply threads
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e32 UART devices sx1262/sx1268 › Library for E32-433T33D
Tagged: CheckWiring, lora, Question
Hi Elkez,
what is your problem?
Bye Renzo
I don’t know how to set the transmission power on the E32-433T33D. ARDUINO IDE reports an error when I set
configuration.OPTION.transmissionPower = POWER_33
thanks
You must set the define
#define E32_TTL_2W
Bye Renzo
Where is it set, in which file and which item?
thank you very much
Elkez
I wrote #define E32_TTL_2W in the header of the program under #include “Arduino.h”. It seems to work. Is that correct? (pgm SetConfiguration.ino).
Thanks
Elkez
Hi Elkez,
Yes, it’s good, if you have trouble you can add it directly to stateName.h
file.
Bye Renzo
More