3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed writing modes More... over 11 years ago
Update readme temporarily More... over 11 years ago
High Speed Data Transfers/Optimization More... over 11 years ago
Merge branch 'master' of https://github.com/mysensors/Arduino More... over 11 years ago
Addded missing semicolon. More... over 11 years ago
Merge pull request #3 from bblacey/config-fix 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 More... over 11 years ago
Setting default values from Config.h More... over 11 years ago
Merge pull request #2 from bblacey/net-config More... over 11 years ago
Added centralized sensor network configuration file to control channel, power level and data rate. More... over 11 years ago
Turn on DEBUG by default in my config More... over 11 years ago
This contains my sensor net configuration. More... over 11 years ago
fixed crlf for project More... over 11 years ago
fixed crlf for project More... over 11 years ago
Debug disabled by default 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. More... over 11 years ago
Renamed of sketch to be recognized by Arduino IDE More... over 11 years ago
Renaming of sketch to be recognizable by Arduino IDE More... over 11 years ago
Added contribution instructions More... over 11 years ago
Added contribution instruction file More... over 11 years ago
Renaming sensors not following normal pattern 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). More... over 11 years ago
Added the forgotten dataRate to begin() default speed is 2MBPS More... over 11 years ago
linfeeds fixed More... over 11 years ago
Fix linefeeds 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. More... over 11 years ago
Default channel should be 76 (not the presumed 70) More... over 11 years ago
Example of a battery powered sensor sending in battery level value in percent. More... over 11 years ago
Adding git attributes for handling lineendings 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. More... over 11 years ago