Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wipHEADmaster | Trygve Laugstøl | 2015-08-21 | 2 | -35/+13 |
| | |||||
* | o Implementing the SoftwareSerial version of debugging. | Trygve Laugstøl | 2015-08-10 | 3 | -44/+116 |
| | |||||
* | o An attempt to make sure that the RX and TX LEDs are turned off when ↵ | Trygve Laugstøl | 2015-08-08 | 1 | -0/+5 |
| | | | | running normally. | ||||
* | o Adding Board #4. | Trygve Laugstøl | 2015-07-31 | 3 | -8/+34 |
| | |||||
* | o Even better Debug for the ATtiny85 implementation.h. | Trygve Laugstøl | 2015-07-31 | 3 | -1/+33 |
| | |||||
* | o Adding three new characteristics: | Trygve Laugstøl | 2015-07-26 | 5 | -186/+348 |
| | | | | | | - Model number: Set to the board id. - Hardware revision: set to the device version data from the nRF8001 device. Not very useful right now. - Firmware revision: set to the string "Arduino: " + build time if not predefined from the outside. | ||||
* | o operator bool() wasn't if there was data available, but if there are ↵ | Trygve Laugstøl | 2015-07-26 | 1 | -2/+2 |
| | | | | anyone connected to the serial port. | ||||
* | o Fixing wrong calculations when creating FLOATs. | Trygve Laugstøl | 2015-07-26 | 1 | -4/+4 |
| | |||||
* | o Much improved Debug class. | Trygve Laugstøl | 2015-07-26 | 9 | -333/+334 |
| | | | | | | | | - Inlining all definitions to make everything shorter and easier to read. - More const so even more can be inlined. o Adding some support for ATTiny85, still more work to be done. o Removing two unused battery characteristics. o Dynamically adding battery and temperature characteristics if their pipes are defined. | ||||
* | o Cleaning up #if usage and config.h. | Trygve Laugstøl | 2015-07-25 | 6 | -145/+148 |
| | |||||
* | o Even better debug code. | Trygve Laugstøl | 2015-07-25 | 4 | -189/+267 |
| | |||||
* | o Adding a Make target to fix files after the Arduino IDE appends some blank ↵ | Trygve Laugstøl | 2015-07-25 | 1 | -0/+6 |
| | | | | lines. | ||||
* | o Reformatting with uncrustify. | Trygve Laugstøl | 2015-07-25 | 6 | -274/+287 |
| | |||||
* | o Adding a Debug class that delegates to Serial to control where the debug ↵ | Trygve Laugstøl | 2015-07-25 | 4 | -150/+240 |
| | | | | output goes. | ||||
* | o Adding a temperature characteristic. Reading values from the nrf8001. | Trygve Laugstøl | 2015-07-23 | 5 | -44/+158 |
| | |||||
* | o Fixing a bug where the reponse code wasn't properly set. | Trygve Laugstøl | 2015-07-23 | 4 | -11/+62 |
| | |||||
* | o First round of low power, going low power when sleeping. | Trygve Laugstøl | 2015-07-18 | 1 | -2/+19 |
| | |||||
* | o Migrating to Arduino 1.6 | Trygve Laugstøl | 2015-07-06 | 4 | -24/+33 |
| | |||||
* | o Updating README.md. | Trygve Laugstøl | 2015-07-06 | 1 | -1/+4 |
| | |||||
* | o Updating README.md. | Trygve Laugstøl | 2015-07-06 | 2 | -23/+7 |
| | |||||
* | o Letting each sensor use the configured update interval. | Trygve Laugstøl | 2015-06-21 | 6 | -59/+53 |
| | | | | | o Changing the ID of the "get value" command. It has to include the sensor index when used as a notification message. Dunno if this is the best strategy. I guess messages are cheap, but complexity is expensive. | ||||
* | o Moving the settings/persistence code to the end of the file. | Trygve Laugstøl | 2015-06-21 | 1 | -94/+96 |
| | |||||
* | o Use the values from the code instead of generating new default values. | Trygve Laugstøl | 2015-06-21 | 1 | -31/+19 |
| | |||||
* | o Getting the loading/saving of settings to work. | Trygve Laugstøl | 2015-06-21 | 2 | -52/+20 |
| | | | | o Doing sm_setup() once only, doesn't depend on the RF parts. | ||||
* | o Creating a way to configure the code for multiple boards. Look at config.h | Trygve Laugstøl | 2015-02-28 | 5 | -62/+171 |
| | |||||
* | o When sending a notification, also update the data in the local GATT | Trygve Laugstøl | 2015-02-28 | 1 | -0/+3 |
| | | | | server so it is easier to implement synchronous clients. | ||||
* | o Showing the value of the illegal command. | Trygve Laugstøl | 2015-02-28 | 1 | -2/+4 |
| | |||||
* | o Support for prototype-b board. | Trygve Laugstøl | 2015-02-26 | 3 | -4/+152 |
| | |||||
* | o Making the device blink when connected. | Trygve Laugstøl | 2015-01-19 | 3 | -19/+55 |
| | |||||
* | o Fixing a couple of embarrasing bugs after using arduino-mk. | Trygve Laugstøl | 2015-01-18 | 1 | -7/+4 |
| | |||||
* | o Adding another sensor for prototype board #1. | Trygve Laugstøl | 2015-01-11 | 2 | -3/+4 |
| | | | | o Fixing a bug, the values are 10 bits so they need a uint16_t to fit. | ||||
* | o Implementing reading of values from the real thing. | Trygve Laugstøl | 2015-01-08 | 3 | -7/+39 |
| | |||||
* | o Adding an operation to set the wanted update interval. | Trygve Laugstøl | 2015-01-04 | 4 | -36/+86 |
| | | | | | Useful for debugging to stream values and later devices where this can control how often the values are broadcasted. | ||||
* | o Reworking the code after implementing much more on the Android app. | Trygve Laugstøl | 2015-01-04 | 10 | -283/+562 |
| | |||||
* | o Initial import of trygvis.io soil moisture device. | Trygve Laugstøl | 2014-12-27 | 8 | -0/+1193 |