-
Notifications
You must be signed in to change notification settings - Fork 29
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
Is this a valid tool? #3
Comments
Hi, I don't think there is any particular requirement to keep updating it as it works. Also this is the only method I found to enable ESP Now communication on non ESP based devices. Hope this helps! |
Hello, Hope this helps, |
That's great. I would like to set it up on a Pi, as well. Do you have any tips for setting up the wireless, or should I find that in the docs? Ok, sounds good. I've been using serial to communicate with an ESP32, and using that to interface with ESP-NOW, and it would save quite a bit of trouble if I could just directly use ESP-NOW. I'll see if I can understand your code well enough to use it. I was looking over your simple example and on the surface it's confusing (ie: why does the Would you have any tips for setting it up to work with Python? I was thinking to use cppyy to load the code in Python, so that messages are received via a Python callback and sent via a Python function. I've only barely used cppyy (or c++ on the desktop at all), so I'm really just kind of feeling my way through the dark, but I already have a lot of my project built in Python, so I'm trying to stick with that. Not trying to be fancy with the cppyy thing - just found it to make development of small libraries much easier, since it lets me introspect and use c++ code and objects through Python - but nothing I've made is so complex as your library, so maybe it'd be best to let it run in its own executable and communicate through sockets, files, or maybe ZeroMQ? |
If I remember correctly, the basic example was a ping test, so it sends a message as soon as an incoming one is received.
We have an implementation (specific to the robot control) that has been binded in python using boost python https://github.com/open-dynamic-robot-initiative/master-board/tree/master/sdk/master_board_sdk I fill that having a c++ executable communicating with your python scripts, as you describe, might be a simpler option. Best, |
Thank you for the info and advice. |
Hi, I am looking at this and is thinking that it would be such a blast if a generalized implementation was made. Cool project! Kind regards, Nicklas |
Hi. I was considering using this and wondered whether you would recommend it? Development seems to have stopped a while ago - did you quit using the code for some reason?
The text was updated successfully, but these errors were encountered: