Re: [beagleboard] BBGW crash

2017-07-06 Thread Sebastián Sáez
thanks Greg,

this proyect has great documentation :)

On Wed, Jul 5, 2017 at 7:24 AM, Greg  wrote:

> I found nodejs to be amazing!  My opinion:  go with the latest and
> greatest Nodejs v8.0 and try Javascript ES6 + HTML5 + WebSockets.
> Javascript is now a reasonable language and a lot of the weirdness of
> working with it is gone.
> I had good luck with this project:
>
> https://www.hackster.io/Greg-R/beaglebone-green-wireless-
> irrigation-control-ce7c4b
>
> Once I got the BBGW configured to a simple station, it performed perfectly.
> If you have a wireless router in your home system, the AP stuff is only
> going to confuse.  Deactivate it.
>
> On Tuesday, July 4, 2017 at 1:10:10 PM UTC-4, Sebastián Sáez wrote:
>>
>> yes, I think the same.
>>
>> I'm going to explore the nodejs world.
>>
>> thanks you
>>
>


-- 
Sebastián

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CA%2B-J9cYA-VZ_smYPFNZODVv%3DcoULaizF1QK6Lfq7zEK3xHELWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-07-05 Thread Greg
I found nodejs to be amazing!  My opinion:  go with the latest and greatest 
Nodejs v8.0 and try Javascript ES6 + HTML5 + WebSockets.
Javascript is now a reasonable language and a lot of the weirdness of 
working with it is gone.
I had good luck with this project:

https://www.hackster.io/Greg-R/beaglebone-green-wireless-irrigation-control-ce7c4b

Once I got the BBGW configured to a simple station, it performed perfectly.
If you have a wireless router in your home system, the AP stuff is only 
going to confuse.  Deactivate it.

On Tuesday, July 4, 2017 at 1:10:10 PM UTC-4, Sebastián Sáez wrote:
>
> yes, I think the same.
>
> I'm going to explore the nodejs world.
>
> thanks you
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/714acdf0-c508-4708-a92a-f0aa40965ec4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-07-04 Thread Sebastián Sáez
yes, I think the same.

I'm going to explore the nodejs world.

thanks you

On Monday, July 3, 2017 at 9:21:28 PM UTC-4, RobertCNelson wrote:
>
> I haven't ported it to stretch.  My personal opinion, wifi dog is overkill.
>
> Seeed did all the wifidog work in Jessie.
>
> Regards,
>
> On Jul 3, 2017 4:09 PM, "Sebastián Sáez"  
> wrote:
>
>> Hi Robert, I can't find wifidog package for Stretch image.
>>
>> image test: bone-debian-9.0-iot-armhf-2017-06-25-4gb.img
>>
>>
>> debian@beaglebone:~$ sudo apt install seeed-wificonfig-installer 
>> wifidog-gateway
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> E: Unable to locate package seeed-wificonfig-installer
>> E: Unable to locate package wifidog-gateway
>>
>>
>>
>> On Thursday, June 29, 2017 at 5:00:26 PM UTC-4, RobertCNelson wrote:
>>>
>>> On Thu, Jun 29, 2017 at 3:49 PM, Sebastián Sáez  
>>> wrote: 
>>> > Good tips Greg, thank you. 
>>> > I would like to use one of these IOT images but I need wifidog so my 
>>> users 
>>> > can configure the home wifi. 
>>> > 
>>> > I tried installing wifidog with these instructions without luck 
>>> > Https://github.com/Pillar1989/wifidog-server 
>>>
>>> sudo apt update 
>>> sudo apt install seeed-wificonfig-installer wifidog-gateway 
>>>
>>> (that's what converts an iot image to a seeed-iot image) 
>>>
>>> > Is there any alternative to wifidog ?, my users do not know linux how 
>>> to use 
>>> > connmanctl 
>>>
>>> I'd like to find a "simpler" nodejs app to talk from a web-browser and 
>>> connman.. 
>>>
>>> > 
>>> > Robert, I have another question for you, 
>>> > Is it convenient to remotely update the kernel on a machine that I do 
>>> not 
>>> > have physical access, is it possible to block it? 
>>>
>>> I do all the time. ;) 
>>>
>>> but i have a network pwr relay i can ping to reset the board's power.. 
>>>
>>> Regards, 
>>>
>>> -- 
>>> Robert Nelson 
>>> https://rcn-ee.com/ 
>>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/9bc9c3e6-1924-4128-b0ff-cdc636ea9acc%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/414b7174-419a-4aaf-ae49-58ea339e2f22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-07-03 Thread Robert Nelson
I haven't ported it to stretch.  My personal opinion, wifi dog is overkill.

Seeed did all the wifidog work in Jessie.

Regards,

On Jul 3, 2017 4:09 PM, "Sebastián Sáez"  wrote:

> Hi Robert, I can't find wifidog package for Stretch image.
>
> image test: bone-debian-9.0-iot-armhf-2017-06-25-4gb.img
>
>
> debian@beaglebone:~$ sudo apt install seeed-wificonfig-installer
> wifidog-gateway
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package seeed-wificonfig-installer
> E: Unable to locate package wifidog-gateway
>
>
>
> On Thursday, June 29, 2017 at 5:00:26 PM UTC-4, RobertCNelson wrote:
>>
>> On Thu, Jun 29, 2017 at 3:49 PM, Sebastián Sáez 
>> wrote:
>> > Good tips Greg, thank you.
>> > I would like to use one of these IOT images but I need wifidog so my
>> users
>> > can configure the home wifi.
>> >
>> > I tried installing wifidog with these instructions without luck
>> > Https://github.com/Pillar1989/wifidog-server
>>
>> sudo apt update
>> sudo apt install seeed-wificonfig-installer wifidog-gateway
>>
>> (that's what converts an iot image to a seeed-iot image)
>>
>> > Is there any alternative to wifidog ?, my users do not know linux how
>> to use
>> > connmanctl
>>
>> I'd like to find a "simpler" nodejs app to talk from a web-browser and
>> connman..
>>
>> >
>> > Robert, I have another question for you,
>> > Is it convenient to remotely update the kernel on a machine that I do
>> not
>> > have physical access, is it possible to block it?
>>
>> I do all the time. ;)
>>
>> but i have a network pwr relay i can ping to reset the board's power..
>>
>> Regards,
>>
>> --
>> Robert Nelson
>> https://rcn-ee.com/
>>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/beagleboard/9bc9c3e6-1924-4128-b0ff-cdc636ea9acc%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYgT2BtZ%2B-XKRfuGtqNPRH%2BQBxo%2Bhf_N6TfTQbdLGTyi3Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-07-03 Thread William Hermans
Well, considering the wireless beaglebone require a 4.4+ kernel, and 4.4+
kernels were not developed for this platform until the Jessie image was
used . . . Yes you need to use Jessie. I suppose you could *try* compiling
your own version of of the kernel for Wheezy. . . but god that would be a
nightmare.

On Mon, Jul 3, 2017 at 2:57 PM, Sebastián Sáez  wrote:

> Williams, I already did the update, apparently it's just for Jessie
>
> https://github.com/rcn-ee/repos/tree/master/seeed-wificonfig-installer
>
> On Monday, July 3, 2017 at 5:36:14 PM UTC-4, William Hermans wrote:
>>
>> sudo apt-get update <--- before apt-get install
>>
>> On Mon, Jul 3, 2017 at 2:09 PM, Sebastián Sáez  wrote:
>>
>>> Hi Robert, I can't find wifidog package for Stretch image.
>>>
>>> image test: bone-debian-9.0-iot-armhf-2017-06-25-4gb.img
>>>
>>>
>>> debian@beaglebone:~$ sudo apt install seeed-wificonfig-installer
>>> wifidog-gateway
>>> Reading package lists... Done
>>> Building dependency tree
>>> Reading state information... Done
>>> E: Unable to locate package seeed-wificonfig-installer
>>> E: Unable to locate package wifidog-gateway
>>>
>>>
>>>
>>> On Thursday, June 29, 2017 at 5:00:26 PM UTC-4, RobertCNelson wrote:
>>>
 On Thu, Jun 29, 2017 at 3:49 PM, Sebastián Sáez 
 wrote:
 > Good tips Greg, thank you.
 > I would like to use one of these IOT images but I need wifidog so my
 users
 > can configure the home wifi.
 >
 > I tried installing wifidog with these instructions without luck
 > Https://github.com/Pillar1989/wifidog-server

 sudo apt update
 sudo apt install seeed-wificonfig-installer wifidog-gateway

 (that's what converts an iot image to a seeed-iot image)

 > Is there any alternative to wifidog ?, my users do not know linux how
 to use
 > connmanctl

 I'd like to find a "simpler" nodejs app to talk from a web-browser and
 connman..

 >
 > Robert, I have another question for you,
 > Is it convenient to remotely update the kernel on a machine that I do
 not
 > have physical access, is it possible to block it?

 I do all the time. ;)

 but i have a network pwr relay i can ping to reset the board's power..

 Regards,

 --
 Robert Nelson
 https://rcn-ee.com/

