brata-hsdc / brata

Automatically exported from code.google.com/p/brata
2 stars 0 forks source link

General Discussion #98

Open ellerychan opened 8 years ago

ellerychan commented 8 years ago

This is meant to be a general conversation thread, not an issue that needs resolution. It is an alternative to sending emails to the large list of contributors that we have. @jawaad-ahmad suggested this as an alternative when I tried to share this link about Adafruit with everyone (because we are using some of their hardware for the HSDC).

mmieczkowski commented 8 years ago

Is the brata still using SMS?

ellerychan commented 8 years ago

All the BRATA communication that I am aware of uses HTTP now, so only a data connection is needed.

dvjones12 commented 8 years ago

That is correct. We stopped using SMS because it was unreliable with some of the cell networks.

mmieczkowski commented 8 years ago

That's great! It won't port to iOS.

On Sep 22, 2015, at 8:38 AM, dvjones12 notifications@github.com wrote:

That is correct. We stopped using SMS because it was unreliable with some of the cell networks.

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

dvjones12 commented 8 years ago

true but I did the Frequency tone detector. So may need to do that. however I am trying to work out what the design needs to be with Mike and trying to NOT use android specific DSP libraries. Hope is that it will be a relatively easy port to iOS

ellerychan commented 8 years ago

I just saw this write-up of the latest Raspbian release based on Debian Jessie.

Of particular interest to some of you brata.station developers:

Python users used to have to launch Python with sudo in order to allow access to the GPIO lines – Python can now access GPIOs as a standard user.