openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
MySensors Arduino
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 05, 2024 — Aug 05, 2025
Showing page 65 of 73
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Changed writing modes
TMRh20
More...
over 11 years ago
Update readme temporarily
TMRh20
More...
over 11 years ago
High Speed Data Transfers/Optimization
TMRh20
More...
over 11 years ago
Merge branch 'master' of https://github.com/mysensors/Arduino
Henrik Ekblad
More...
over 11 years ago
Addded missing semicolon.
Henrik Ekblad
More...
over 11 years ago
Merge pull request #3 from bblacey/config-fix
henrikekblad
More...
over 11 years ago
Removed call to gw.setPALevel(RF24_PA_LOW) because the gateway PA Level is set by RF24_PA_LEVEL_GW in Config.h that is used by the gw.begin() method to set the PA_Level for the gateway. Users should change the PA_Level for the gateway using RF24_PA_LEVEL_GW in Config.h
Bruce Lacey
More...
over 11 years ago
Setting default values from Config.h
Henrik Ekblad
More...
over 11 years ago
Merge pull request #2 from bblacey/net-config
henrikekblad
More...
over 11 years ago
Added centralized sensor network configuration file to control channel, power level and data rate.
Bruce Lacey
More...
over 11 years ago
Turn on DEBUG by default in my config
Bruce Lacey
More...
over 11 years ago
This contains my sensor net configuration.
Bruce Lacey
More...
over 11 years ago
fixed crlf for project
Henrik Ekblad
More...
over 11 years ago
fixed crlf for project
Henrik Ekblad
More...
over 11 years ago
Debug disabled by default
Henrik Ekblad
More...
over 11 years ago
Sensor nodes can now report their sketch name and version to the gateway for informational purposes. Added class methods sendSketchName(), sendSketchVersion() and sendSketchInfo() that invokes the aforementioned as a convenience method. Sensor nodes report their sketch information to the gateway by calling sendSketchInfo(const char *name, const char *version) in the Arduino sketch setup() method after initializing the radio by invoking the Sensor::begin() method.
Bruce Lacey
More...
over 11 years ago
Renamed of sketch to be recognized by Arduino IDE
Henrik Ekblad
More...
over 11 years ago
Renaming of sketch to be recognizable by Arduino IDE
Henrik Ekblad
More...
over 11 years ago
Added contribution instructions
Henrik Ekblad
More...
over 11 years ago
Added contribution instruction file
Henrik Ekblad
More...
over 11 years ago
Renaming sensors not following normal pattern
Henrik Ekblad
More...
over 11 years ago
This is a new simple binary switch example that can be uses for window/door sensors or trigger buttons (like a doorbell).
Henrik Ekblad
More...
over 11 years ago
Added the forgotten dataRate to begin() default speed is 2MBPS
Henrik Ekblad
More...
over 11 years ago
linfeeds fixed
Henrik Ekblad
More...
over 11 years ago
Fix linefeeds
Henrik Ekblad
More...
over 11 years ago
This example is not yet aopted to MySensor. But could be a good inspirations for how to receive 433Mhz stuff.
Henrik Ekblad
More...
over 11 years ago
Default channel should be 76 (not the presumed 70)
Henrik Ekblad
More...
over 11 years ago
Example of a battery powered sensor sending in battery level value in percent.
Henrik Ekblad
More...
over 11 years ago
Adding git attributes for handling lineendings
Henrik Ekblad
More...
over 11 years ago
Added new (optional) arguments to begin where you can set PA level and radio channel in sketches and gateway. Default values for constructor and begin arguments also made it possible to simplify all sketches when using defualt ce/cs pins (9,10) for radio and AUTO radion Id mode.
Henrik Ekblad
More...
over 11 years ago
←
1
2
…
61
62
63
64
65
66
67
68
69
…
72
73
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree