jefffhaynes / XBee

A .NET library for XBee wireless controllers
MIT License
41 stars 17 forks source link

information request #1

Closed HalJBrown closed 9 years ago

HalJBrown commented 9 years ago

I am interested in doing some c# applications using xbee series 1 chips. is there any way I can contact you for some help in using the XBee code.

jefffhaynes commented 9 years ago

Sure.

Just a heads up, the code is still very beta so what you're doing may or may not be possible yet but I'm certainly interested in hearing what you're working on!

Regards,

Jeff

On Tue, Nov 25, 2014 at 2:03 PM, HalJBrown notifications@github.com wrote:

I am interested in doing some c# applications using xbee series 1 chips. is there any way I can contact you for some help in using the XBee code.

— Reply to this email directly or view it on GitHub https://github.com/jefffhaynes/XBee/issues/1.

If you want to build a ship, don't drum up people together to collect wood and don't assign them tasks and work, but rather teach them to long for the endless immensity of the sea.

Antoine de Saint-Exupery

HalJBrown commented 9 years ago

Thanks for getting back to me so quickly. I am a little rusty at programming and trying to brush up my skills on a new project. My idea is to use several xbee's with keyboards attached to send scores back to a central program running on a pc with a USB connected xbee. Ideally this would be done in API mode using the I/O pins on the remote xbee devices. I would also like the data to flow both ways so that confirmations can be made to the end user by lighting a LED controlled by one of the I/O pins.

Do you think your project can support this?

jefffhaynes commented 9 years ago

Yes but I don't have I/O support in there yet. I'm planning on tackling that next and I can let you know once there's something working.

Regards,

Jeff

On Nov 25, 2014, at 4:27 PM, HalJBrown notifications@github.com wrote:

Thanks for getting back to me so quickly. I am a little rusty at programming and trying to brush up my skills on a new project. My idea is to use several xbee's with keyboards attached to send scores back to a central program running on a pc with a USB connected xbee. Ideally this would be done in API mode using the I/O pins on the remote xbee devices. I would also like the data to flow both ways so that confirmations can be made to the end user by lighting a LED controlled by one of the I/O pins.

Do you think your project can support this?

— Reply to this email directly or view it on GitHub.

HalJBrown commented 9 years ago

I am primarily interested in learning more in c#. Do you know of any other repositories for xbee that would help me until you get farther along?

jefffhaynes commented 9 years ago

I just committed sampling support and it's 0.6 on nuget. I've only had time to test it a little but it seems to be working, at least on the series 1. Let me know if you have any trouble with it or questions how to use it.

Jeff

On Nov 25, 2014, at 8:01 PM, HalJBrown notifications@github.com wrote:

I am primarily interested in learning more in c#. Do you know of any other repositories for xbee that would help me until you get farther along?

— Reply to this email directly or view it on GitHub.