Closed ashtonella closed 6 months ago
I’ll need more information than this. What MCU are you using? Are you using the Arduino ide. Exactly. What is the error message. How did you install the library. This is a very odd error.
Hi thanks for replying: I did a lot of trouble shooting with the issues I had and I was finally able to get it to work.
Hello Kris; I was wondering if your library has a method that deals with point-to-point fixed communication for Ebyte modules? I also tried to send a String in the Struct, but I received corrupt data. I increased the air rate with no luck still. any ideals how to deal with these issues? thanks much in advance.
Ashton On Sunday, March 10, 2024 at 04:20:22 PM PDT, Kris Kasprzak @.***> wrote:
I’ll need more information than this. What MCU are you using? Are you using the Arduino ide. Exactly. What is the error message. How did you install the library. This is a very odd error.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
This library is really for programming these modules only while there is a method to send and receive data. It does nothing more than mimic read Byrd and write byte. You cannot use strings inside of a struct They are an undefined length use char’s
Wonderful!will do. Thank you very much. Sent from my iPhoneOn May 8, 2024, at 2:11 PM, Kris Kasprzak @.***> wrote: This library is really for programming these modules only while there is a method to send and receive data. It does nothing more than mimic read Byrd and write byte. You cannot use strings inside of a struct They are an undefined length use char’s
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
hello Kris,
I like your library for Ebyte. simple and easy to follow.
I tried to uploaded on Arduino custom library but it is not uploading. is says the library.properties file not found. I also didnt find the .json file attached with your library. is there anything I need to do to debug this on my side?
thx