borevitzlab / spc-eyepi

Raspberry PI DSLR control code
https://borevitzlab.github.io/spc-eyepi
GNU General Public License v3.0
13 stars 3 forks source link

WLAN hosting and connectivity #19

Closed TimeScience closed 9 years ago

TimeScience commented 9 years ago

What's the easiest to add a new wifi network? (currently)

Feature: Pi should turn on its own wlan with a fixed ip if it couldn't connect to a know wifi network. Then the user can get on the pi's local wifi network and config it correctly for upload.

This was implemented before... please review the code here: https://github.com/borevitzlab/picam and then email wekoch a t gmx.net with questions and cc me if something needs to be clarified.

gdunstone commented 9 years ago

The easiest way is to insert the sd card into a linux computer and edit a file. I'll look into it.

On 9 December 2014 at 15:24, Tim Brown notifications@github.com wrote:

Assigned #19 https://github.com/borevitzlab/spc-eyepi/issues/19 to @gdunstone https://github.com/gdunstone.

— Reply to this email directly or view it on GitHub https://github.com/borevitzlab/spc-eyepi/issues/19#event-204638050.

gdunstone commented 9 years ago

This is nearly finished, it creates a WLAN if it can, but there is currently no method of scanning or connecting.

gdunstone commented 9 years ago

This is done.