-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature: Send readings over LoRaWAN #63
base: develop
Are you sure you want to change the base?
Conversation
…ing serial communication to pin serial port
…explicitly control the serial on pins 2 and 3, so we can receive messages from the sensor. The sensor also has to share serial with i2c along it's pins 8 and 9 so we need to be aware of if the line is configured as i2c or uart because at some point it needs to be one or the other
…ve to main.cpp in the mbed ide
…r some reason some of the dependencies, though they exist on mbeds IDE, simply will not export...
@pcowgill sliiightly out of date, many of those files that I JUST added need to be removed and I definitely need to write a readme or some good comments based on the email exchange I had with senet engineers. |
@meee418 Can you add |
@meee418 Which files need to be removed? |
@meee418 And yes, a README or a comment section with a lot of info is a great idea |
…n the git ignore file...
…version of itself from the valve earlier
… collectReadingData to return a value, added some functions I used to test nv safety as comments
…d comments to change them back before release, moved where main is called
…inning the sending loop
…ve this lora prototype
…r with a transistor
…tomatic disconnect at beginning of code execution, added length to wait time for each lora send, reduced transmit power from 20 to 10, changed blue led configuration, removed most references to blue LED
…t clearing out. We can fix this later with a firmware update
… so from now on the agent will screen out those readings
this should be good to merge now |
No description provided.