-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unstable Behavior in EBYTE E220-400M22S Setup with ATTINY804 #15
Comments
It looks like Serial.print is not working correctly. |
Thanks for the reply. |
I've never used ATTINY804, so I don't know. This is not directly related to the problem, but why would you want to use ATTINY804? |
I am building a wirless water level indicator device, and want to use AA type battery in transmitter device, I choosen ATTINY804 MCU because its power consumption is low, also I am able to program it. I tried with Arduino UNO But still facing problem. Components Using: Wiring Connection that I am using.: Transmitter Device Code:
Serial Monitor Data: I uncommented the
Receiver Device Code:
Serial Monitor of Receiver Device:
Note: Last Line is repeating continue........ |
Thank you for the report. There were missing changes when using the EBYTE module. If you use the EBYTE module, the following changes are required. I've updated the sample sketch.
Two additional wires are required.
(*3) |
Thanks for the update.... I have again taken trial but still unable to work. Can You please see the again. this help will make me happy😄 I updated following things:
Transmitter Code:
Serial Monitor Result
Receiver Code:
Serial Montor Result:
Please see again and please help me to build my device. thanks. One thing is that: I see this line: Please help me. |
Yes. I had the same error on E220-900M22S(LLCC68)
This is E22-900M22S(SX1262) logging.
This is E22-400M22S(SX1268) logging.
|
Dear, |
I also have an E220-400M22S, but I don't know the solution. |
I am seeking assistance in the library GitHub to address an issue I'm encountering.
My challenge involves establishing communication between the Ebyte LoRa E220-400M22S and the MCU ATTINY804 IC. Below is the code snippet I'm utilizing:
I used above code from the library Example: example/Ra01S-TX/Ra01S-TX.ino and changes are done by me :
Serial.begin(9600);
lora.DebugPrint(true);
During the initial startup, the Serial Monitor output is as follows:
However, subsequent startups after a power restore yield different results, suggesting an inconsistency issue:
These inconsistencies occur with subsequent startups, implying a problem with the setup.
The connections between ATTINY804 and E220-400M22S are as follows:
For power supply, I'm using the AMS1117 3.3V Power Supply Module, drawing input from Arduino 5V and GND, then supplying it to the circuit via the AMS1117 3.3V Power supply.
For ATTINY804 programming, I'm utilizing the megaTinyCore Library and referring to the ATTINY804 pinout details.
I'm reaching out to the library developer and the community for assistance in resolving this issue. Any guidance or suggestions would be greatly appreciated. Thank you in advance.
The text was updated successfully, but these errors were encountered: