Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Hardware folder and placed Eagle and manufacturing files for a development PCB into here. #3

Open
wants to merge 74 commits into
base: main
Choose a base branch
from

Commits on Jul 31, 2024

  1. Hub logs to google sheet

    jschrempp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9ae3413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b090b1a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from jschrempp/withLogging

    With logging
    BobGlicksman authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    be7f78d View commit details
    Browse the repository at this point in the history
  4. using tpp_LoRa

    jschrempp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9e743d3 View commit details
    Browse the repository at this point in the history
  5. the header file too

    jschrempp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8b681f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    633646f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6207300 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43caa0c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge pull request #7 from jschrempp/withLogging

    Moved LoRa routines into a separate file:  tpp_LoRa
    BobGlicksman authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f41a807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75535e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6c049b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ec98ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b00cd87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9dabfc2 View commit details
    Browse the repository at this point in the history
  7. brought up to date

    jschrempp committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7e38a31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aaa3e92 View commit details
    Browse the repository at this point in the history
  9. works

    jschrempp committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    82fc6d2 View commit details
    Browse the repository at this point in the history
  10. updated tpp_LoRa

    jschrempp committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    18c352d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    4fcce74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from jschrempp/withLogging

    With logging: Works fabulously
    BobGlicksman authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8110fcc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    453f072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9597b49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    763db13 View commit details
    Browse the repository at this point in the history
  4. updated to new tpp_LoRa

    jschrempp committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    723fce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Merge pull request #9 from jschrempp/withLogging

    With logging: Set LoRa parameters on each boot
    BobGlicksman authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    54f495a View commit details
    Browse the repository at this point in the history
  2. Added ATmega328 low power testing code

    Changed the folder name for the LoRa module low power testing to make this clear.  Added folder for Arduino code that tests low power code for ATmega328.
    BobGlicksman committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    a6dc78f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Update Interrupt_Test2_Low_Power.ino

    Changed to use external pullup rather than internal pullup.  Quiescent power supply draw when contact is closed is reduced from 85 microamps to about 3.4 microamps.
    BobGlicksman committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    864e2e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    f5516c2 View commit details
    Browse the repository at this point in the history
  2. with hub address of 57248

    jschrempp committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    89fcaf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    47aab49 View commit details
    Browse the repository at this point in the history
  2. updated tpp library

    jschrempp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6413c34 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from BobGlicksman/withLogging

    ATmega328 low power code - tested!
    jschrempp authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5325c03 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from jschrempp/withLogging

    updated LoRa library
    BobGlicksman authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0014f30 View commit details
    Browse the repository at this point in the history
  5. minor cleanup

    jschrempp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    70ffa81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f68895f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e05560 View commit details
    Browse the repository at this point in the history
  8. update to current version

    jschrempp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    87d3b6a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    cd254c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from jschrempp/withLogging

    small bug fix for sensor
    BobGlicksman authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a02df43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec61d75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2540c1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9d96af View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Merge pull request #12 from jschrempp/withLogging

    With logging
    BobGlicksman authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    48646cd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. fix to work with Photon 1

    jschrempp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e243ee2 View commit details
    Browse the repository at this point in the history
  2. update to latest tpp_lora

    jschrempp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    127ce59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cca74f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from jschrempp/withLogging

    With logging
    BobGlicksman authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9f86031 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. removed a comment

    jschrempp committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    bd185ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95ee14d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9ac99b View commit details
    Browse the repository at this point in the history
  4. update to latest tpp_lora

    jschrempp committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    3027a6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c492fb View commit details
    Browse the repository at this point in the history
  6. update to latest tpp_lora

    jschrempp committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ad374ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abc9dc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge pull request #15 from jschrempp/withLogging

    With logging - hub update for multiple sensors
    BobGlicksman authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6ab04ce View commit details
    Browse the repository at this point in the history
  2. Create Basic_ATmega328_LoRa_test.ino

    This is essentially the same test that was performed using a Photon on 5/24.  It now uses the bare bones ATmega328.  It powers up and down the LoRa module but does not power down the ATmega328 chip.
    BobGlicksman committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    865bd76 View commit details
    Browse the repository at this point in the history
  3. Update Basic_ATmega328_LoRa_test.ino

    Added another LoRa power up command to ensure that we get a +OK response after LoRa power down
    BobGlicksman committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0d78fcf View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Create Low_power_ATmega328_LoRa_integration.ino

    Version 1.0 of integration of microcontroller low power and LoRa into a functionaing contact clouse sensor.
    BobGlicksman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d6dfc97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bad33b View commit details
    Browse the repository at this point in the history
  3. updated tpp_lora

    jschrempp committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    948cf2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    846234d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge pull request #16 from jschrempp/withLogging

    With logging - restores logging of RSSI from Hub and explicitly sets more LoRa settings
    BobGlicksman authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    54bf159 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. added device UID

    jschrempp committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d228b11 View commit details
    Browse the repository at this point in the history
  2. updated tpp_lora

    jschrempp committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    bb674df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c00fa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa6468b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. updated comments

    jschrempp committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    85c1a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7a386 View commit details
    Browse the repository at this point in the history
  3. added UID to first message

    jschrempp committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    f15ab71 View commit details
    Browse the repository at this point in the history
  4. updated tpp_LoRa

    jschrempp committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    13dfa82 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from BobGlicksman/withLogging

    Added test code for Low Power Sensor - integrated with LoRa module and powers down to microamps after sending a test message
    jschrempp authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    571c2b5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #17 from jschrempp/withLogging

    With logging - best code now
    BobGlicksman authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5b1c19c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Development PCB

    Added a HARDWARE folder and placed design for a development board PCB into this folder.  Eagle CAD files and manufacturing files are all included.
    BobGlicksman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9de02e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ea7303 View commit details
    Browse the repository at this point in the history