>>> --
>>> For more options, visit http://beagleboard.org/discuss
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to beagleboard...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/beagleboard/9bc9c3e6-1924-4128-b0ff-cdc636ea9acc%40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/beagleboard/93ba0f40-fc88-45dc-825a-828498a1d9bb%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORoHCbXEkjNwe1L%3DWXkNTd80f%3DoQM5mCobHZTNg45XLZyg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-07-03 Thread Sebastián Sáez
Williams, I already did the update, apparently it's just for Jessie

https://github.com/rcn-ee/repos/tree/master/seeed-wificonfig-installer

On Monday, July 3, 2017 at 5:36:14 PM UTC-4, William Hermans wrote:
>
> sudo apt-get update <--- before apt-get install
>
> On Mon, Jul 3, 2017 at 2:09 PM, Sebastián Sáez  > wrote:
>
>> Hi Robert, I can't find wifidog package for Stretch image.
>>
>> image test: bone-debian-9.0-iot-armhf-2017-06-25-4gb.img
>>
>>
>> debian@beaglebone:~$ sudo apt install seeed-wificonfig-installer 
>> wifidog-gateway
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> E: Unable to locate package seeed-wificonfig-installer
>> E: Unable to locate package wifidog-gateway
>>
>>
>>
>> On Thursday, June 29, 2017 at 5:00:26 PM UTC-4, RobertCNelson wrote:
>>
>>> On Thu, Jun 29, 2017 at 3:49 PM, Sebastián Sáez  
>>> wrote: 
>>> > Good tips Greg, thank you. 
>>> > I would like to use one of these IOT images but I need wifidog so my 
>>> users 
>>> > can configure the home wifi. 
>>> > 
>>> > I tried installing wifidog with these instructions without luck 
>>> > Https://github.com/Pillar1989/wifidog-server 
>>>
>>> sudo apt update 
>>> sudo apt install seeed-wificonfig-installer wifidog-gateway 
>>>
>>> (that's what converts an iot image to a seeed-iot image) 
>>>
>>> > Is there any alternative to wifidog ?, my users do not know linux how 
>>> to use 
>>> > connmanctl 
>>>
>>> I'd like to find a "simpler" nodejs app to talk from a web-browser and 
>>> connman.. 
>>>
>>> > 
>>> > Robert, I have another question for you, 
>>> > Is it convenient to remotely update the kernel on a machine that I do 
>>> not 
>>> > have physical access, is it possible to block it? 
>>>
>>> I do all the time. ;) 
>>>
>>> but i have a network pwr relay i can ping to reset the board's power.. 
>>>
>>> Regards, 
>>>
>>> -- 
>>> Robert Nelson 
>>> https://rcn-ee.com/ 
>>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/9bc9c3e6-1924-4128-b0ff-cdc636ea9acc%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/93ba0f40-fc88-45dc-825a-828498a1d9bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-07-03 Thread William Hermans
sudo apt-get update <--- before apt-get install

On Mon, Jul 3, 2017 at 2:09 PM, Sebastián Sáez  wrote:

