[Swansea Hackspace] Re: Hackspace Digest, Vol 9, Issue 11

Graham Owens grahamowensuk at googlemail.com
Thu Sep 19 10:39:15 BST 2013


I have just claimed the LPC810 offer, so will see what its like when it
gets here, also on the blue-tooth side - i have many projects using the
RN-41 module, I can bring a few on Monday to show you.  They are on PIC
boards, and also have an android client that talks to it.

Its very easy (certainly from 'C' as you can just use printf etc.)

Graham


On 18 September 2013 12:00, <hackspace-request at swansea.hackspace.org.uk>wrote:

> Send Hackspace mailing list submissions to
>         hackspace at swansea.hackspace.org.uk
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://stoneship.org.uk/mailman/listinfo/hackspace
> or, via email, send a message with subject or body 'help' to
>         hackspace-request at swansea.hackspace.org.uk
>
> You can reach the person managing the list at
>         hackspace-owner at swansea.hackspace.org.uk
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Hackspace digest..."
>
>
> Today's Topics:
>
>    1. help with pic to bluetooth (roger)
>    2. Re: help with pic to bluetooth (Ceri Clatworthy)
>    3. Re: help with pic to bluetooth (Gerrit Niezen)
>    4. MBED board for ?1 (Ceri Clatworthy)
>    5. Re: help with pic to bluetooth (Justin Mitchell)
>    6. Almost FREE dev board (Ceri Clatworthy)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 17 Sep 2013 14:04:20 +0100
> From: roger <roger at brecon.co.uk>
> Subject: [Swansea Hackspace] help with pic to bluetooth
> To: hackspace at swansea.hackspace.org.uk
> Message-ID: <52385354.3050706 at brecon.co.uk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi there
> Anyone interested in helping me with a project to connect a pic ->
> bluetooth project
> Initially I want to be able to use
>
> variable voltage  -> pic-device->blue tooth  ------ blue tooth to
> (mobile device/pc)
>
> This could be used in all sorts of projects including data loggers /
> robots / pc / scopes/ test equipment etc.
>
> I do have several blue tooth transmitters and some pics and a pic
> programmer.
> I probably have the programing experience to sort out the
> android/pc/ipad side of things.
> Being a php/c#/vb/perl programmer
>
> My area of lacking is the pic programming/blue tooth  side of the equation.
> I have a jy-mcu 3.6v-6v blue tooth module.
>
> Is it possible to get a pic with blue tooth included or do you have to
> purchase a seperate blue tooth module.
>
> regards
> roger
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 17 Sep 2013 14:11:45 +0100
> From: Ceri Clatworthy <ceri.clatworthy at gmail.com>
> Subject: Re: [Swansea Hackspace] help with pic to bluetooth
> To: roger <roger at brecon.co.uk>
> Cc: "hackspace at swansea.hackspace.org.uk"
>         <hackspace at swansea.hackspace.org.uk>
> Message-ID:
>         <CAO=
> DJn_t4x2s5YD7VLETga_jppVf0cPb6uP4zR+mBpv82fQ-NA at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> There is (as far as I know, no PIC with built in radio)
>
> the jy-mcu is a strate replacement for a serial cable (FTDI/Cypress/etc)
>
> So It should be easy enough,
> either pars strings, or have a hard & fixed data format,
>
> depends on what stuff you send/revive
>
>
>
> On Tue, Sep 17, 2013 at 2:04 PM, roger <roger at brecon.co.uk> wrote:
>
> > Hi there
> > Anyone interested in helping me with a project to connect a pic ->
> > bluetooth project
> > Initially I want to be able to use
> >
> > variable voltage  -> pic-device->blue tooth  ------ blue tooth to (mobile
> > device/pc)
> >
> > This could be used in all sorts of projects including data loggers /
> > robots / pc / scopes/ test equipment etc.
> >
> > I do have several blue tooth transmitters and some pics and a pic
> > programmer.
> > I probably have the programing experience to sort out the android/pc/ipad
> > side of things.
> > Being a php/c#/vb/perl programmer
> >
> > My area of lacking is the pic programming/blue tooth  side of the
> equation.
> > I have a jy-mcu 3.6v-6v blue tooth module.
> >
> > Is it possible to get a pic with blue tooth included or do you have to
> > purchase a seperate blue tooth module.
> >
> > regards
> > roger
> >
> > ______________________________**_________________
> > Hackspace mailing list
> > Hackspace at swansea.hackspace.**org.uk <Hackspace at swansea.hackspace.org.uk
> >
> > http://stoneship.org.uk/**mailman/listinfo/hackspace<
> http://stoneship.org.uk/mailman/listinfo/hackspace>
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://swansea.hackspace.org.uk/pipermail/hackspace/attachments/20130917/25007732/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Tue, 17 Sep 2013 14:47:52 +0100
> From: Gerrit Niezen <gerrit.niezen at gmail.com>
> Subject: Re: [Swansea Hackspace] help with pic to bluetooth
> To: roger <roger at brecon.co.uk>
> Cc: hackspace at swansea.hackspace.org.uk
> Message-ID: <38B92DD5-2D03-41AA-988B-F5C24D1D3E08 at gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Depending on your application, it may be worthwhile looking into Bluetooth
> Low Energy (aka Bluetooth Smart). For prototyping, there is a nice module
> by RedBearLabs (http://redbearlab.com/blemini/) using the TI CC2540 chip.
> I have their BLE Shield that plugs into an Arduino (
> http://redbearlab.com/bleshield/), but it's not that versatile.
>
> On 17 Sep 2013, at 14:04, roger <roger at brecon.co.uk> wrote:
>
> > Hi there
> > Anyone interested in helping me with a project to connect a pic ->
> bluetooth project
> > Initially I want to be able to use
> >
> > variable voltage  -> pic-device->blue tooth  ------ blue tooth to
> (mobile device/pc)
> >
> > This could be used in all sorts of projects including data loggers /
> robots / pc / scopes/ test equipment etc.
> >
> > I do have several blue tooth transmitters and some pics and a pic
> programmer.
> > I probably have the programing experience to sort out the
> android/pc/ipad side of things.
> > Being a php/c#/vb/perl programmer
> >
> > My area of lacking is the pic programming/blue tooth  side of the
> equation.
> > I have a jy-mcu 3.6v-6v blue tooth module.
> >
> > Is it possible to get a pic with blue tooth included or do you have to
> purchase a seperate blue tooth module.
> >
> > regards
> > roger
> >
> > _______________________________________________
> > Hackspace mailing list
> > Hackspace at swansea.hackspace.org.uk
> > http://stoneship.org.uk/mailman/listinfo/hackspace
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://swansea.hackspace.org.uk/pipermail/hackspace/attachments/20130917/3c83b9b5/attachment-0001.html
>
> ------------------------------
>
> Message: 4
> Date: Wed, 18 Sep 2013 06:54:56 +0100
> From: Ceri Clatworthy <ceri.clatworthy at gmail.com>
> Subject: [Swansea Hackspace] MBED board for ?1
> To: "hackspace at swansea.hackspace.org.uk"
>         <hackspace at swansea.hackspace.org.uk>
> Message-ID:
>         <CAO=
> DJn8-T5dpwKcoezyxV6pErZHXZGc34n+J6RHE5K66ZoQq1g at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> There is an offer on at the minuet,
> the new LPC810 - MAX board, for ONE Euro !!!
>
> which is built in an audweeno & MBED  footprint.
>
> http://www.nxp.com/campaigns/lpc800-go/form-challenge
>
> from: http://mbed.org/blog/entry/NXPs-new-LPC800-MAX-board-one-euro/
>
>
> Unfortunately company email address only :(
>
> But if every one in work applies then lots of almost free boards....
>
> It did take a week to get the reply email,
>
> and I believe only 500 are available, so please get applying....
>
> Cheers
>
> Ceri
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://swansea.hackspace.org.uk/pipermail/hackspace/attachments/20130918/5fe33c01/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Wed, 18 Sep 2013 09:19:01 +0100
> From: Justin Mitchell <justin at discordia.org.uk>
> Subject: Re: [Swansea Hackspace] help with pic to bluetooth
> To: hackspace at swansea.hackspace.org.uk
> Message-ID: <1379492341.11365.5.camel at justin.llw.rokcorp.com>
> Content-Type: text/plain; charset="UTF-8"
>
> On Tue, 2013-09-17 at 14:04 +0100, roger wrote:
> > Hi there
> > Anyone interested in helping me with a project to connect a pic ->
> > bluetooth project
> > Initially I want to be able to use
> >
> > variable voltage  -> pic-device->blue tooth  ------ blue tooth to
> > (mobile device/pc)
> >
> > This could be used in all sorts of projects including data loggers /
> > robots / pc / scopes/ test equipment etc.
> >
> > I do have several blue tooth transmitters and some pics and a pic
> > programmer.
> > I probably have the programing experience to sort out the
> > android/pc/ipad side of things.
> > Being a php/c#/vb/perl programmer
> >
> > My area of lacking is the pic programming/blue tooth  side of the
> equation.
> > I have a jy-mcu 3.6v-6v blue tooth module.
> >
> > Is it possible to get a pic with blue tooth included or do you have to
> > purchase a seperate blue tooth module.
> I don't think anyone makes microcontrollers with bluetooth onboard, it
> always requires an external module, usually one that has all the
> relevant approvals attached.
>
> I have a couple of modules on order (from hongkong) at the moment,
> everyone seems to be selling more or less the same ones, and they appear
> as just a normal ttl serial port, talk to it with the uart on your
> chosen PIC.
>
> Afaics before they connect they will talk AT commands, so you can
> configure baud rate etc, then once paired and connected to a bluetooth
> device they act just as a serial port.  on the PC end it will appear as
> an rfcomm device.
>
> So programming the PIC side will be the usual serial port handling, as
> covered in one of my earlier tutorials, and is something that will be
> covered again in the near future.
>
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 18 Sep 2013 09:23:16 +0100
> From: Ceri Clatworthy <ceri.clatworthy at gmail.com>
> Subject: [Swansea Hackspace] Almost FREE dev board
> To: "hackspace at swansea.hackspace.org.uk"
>         <hackspace at swansea.hackspace.org.uk>
> Message-ID:
>         <CAO=
> DJn_zscyvPmaLZ8HjQn5GhgWdZqiLXUu8kY1jPY9M12CrSg at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> There is an offer on at the minuet, a low pin count MBED M0 dev board,
>
> the new LPC810 - MAX board, for ONE Euro !!!
>
> which is built in an audweeno & MBED  footprint.
>
> http://www.nxp.com/campaigns/lpc800-go/form-challenge
>
> from: http://mbed.org/blog/entry/NXPs-new-LPC800-MAX-board-one-euro/
>
>
> Unfortunately company email address only :(
>
> But if every one in work applies then lots of almost free boards....
>
> It did take a week to get the reply email,
>
> and I believe only 500 are available, so please get applying....
>
> Cheers
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://swansea.hackspace.org.uk/pipermail/hackspace/attachments/20130918/8c4d4c6d/attachment-0001.html
>
> ------------------------------
>
> _______________________________________________
> Hackspace mailing list
> Hackspace at swansea.hackspace.org.uk
> http://stoneship.org.uk/mailman/listinfo/hackspace
>
>
> End of Hackspace Digest, Vol 9, Issue 11
> ****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://swansea.hackspace.org.uk/pipermail/hackspace/attachments/20130919/32976221/attachment.html>


More information about the Hackspace mailing list