Author Topic: AtxRaspi and PowerShield to Manage Raspberry Pi Battery Power  (Read 4891 times)

johnshearing

  • NewMember
  • *
  • Posts: 8
Re: AtxRaspi and PowerShield to Manage Raspberry Pi Battery Power
« Reply #15 on: March 23, 2018, 11:06:36 PM »
Hi Felix,
It's been a while.
Got distracted from the MightyHat while working on Full Disk Encryption for the pi.
I have that worked out now.
https://github.com/johnshearing/MyEtherWalletOffline/blob/master/Air-Gap_Setup.md#setup-luks-full-disk-encryption

Ok, the MightyHat is assembled.
Do I need to upload a sketch for it to work?
What should be in the sketch?
How do I upload it?

Thanks for the help,
John

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: AtxRaspi and PowerShield to Manage Raspberry Pi Battery Power
« Reply #16 on: March 24, 2018, 09:57:03 AM »
Ok, the MightyHat is assembled.
Do I need to upload a sketch for it to work?
What should be in the sketch?
How do I upload it?
Upload like to any arduino through FTDI/serial interface (while disconnected from the Pi is best).
Sample sketch for it to act as RFM69 IoT Gateway is here: https://github.com/LowPowerLab/RFM69/blob/master/Examples/MightyHat/MightyHat.ino
From that sketch you can gut what you don't need and have a great starting point for whatever else you want to do.