> Hi Robert, I can't find wifidog package for Stretch image.
>
> image test: bone-debian-9.0-iot-armhf-2017-06-25-4gb.img
>
>
> debian@beaglebone:~$ sudo apt install seeed-wificonfig-installer
> wifidog-gateway
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package seeed-wificonfig-installer
> E: Unable to locate package wifidog-gateway
>
>
>
> On Thursday, June 29, 2017 at 5:00:26 PM UTC-4, RobertCNelson wrote:
>
>> On Thu, Jun 29, 2017 at 3:49 PM, Sebastián Sáez 
>> wrote:
>> > Good tips Greg, thank you.
>> > I would like to use one of these IOT images but I need wifidog so my
>> users
>> > can configure the home wifi.
>> >
>> > I tried installing wifidog with these instructions without luck
>> > Https://github.com/Pillar1989/wifidog-server
>>
>> sudo apt update
>> sudo apt install seeed-wificonfig-installer wifidog-gateway
>>
>> (that's what converts an iot image to a seeed-iot image)
>>
>> > Is there any alternative to wifidog ?, my users do not know linux how
>> to use
>> > connmanctl
>>
>> I'd like to find a "simpler" nodejs app to talk from a web-browser and
>> connman..
>>
>> >
>> > Robert, I have another question for you,
>> > Is it convenient to remotely update the kernel on a machine that I do
>> not
>> > have physical access, is it possible to block it?
>>
>> I do all the time. ;)
>>
>> but i have a network pwr relay i can ping to reset the board's power..
>>
>> Regards,
>>
>> --
>> Robert Nelson
>> https://rcn-ee.com/
>>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/beagleboard/9bc9c3e6-1924-4128-b0ff-cdc636ea9acc%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORoAunsztGsj9hF_m4G7RS0%3DqXruDvne_N63yn8A6S%2Bwiw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-07-03 Thread Sebastián Sáez
Hi Robert, I can't find wifidog package for Stretch image.

image test: bone-debian-9.0-iot-armhf-2017-06-25-4gb.img


debian@beaglebone:~$ sudo apt install seeed-wificonfig-installer 
wifidog-gateway
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package seeed-wificonfig-installer
E: Unable to locate package wifidog-gateway



On Thursday, June 29, 2017 at 5:00:26 PM UTC-4, RobertCNelson wrote:
>
> On Thu, Jun 29, 2017 at 3:49 PM, Sebastián Sáez  > wrote: 
> > Good tips Greg, thank you. 
> > I would like to use one of these IOT images but I need wifidog so my 
> users 
> > can configure the home wifi. 
> > 
> > I tried installing wifidog with these instructions without luck 
> > Https://github.com/Pillar1989/wifidog-server 
>
> sudo apt update 
> sudo apt install seeed-wificonfig-installer wifidog-gateway 
>
> (that's what converts an iot image to a seeed-iot image) 
>
> > Is there any alternative to wifidog ?, my users do not know linux how to 
> use 
> > connmanctl 
>
> I'd like to find a "simpler" nodejs app to talk from a web-browser and 
> connman.. 
>
> > 
> > Robert, I have another question for you, 
> > Is it convenient to remotely update the kernel on a machine that I do 
> not 
> > have physical access, is it possible to block it? 
>
> I do all the time. ;) 
>
> but i have a network pwr relay i can ping to reset the board's power.. 
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/9bc9c3e6-1924-4128-b0ff-cdc636ea9acc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-06-29 Thread Sebastián Sáez
ok, 

thanks for the answers

On Thursday, June 29, 2017 at 5:33:33 PM UTC-4, RobertCNelson wrote:
>
> On Thu, Jun 29, 2017 at 4:28 PM, Sebastián Sáez  > wrote: 
> > Robert, 
> > When converting a seeedstudio image, does it install bone101 or cloud9? 
> > I can not install it because it gives root access to anyone connecting 
> to AP 
>
> Yeah, seeed-wificonfig-installer requires bone101... 
>
>
> https://github.com/rcn-ee/repos/blob/master/seeed-wificonfig-installer/suite/jessie/debian/control#L11
>  
>
> so i see what you mean.. 
>
> ps, in stretch, cloud9 is locked down to the "debian" user.. it's no 
> longer root.. 
>
> > Please recommend me some network pwr relay ? 
>
> this is favorite one: 
>
> http://www.robot-electronics.co.uk/eth8020-20-x-16a-ethernet-relay.html 
>
> right now, the one i have has 17 bone/bone varients hooked up... 
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/c1320014-8e88-4ae9-ac94-65770370e10e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-06-29 Thread Robert Nelson
On Thu, Jun 29, 2017 at 4:28 PM, Sebastián Sáez  wrote:
> Robert,
> When converting a seeedstudio image, does it install bone101 or cloud9?
> I can not install it because it gives root access to anyone connecting to AP

Yeah, seeed-wificonfig-installer requires bone101...

https://github.com/rcn-ee/repos/blob/master/seeed-wificonfig-installer/suite/jessie/debian/control#L11

so i see what you mean..

ps, in stretch, cloud9 is locked down to the "debian" user.. it's no
longer root..

> Please recommend me some network pwr relay ?

this is favorite one:

http://www.robot-electronics.co.uk/eth8020-20-x-16a-ethernet-relay.html

right now, the one i have has 17 bone/bone varients hooked up...

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYieZf35JhcRot%2BpPuQ20seUU1FB5SMODJzg14CnTCFrCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-06-29 Thread Sebastián Sáez
Robert,
When converting a seeedstudio image, does it install bone101 or cloud9?
I can not install it because it gives root access to anyone connecting to AP

Please recommend me some network pwr relay ?

On Thursday, June 29, 2017 at 5:00:26 PM UTC-4, RobertCNelson wrote:
>
> On Thu, Jun 29, 2017 at 3:49 PM, Sebastián Sáez  > wrote: 
> > Good tips Greg, thank you. 
> > I would like to use one of these IOT images but I need wifidog so my 
> users 
> > can configure the home wifi. 
> > 
> > I tried installing wifidog with these instructions without luck 
> > Https://github.com/Pillar1989/wifidog-server 
>
> sudo apt update 
> sudo apt install seeed-wificonfig-installer wifidog-gateway 
>
> (that's what converts an iot image to a seeed-iot image) 
>
> > Is there any alternative to wifidog ?, my users do not know linux how to 
> use 
> > connmanctl 
>
> I'd like to find a "simpler" nodejs app to talk from a web-browser and 
> connman.. 
>
> > 
> > Robert, I have another question for you, 
> > Is it convenient to remotely update the kernel on a machine that I do 
> not 
> > have physical access, is it possible to block it? 
>
> I do all the time. ;) 
>
> but i have a network pwr relay i can ping to reset the board's power.. 
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/76a44a25-9fc7-4913-94c8-5ebf024b012a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-06-29 Thread Robert Nelson
On Thu, Jun 29, 2017 at 3:49 PM, Sebastián Sáez  wrote:
> Good tips Greg, thank you.
> I would like to use one of these IOT images but I need wifidog so my users
> can configure the home wifi.
>
> I tried installing wifidog with these instructions without luck
> Https://github.com/Pillar1989/wifidog-server

sudo apt update
sudo apt install seeed-wificonfig-installer wifidog-gateway

(that's what converts an iot image to a seeed-iot image)

> Is there any alternative to wifidog ?, my users do not know linux how to use
> connmanctl

I'd like to find a "simpler" nodejs app to talk from a web-browser and connman..

>
> Robert, I have another question for you,
> Is it convenient to remotely update the kernel on a machine that I do not
> have physical access, is it possible to block it?

I do all the time. ;)

but i have a network pwr relay i can ping to reset the board's power..

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYjQNjyc0jw56fOkTzcA6FAsvNdwJ%2BDxvuNSuB43AhGQrw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-06-29 Thread Sebastián Sáez
Good tips Greg, thank you.
I would like to use one of these IOT images but I need *wifidog *so my 
users can configure the home wifi.

I tried installing wifidog with these instructions without luck
Https://github.com/Pillar1989/wifidog-server

Is there any alternative to wifidog ?, my users do not know linux how to 
use connmanctl


Robert, I have another question for you,
Is it convenient to remotely update the kernel on a machine that I do not 
have physical access, is it possible to block it?


regards,
Sebastián

On Wednesday, June 28, 2017 at 6:29:49 PM UTC-4, Greg wrote:
>
> I've got a BBGW bolted to the side of my house exposed to a sub-tropical 
> climate.
> I'm running without benefit of a UPS.  My home has a "whole" house surge 
> suppressor.
> I suppose the little 5V "wall wart" switching power supply is providing 
> some isolation.
>
> The WIFI is solid and quite reliable.  I have seen a few instances where I 
> had to reboot the board when the WIFI dropped, however,
> with the board in its remote location I am less motivated to analyze the 
> problem.
> I reboot by flipping a breaker in the main house panel in the garage.
> WIFI has consistently come back up after reboot.
>
> This area is one of the top areas in the world for lightning strikes, and 
> the AC power is often very glitchy.
>
> I'm surprised it has survived this long.  I'm totally satisfied with the 
> level of reliability so far.
> It will be interesting to see if the BBGW survives the long, hot summer.
>
> The kernel info:
>
> Linux beaglebone 4.4.48-ti-r88 #1 SMP Sun Feb 12 01:06:00 UTC 2017 armv7l 
> GNU/Linux
>
> I think the above is from the March version IOT Debian image at 
> beagleboard.org.
>
> Greg
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/88a265eb-ce68-4d4f-9ffb-46d583f82a37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-06-28 Thread Greg
I've got a BBGW bolted to the side of my house exposed to a sub-tropical 
climate.
I'm running without benefit of a UPS.  My home has a "whole" house surge 
suppressor.
I suppose the little 5V "wall wart" switching power supply is providing 
some isolation.

The WIFI is solid and quite reliable.  I have seen a few instances where I 
had to reboot the board when the WIFI dropped, however,
with the board in its remote location I am less motivated to analyze the 
problem.
I reboot by flipping a breaker in the main house panel in the garage.
WIFI has consistently come back up after reboot.

This area is one of the top areas in the world for lightning strikes, and 
the AC power is often very glitchy.

I'm surprised it has survived this long.  I'm totally satisfied with the 
level of reliability so far.
It will be interesting to see if the BBGW survives the long, hot summer.

The kernel info:

Linux beaglebone 4.4.48-ti-r88 #1 SMP Sun Feb 12 01:06:00 UTC 2017 armv7l 
GNU/Linux

I think the above is from the March version IOT Debian image at 
beagleboard.org.

Greg

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/be8ce839-b927-40f9-b4bc-0f8e4a3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-06-28 Thread Sebastián Sáez
Thanks Robert, I already updated the kernel v4.9.x-ti to test it on a 
beaglebone I have here

I hope this also can solve the problem that sometimes the wifi does not 
work and only after several boot is fixed

and Greg, thanks for the log's tips


regards,
Sebastián


