-
Notifications
You must be signed in to change notification settings - Fork 93
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
Need help with Xmodem #280
Comments
Can you able to achive this? |
Yes, I was able to complete the project. I managed to transfer images or audio files using the Zigbee XBee Module S2C. However, I cannot recall the exact solution I used. If you would like to know my approach, please let me know. |
Hi @rahul007-bit, That's great that you could transfer images using ZigBee, If u don't mind can u send the documentation or related work that you have done to transfer images using the xbee module, It would really help my project. My mail ID is : sandeeptechiot@gmail.com can you please guide me in this regard? It would be a great help for me. Thank you. |
I can send you the file I used, but it would be difficult to provide the supporting documents since it has been a long time since I worked on this project. |
Thank you so much @rahul007-bit. for the help. Will check that and let you know if i get any issues. Thank you. |
Hi @rahul007-bit , do you remember anything like, what is the resolution of the image you sent and what is the transmission rate, data rate and how much time it took for you to transmit the image from one xbee to other xbee. |
Yeah, it was very very slow even for transferring a 100kb image, since this project just to prove to my group that we can transfer images. for testing, I used an image of 1kb image which was a very low resolution. if you want to transfer images over radio waves you also check sstv. |
Yeah, even i am working on Image transmission using radio modules, i was trying with Zigbee and Lora, but since datarate is the issue, it cannot able to transfer higher-resolution images, so checking for some resources where I can transfer my image at a faster rate, since I was not allowed to use the internet. |
Hi Everyone,
Currently, I am working on my university project were, we have to transfer an image via Zigbee XBee Module S2C.
So, I am trying to use the Xmodem (https://xbplib.readthedocs.io/en/latest/api/digi.xbee.util.xmodem.html) protocol but cannot understand how to use it.
Sender Code
Receiver Code
This is what I have tried till now, you may have guessed till now it's not going to work, so please guide me 🙏🏼 🥺.
Your reply will be like thor's hammer for which I am worthy(I assume).
any example will help a lot.
Thank You,
waiting for your reply 🤗!!
The text was updated successfully, but these errors were encountered: