forked from BobGlicksman/LoRa_experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
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
BobGlicksman
wants to merge
74
commits into
jschrempp:main
Choose a base branch
from
BobGlicksman:withLogging
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
With logging
Moved LoRa routines into a separate file: tpp_LoRa
With logging: Works fabulously
With logging: Set LoRa parameters on each boot
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.
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.
With logging
With logging - hub update for multiple sensors
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.
Added another LoRa power up command to ensure that we get a +OK response after LoRa power down
Version 1.0 of integration of microcontroller low power and LoRa into a functionaing contact clouse sensor.
With logging - restores logging of RSSI from Hub and explicitly sets more LoRa settings
Added test code for Low Power Sensor - integrated with LoRa module and powers down to microamps after sending a test message
With logging - best code now
Added a HARDWARE folder and placed design for a development board PCB into this folder. Eagle CAD files and manufacturing files are all included.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This board is for development and testing, per our specification. A set of 5 boards has been ordered from JLCPCB on 10/26/24.
I added these files to the "with Logging" branch. I'm not sure about merging this branch into main. We need to review the status so that we can plan to merge into main and clean all of this repo up!