Off-world Power Generation Lab 1: Free Space 1W Transmission: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 65: Line 65:
** Input: 5-6V/1A MicroUSB
** Input: 5-6V/1A MicroUSB
TODO
TODO
* make the pi sleep
** use an arduino!  [http://www.uugear.com/uugear-rpi-arduino-solution/ uugear explanation]
** if arduino is a pita, use witty pi 2 or witty pi mini board with pi, it runs its own clock, can turn raspberry pi on/off, can pulse battery supply to keep it alive, should make a sleeping pi arrangement SO MUCH easier [http://www.uugear.com/product/wittypi-mini/] mini [https://pinout.xyz/pinout/witty_pi_2 pinout]
* all the regulators
* all the regulators
* more breadboards, perfboards, any needed soldering thingees
* pi uses some adapter bullshit
* pi uses some adapter bullshit
* arduino is also a pita
* arduino is also a pita
* consider this [https://www.sparkfun.com/products/10255 sparkfun boost converter], handles low power

Revision as of 03:15, 4 December 2018

NEEDED: POTENTIOMETER(S) (variable resistance) to adjust power to laser


Overview

  • Use a full-sized solar panel to power a large battery through a commercial regulator.
  • Use the large battery to power a raspberry pi.
  • Use the large battery to power a small laser through a voltage regulator that reports the delivered power.
  • Add an on/off switch to the laser circuit that is controlled by the pi.
  • Point the laser at a diffraction lens that illuminates a small solar panel.
  • Use the small solar panel to power a small battery through a voltage regulator that reports the delivered power.
  • Use the small battery to power...
    • something simple, a fan or a light, through a usb multimonitor
    • an arduino that can monitor the voltage and current
    • a lan-connected raspberry pi that can monitor the energy and call an API to report snapshot values. These guys suggest that the best way is via an arduino, really?

Remember: we regulate the voltage, everywhere. Only voltage can force current where it is not wanted.

Can we keep the arduino powered 24/7?

[large panel] > [regulator] > [battery] > [pi]                    SPACE
                                        > [regulator] > [laser]   =====>   [small panel] > [regulator] > [battery] > [arduino]

Gear

Primary

Secondary

More

Connectors

  • large panel uses MC4 connectors: we got a bunch of connectors to splice wire into
  • commercial solar regulator: raw wire input/output
    • Output: 12V Battery (make sure to config to use 12V not 24V)
    • Input: Max solar Panel Power: 360W
  • large battery
    • some sad Japan Jack Input: 14-25V, 3A
    • USB Output: 5V/2A USB (12V/6A, 16V/5A, 19V/4.5A, 24V 3.5A??) - USB QC: 5V/3A, 3.6V-12V, 18W Max.?) wtf
  • laser power: raw wires - replace power supply with an inline resistor??
  • small battery uses USB out, microusb in: we got a bunch of usb connectors and cables
    • Output: 5V/1A USB
    • Input: 5-6V/1A MicroUSB

TODO

  • make the pi sleep
    • use an arduino! uugear explanation
    • if arduino is a pita, use witty pi 2 or witty pi mini board with pi, it runs its own clock, can turn raspberry pi on/off, can pulse battery supply to keep it alive, should make a sleeping pi arrangement SO MUCH easier [1] mini pinout
  • all the regulators
  • more breadboards, perfboards, any needed soldering thingees
  • pi uses some adapter bullshit
  • arduino is also a pita
  • consider this sparkfun boost converter, handles low power