Hello my dear,
I’ve a project to contact between two devices indoor without internet.
The project is that one device give a signal to other device. What I want is that when the first device press a button_1, LED_1 will toggle in second device, and getting feedback if the first device receive signal or not . When the first device press button_2, LED_2 will toggle in second device, and getting feedback if the first device receive signal or not. Vice versa for the other device.
How can I do this?
With aid of AI, I kept chatting with chatGPT and get these codes
https://pastebin.com/k5xADgQJ
https://pastebin.com/hQRMq7g0
it works! However, I got some issues!
One time it works perfectly, other it led toggle only once then stop! other time devices receive signal but LED is not toggling! I don’t know what is the issue. AI told me to provide out source of electricity for LoRa. I did that. I got better result. Still getting same issues, yet in a low rate.
Can I get your help?
I’ve Arduino nano, ESP2866, and ESP32S3 Dev Module. I can do the project by either of them.
All the best,
Hi.
Due to time constrains, we can’t help with custom projects.
And unfortunately, I’m not familiar with that particular module.
I would suggest you using a wireless protocol like ESP-NOW that doesn’t require internet or extra hardware. If you’re interested, here’s our getting started guide:
We can only help if you have issues following our projects or tutorials on the blog or the projects in the eBooks.
Regards,
Sara
Good Morning,
Try prompting ChatGPT with description of what happens when executing your sketch; request troubleshooting help Better your prompt the better the ChatGPT response.
Earlier today used ChatGPT; “drilling down” with multiple, prompts to re-configure a reverse proxy going from http to https. Still took some debugging; ChatGPT and I did resolve the issue…
Regards,
William