Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NodeManager_BMP280_Stamp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartHome
NodeManager_BMP280_Stamp
Commits
00946ad2
Commit
00946ad2
authored
8 years ago
by
user2684
Browse files
Options
Downloads
Patches
Plain Diff
Release v1.5
parent
7ad3d6c5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NodeManager.ino
+1
-0
1 addition, 0 deletions
NodeManager.ino
README.md
+6
-4
6 additions, 4 deletions
README.md
with
7 additions
and
4 deletions
NodeManager.ino
+
1
−
0
View file @
00946ad2
...
@@ -34,6 +34,7 @@ void before() {
...
@@ -34,6 +34,7 @@ void before() {
* Register below your sensors
* Register below your sensors
*/
*/
/*
/*
* Register above your sensors
* Register above your sensors
...
...
This diff is collapsed.
Click to expand it.
README.md
+
6
−
4
View file @
00946ad2
...
@@ -387,7 +387,7 @@ The following methods are available for all the sensors:
...
@@ -387,7 +387,7 @@ The following methods are available for all the sensors:
// manually turn the power off
// manually turn the power off
void
powerOff
();
void
powerOff
();
#endif
#endif
// get the latest value from the sensor
// get the latest
recorded
value from the sensor
int
getValueInt
();
int
getValueInt
();
float
getValueFloat
();
float
getValueFloat
();
char
*
getValueString
();
char
*
getValueString
();
...
@@ -1086,11 +1086,13 @@ v1.5:
...
@@ -1086,11 +1086,13 @@ v1.5:
*
Added forecast output to all Bosch sensors
*
Added forecast output to all Bosch sensors
*
Added I2C address auto-discovery for all Bosch sensors
*
Added I2C address auto-discovery for all Bosch sensors
*
Added support for running as a gateway
*
Added support for running as a gateway
*
A heartbeat is sent when waking up from a wait cycle
*
Added option to retrieve the latest value of a sensor from outside NodeManager
*
Allowed combining sensors waking up from an interrupt and sensors reporting periodically
*
Remote reboot now does not need a reboot pin configured
*
A heartbeat is now sent also when waking up from a wait cycle
*
When waking up for an interrupt, only the code of the sensor expecting that interrupt is executed
*
Added capability to retrieve the time from the controller
*
Added capability to retrieve the time from the controller
*
Optimized battery life for DS18B20 sensors
*
Optimized battery life for DS18B20 sensors
*
SLEEP_MANAGER has been deprecated and setMode() replaces setSleepMode()
*
SLEEP_MANAGER has been deprecated
(now always enabled)
and setMode() replaces setSleepMode()
*
New mode ALWAYS_ON to let the node staying awake and executing each sensors' loop
*
New mode ALWAYS_ON to let the node staying awake and executing each sensors' loop
*
ESP8266WiFi.h has to be included in the main sketch if MY_GATEWAY_ESP8266 is defined
*
ESP8266WiFi.h has to be included in the main sketch if MY_GATEWAY_ESP8266 is defined
*
Added receiveTime() wrapper in the main sketch
*
Added receiveTime() wrapper in the main sketch
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment