Browse Source

Lets set this fixed. maybe move it to 10.0.0.1 in the future?

software_develop
Elmar van Rijnswou 7 years ago
parent
commit
eb71ddca4b
  1. 28
      pcbs/transimpedance_amp_v0.1/photodiodes.pretty/BPW34FA.kicad_mod
  2. 4
      software/app/application.cpp

28
pcbs/transimpedance_amp_v0.1/photodiodes.pretty/BPW34FA.kicad_mod

@ -1,8 +1,30 @@
(module BPW34FA (layer F.Cu) (tedit 58FDD900)
(fp_text reference REF** (at 0 0.5) (layer F.SilkS)
(module BPW34FA (layer F.Cu) (tedit 58FDDC7C)
(fp_text reference REF** (at 0 3.81) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value BPW34FA (at 0 -0.5) (layer F.Fab)
(fp_text value BPW34FA (at 0 -3.81) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.8 -1.2) (end -0.6 -1.1) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -1.2) (end -0.8 -1.5) (layer F.SilkS) (width 0.15))
(fp_line (start -0.5 -0.8) (end -0.5 -1) (layer F.SilkS) (width 0.15))
(fp_line (start -0.5 -1) (end -0.5 -0.8) (layer F.SilkS) (width 0.15))
(fp_line (start -0.5 -0.8) (end -0.3 -0.7) (layer F.SilkS) (width 0.15))
(fp_line (start -0.5 -0.8) (end 0.3 -1.3) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -1.2) (end 0 -1.7) (layer F.SilkS) (width 0.15))
(fp_line (start -1.1 -0.9) (end -1.1 0.9) (layer F.SilkS) (width 0.15))
(fp_line (start -1.1 0) (end 0.6 0.9) (layer F.SilkS) (width 0.15))
(fp_line (start 0.6 0) (end 0.6 0.9) (layer F.SilkS) (width 0.15))
(fp_line (start 0.6 -0.9) (end 0.6 0) (layer F.SilkS) (width 0.15))
(fp_line (start -1.1 0) (end 0.6 -0.9) (layer F.SilkS) (width 0.15))
(fp_line (start -1.6 0) (end 1.5 0) (layer F.SilkS) (width 0.15))
(fp_line (start 1.5 0) (end 1.6 0) (layer F.SilkS) (width 0.15))
(fp_line (start 2 1) (end 2 2) (layer F.SilkS) (width 0.15))
(fp_line (start 2 -2) (end 2 -1) (layer F.SilkS) (width 0.15))
(fp_line (start -2 1) (end -2 2) (layer F.SilkS) (width 0.15))
(fp_line (start -2 -2) (end 2 -2) (layer F.SilkS) (width 0.15))
(fp_line (start -2 2) (end 2 2) (layer F.SilkS) (width 0.15))
(fp_line (start -2 -2) (end -2 -1) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -2.5 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 2.5 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask))
)

4
software/app/application.cpp

@ -102,7 +102,9 @@ void init() {
WifiEvents.onStationDisconnect(STADisconnect);
WifiEvents.onStationGotIP(STAGotIP);
cWebInterface::GetInstance()->Start();
/* WifiAccessPoint.setIP(IPAddress(10, 0, 0, 1)); //TODO
WifiAccessPoint.config("Sensus", "", AUTH_OPEN, false, 3);*/
cWebInterface::GetInstance()->StartServer();
procTimer.initializeMs(HUB_PERIOD, updateSensorHub).start();
//procTimer.initializeMs(1000, AdcTest).start();

Loading…
Cancel
Save