Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

IanMc

Member Since 01 Feb 2013
Offline Last Active Feb 06 2013 02:16 PM
-----

Posts I've Made

In Topic: BTinterface my Android app to control uControllers via Bluetooth

06 February 2013 - 12:24 PM

Doh!

 

Kabooom! Ian's great idea crashes and burns :)

 

How do I find out what version I have installed on my R Pi ?

 

Oh, it says so right there in the boot up script, it says:

 

Debian GNU/Linux 7.0 raspberrypi tty1

 

and then a little further down it says:

 

Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv61

 

So I hadn't actually gotten to the point of writing anything in C#, copying it across to the Pi and then trying to Mono Run it.

 

:)

 

Oh well.... Python it is then :)

 


In Topic: BTinterface my Android app to control uControllers via Bluetooth

06 February 2013 - 10:31 AM

Haha :) for me I just go with what works. I feel I am capable of writing anything that should be asked of me in B4a so if someone wants an application right now, before they get old then they'll just have to look past the fact that it has 'basic' in the name :)

 

I like C# too.  Did you know you can install the Mono runtime on the Raspberry Pi and run C# programs on it?

This of course means that you can develop in the fabulous Visual Studio IDE !!!! For the Pi !!!! 

 

:)

 

Excitin' times are upon us


In Topic: BTinterface my Android app to control uControllers via Bluetooth

06 February 2013 - 05:03 AM

Hi emg. I did start to get into Android like everyone else via Java & Eclipse but I found it to be slow and cumbersome.

 

I had a look around and found this guy called Erel who is creating something called basic for android or B4a as we call it.

 

This is the only language that I know of specifically created for Android and its starting to show.

 

It keeps getting better & better as Erel continues development on it.

 

Think Visual Basic for Android.

 

www.basic4ppc.com


In Topic: BTinterface my Android app to control uControllers via Bluetooth

05 February 2013 - 11:03 PM

I've uploaded a new version of BTInterface.

I've taken user remarks to heart.

Firstly I've added the ability to choose the annoying sound effects that you wish to play on connection and disconnection of the Bluetooth module.
You can also choose '0' (zero) to have no sound effects and as these (16) sound effects are the same ones that you get by sending the sfx commands (sfx1 sfx2 sfx16) then this doubles up as a good place to try out the sound effects (press the little speaker icons to play the sounds).

Secondly I have added the ability for the micro controller programmer to determine what string is sent when the user presses a button.
This can, like the sound effects, be chosen in the settings (menu - settings) or it can also be done in code if the micro controller sends the string b1send b2send b3send or b4send so for example if when I press b1 I want the string 'activate' to be sent (instead of the string 'b1') then I'd program the b1 button by either doing it in the settings or sending the command over the serial connection:
b1send activate

Then each time I press the b1 button it will send that word 'activate' which you can see if you press it a few times then look at the log in the terminal screen.

Please note that I've only done this for the four user buttons at the moment as the game pad buttons are, well, game pad buttons Posted Image so remain as up, down, left, right & fire

I also did a considerable bit of work on the help system which is like a complete website inside the app Posted Image

Please let me know what you think and keep the suggestions coming.... and please join my forum Posted Image no-one's joined my forum yet ... well, only one has ... Posted Image


In Topic: BTinterface my Android app to control uControllers via Bluetooth

01 February 2013 - 11:17 PM

Wait till I show it controlling my jet engine :) Jetduino .... that'll be scary :)

 


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.