[Gambas-user] Bluethooth Smart (otherwise known as BLE 4.1) control anyone?

2015-09-21 Thread joem
Bluethooth Smart (otherwise known as BLE 4.1) control anyone?

Just noticed this might be big soon.

The idea is that IoT devices connected by bluetooth and powered by a
coin cell for up to a year are just about to dematerialise.

It would be nice to have a drop in control that transmits
and receives data to these devices.

The Dialog Semiconductor devices are microscopic 5.5mm x 8mm
http://www.aliexpress.com/item/25pcs-lot-DA14580-ultra-low-power-Bluetooth-4-1-module-free-shipping/32274688614.html?spm=2114.01020208.3.95.BF6sdb&s=p&ws_ab_test=201526_2,201527_2_71_72_73_74_75,201409_5

The bluethooth stack for Linux http://www.bluez.org/
does support BLE4.1 if
HCI Version: (0x7) is showing when hciconfig -a
command is run under Ubuntu.

They are also supposed to have good range.
So in theory one of these modems in every gadget powered by a coin
cell could be updating your PC with information such as temperature,
doors opening and closing and so on. As its so tiny, it can be made into
a wearable and turned into proximity sensor so that its possible to know
where you are in a building and computer can contact you :)

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] IDE wish

2014-12-23 Thread joem
Wish I can select a section of IDE code writing area
and colour the background differently.

(E.g. red for code that needs fixing. Green for working code etc.
 The idea is to dart back and forth around the code quickly.)

Can live with '#red# as the starter marker
and '## as the end marker for red,

'#green# as the starter marker and '## and end marker.

'#00# for yellow and '## for end marker

And so on for a range of colours

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling opengl on arm

2013-09-26 Thread joem
On Thu, 2013-09-26 at 12:34 +0200, Benoît Minisini wrote:
> Le 26/09/2013 12:13, joem a écrit :
> > System is arm Allwinner A20 CPU running linaro Ubuntu 13.08
> >
> > $ lsb_release -a
> > Distributor ID: Linaro
> > Description:Linaro 13.08
> > Release:13.08
> > Codename:   raring
> >
> > Sources from svn checkout
> > svn://svn.code.sf.net/p/gambas/code/gambas/trunk
> > which I downloaded today.
> >
> 
> Is it better if you use the joined CGLArea.cpp file instead?
> 

What I did was disable libgles2-mesa-dev because I remember
a conversation about that a long time ago.
That disabled libqt4.opengl-dev and libegl-mesa-dev.

It then compiled ok and runs fine.

I didn't need opengl for this application, so happy with
result. I will try the patched version & ppa and report back
later.
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Problem compiling opengl on arm

2013-09-26 Thread joem
System is arm Allwinner A20 CPU running linaro Ubuntu 13.08

$ lsb_release -a
Distributor ID: Linaro
Description:Linaro 13.08
Release:13.08
Codename:   raring

Sources from svn checkout
svn://svn.code.sf.net/p/gambas/code/gambas/trunk
which I downloaded today.

Attached log of ./configure -C and make
make fails with this error on opengl:


Making all in opengl
make[5]: Entering directory
`/home/jm/code/gambas/trunk/gb.qt4/src/opengl'
  CXXgb_qt4_opengl_la-main.lo
/usr/bin/moc -o CGLarea_moc.cpp CGLarea.h
  CXXgb_qt4_opengl_la-CGLarea_moc.lo
  CXXgb_qt4_opengl_la-CGLarea.lo
CGLarea.cpp: In function 'void CGLAREA_text(void*, void*)':
CGLarea.cpp:110:36: error: 'GL_LIGHTING' was not declared in this scope
make[5]: *** [gb_qt4_opengl_la-CGLarea.lo] Error 1
make[5]: Leaving directory
`/home/jm/code/gambas/trunk/gb.qt4/src/opengl'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/jm/code/gambas/trunk/gb.qt4/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jm/code/gambas/trunk/gb.qt4'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jm/code/gambas/trunk/gb.qt4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jm/code/gambas/trunk'
make: *** [all] Error 2
$:~/code/gambas/trunk$ 


Any help appreciated.

Thank you.



gambas_ubuntu_install2.txt.tar.bz2
Description: gambas_ubuntu_install2.txt.tar.bz2
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Cannot load class 'Balloon'

2013-09-22 Thread joem
This is an old bug:

ERROR: #2: Cannot load class 'Balloon': Bytecode too recent. Please upgrade 
Gambas.
cannot load class Balloon

http://gambas.8142.n7.nabble.com/Cannot-load-class-Balloon-td27549.html

and as the log says, Benoît fixed something, and also it can be fixed by 
installing
packages that contain libintl. Trouble is I'm doing up a new linaro distro thing

(http://www.gplsquared.com/eoma_boot/eoma_boot.html#linaro_boot_uSD_image )

and look as I might, I can't find anything that has libintl inside that linaro 
distro.

There is a libintl-perl, but no luck with that. The version of Gambas I'm using
is version 3.4.2. I haven't tried the svn version yet.

So is there anything I can do to try to repair it?

(I can post the full bug report if needed in a couple of hours,
but if there is easy fix since this has recurred, I try suggestions first.)

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user