On Wednesday, June 28, 2017 at 1:56:04 PM UTC-4, RobertCNelson wrote:
>
> On Wed, Jun 28, 2017 at 12:51 PM, Robert Nelson  > wrote: 
> > On Wed, Jun 28, 2017 at 11:35 AM, Sebastián Sáez  > wrote: 
> >> Hi! 
> >> 
> >> I have some Beaglebone running my python script for controlling relays 
> and 
> >> read sensors. But time to time some beaglebone freeze and I don't know 
> why. 
> >> 
> >> Here is the log when the beaglebone crash. I think maybe it's a power 
> >> problem when the wifi chip try to connect. 
> >> 
> >> For power up the HW I use a Menwell powersupply and two solder wires to 
> the 
> >> BBGW pinheader (vdd_5v and gnd) 
> >> 
> >>> HW: Beaglebone Green Wireless 
> >>> 
> >>> Kernel: Linux beaglebone 4.4.9-ti-r25 
> > 
> > "r25" is known broken Kernel on the BeagleBone Green Wireless. 
> > 
> > It took awhile, but we didn't figure out till mid Oct 2016, that one 
> > of the pin's on the wl1835 module needs to be pulled low on startup. 
> > Otherwise the wl1835 is actually entering a test mode on startup, thus 
> > ending up completely un-usable.. 
> > 
> > The fix was first pushed on Oct 20, 2016 with "4.4.24-ti-r58" 
> > 
> > So either, upgrade your kernel: 
> > 
> > cd /opt/scripts/tools/ 
> > git pull 
> > sudo ./update_kernel.sh 
> > 
> > or grab a newer image: 
> > 
> > 
> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Stretch_Snapshot_iot 
>
> btw for up-time "reliability" i've been seeing much better uptime 
> performance with v4.9.x-ti, most cases they survive a week. (every 7-8 
> days, i update the board's debian userspace and kernel and reboot) 
>
> http://gfnd.rcn-ee.org:81/farm/uptime/ 
>
> test-bbgw-* are the bbgw's... 
>
> sudo ./update_kernel.sh --lts-4_9 
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/7bc04a86-0503-4401-b28e-d96c7831d0aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-06-28 Thread Robert Nelson
On Wed, Jun 28, 2017 at 12:51 PM, Robert Nelson  wrote:
> On Wed, Jun 28, 2017 at 11:35 AM, Sebastián Sáez  wrote:
>> Hi!
>>
>> I have some Beaglebone running my python script for controlling relays and
>> read sensors. But time to time some beaglebone freeze and I don't know why.
>>
>> Here is the log when the beaglebone crash. I think maybe it's a power
>> problem when the wifi chip try to connect.
>>
>> For power up the HW I use a Menwell powersupply and two solder wires to the
>> BBGW pinheader (vdd_5v and gnd)
>>
>>> HW: Beaglebone Green Wireless
>>>
>>> Kernel: Linux beaglebone 4.4.9-ti-r25
>
> "r25" is known broken Kernel on the BeagleBone Green Wireless.
>
> It took awhile, but we didn't figure out till mid Oct 2016, that one
> of the pin's on the wl1835 module needs to be pulled low on startup.
> Otherwise the wl1835 is actually entering a test mode on startup, thus
> ending up completely un-usable..
>
> The fix was first pushed on Oct 20, 2016 with "4.4.24-ti-r58"
>
> So either, upgrade your kernel:
>
> cd /opt/scripts/tools/
> git pull
> sudo ./update_kernel.sh
>
> or grab a newer image:
>
> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Stretch_Snapshot_iot

btw for up-time "reliability" i've been seeing much better uptime
performance with v4.9.x-ti, most cases they survive a week. (every 7-8
days, i update the board's debian userspace and kernel and reboot)

http://gfnd.rcn-ee.org:81/farm/uptime/

test-bbgw-* are the bbgw's...

sudo ./update_kernel.sh --lts-4_9

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYhdq%3DJAfNxPap_tGS3O4ME%2BBVVDk2jWRofnGWprcubQ_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBGW crash

2017-06-28 Thread Robert Nelson
On Wed, Jun 28, 2017 at 11:35 AM, Sebastián Sáez  wrote:
> Hi!
>
> I have some Beaglebone running my python script for controlling relays and
> read sensors. But time to time some beaglebone freeze and I don't know why.
>
> Here is the log when the beaglebone crash. I think maybe it's a power
> problem when the wifi chip try to connect.
>
> For power up the HW I use a Menwell powersupply and two solder wires to the
> BBGW pinheader (vdd_5v and gnd)
>
>> HW: Beaglebone Green Wireless
>>
>> Kernel: Linux beaglebone 4.4.9-ti-r25

"r25" is known broken Kernel on the BeagleBone Green Wireless.

It took awhile, but we didn't figure out till mid Oct 2016, that one
of the pin's on the wl1835 module needs to be pulled low on startup.
Otherwise the wl1835 is actually entering a test mode on startup, thus
ending up completely un-usable..

The fix was first pushed on Oct 20, 2016 with "4.4.24-ti-r58"

So either, upgrade your kernel:

cd /opt/scripts/tools/
git pull
sudo ./update_kernel.sh

or grab a newer image:

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Stretch_Snapshot_iot

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYieo2E%2B%3DaTkQxYRfMf-%2BE1fHXcWqtFXeoTaDg1Gt%2BMb5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.