Commit Graph

171 Commits

Author SHA1 Message Date
Nathan Seidle
140fe56ee7 Add binaries and bootload tools. 2021-10-14 14:58:11 -06:00
Nathan Seidle
d719b31037
Merge pull request #246 from EmbeddedMan/master
Adds support for new "Rotate" log mode (issue #244)
2021-10-12 15:16:13 -06:00
Nathan Seidle
bc12729f30 Terminate filename strings and increase any array by 1 that uses strcpy_P.
strcpy_P null terminates the provided string. strlen does not count \0s so any string that uses strcpy_P needs an extra byte for \0.
2021-10-12 15:00:08 -06:00
Nathan Seidle
795dc84f68 Typo fixes 2021-10-12 10:46:33 -06:00
Nathan Seidle
edf672ca49 Small changes to get rid of compiler warnings 2021-10-12 10:30:18 -06:00
EmbeddedMan
52bf9b1ce2 Adds support for new "Rotate" log mode (issue #244)
* Removed extra comments related to MAX_CFG (could be confusing to future developers)
* Added two new parameters to config file (Max Filesize and Max Filenumber, both only used in MODE_ROTATE)
* Added new mode (3) : MODE_ROTATE
* Added debug prints to help see max filesize and max filenumber (inside #if DEBUG)
* Commented out decrimenting newFileNumber when it is read from EEPROM
* Added three new entries to the 'set' menu:
*  4) - Sets mode to MODE_ROTATE
*  8) and 9) - sets the new Max Filesize and Max Filenumber config values
* Added code to print out max fileszie and file number at top of 'set' menu
* Updated 'set' menu strings to be more descriptive
* Fixed 'set' menu 7) (set number of escape characters) with new routine getSerialByte() to read in a 3 digit integer properly rather than a single character
* Added code to save/ restore Max Filesize and Max Filenumber from EEPROM and config file

NOTE: Crashes happen when returning from "set" menu after certain operations if compiled with latest Arduino IDE. Tested with 1.6.8 and it works fine. (See issue #245 for more details)
2021-10-10 19:12:43 -05:00
Ho Yun "Bobby
3db491cfba
Update README.md 2020-01-21 15:09:04 -07:00
Ho Yun "Bobby
e3de601b95
Update README.md
- Updating missing image
- Link OpenLog with Headers
2020-01-21 15:07:49 -07:00
Ho Yun "Bobby
ea126f3ca8
Update README.md 2018-12-28 10:45:19 -07:00
Ho Yun "Bobby
d88331ab42
Update README.md 2018-12-28 10:44:24 -07:00
Ho Yun "Bobby
b547bc0b17
Update README.md 2018-12-28 10:44:03 -07:00
Nathan Seidle
b11a9cb8c8 Incrementing version number 2018-11-27 21:16:34 -07:00
Nathan Seidle
895264421b Fix echo and verbose bug in issue #224. 2018-11-27 21:16:07 -07:00
Nathan Seidle
499470b684 Merge branch 'master' of https://github.com/sparkfun/OpenLog 2018-11-27 20:59:45 -07:00
Nathan Seidle
835bece2c1
Fix spelling 2018-06-28 14:04:42 -06:00
nseidle
2846e32658 Driving SPI pins low to avoid power consumption on some SD cards. See issue 215. 2018-04-30 16:30:24 -06:00
nseidle
d1aefc7c94 Adding 'read firmware version' example 2018-04-25 15:41:17 -06:00
Nathan Seidle
e9b34ca4a9
Update ISSUE_TEMPLATE.md 2018-04-18 15:16:03 -06:00
Nathan Seidle
c63fd136b4
Update ISSUE_TEMPLATE.md 2018-04-18 15:14:12 -06:00
Nathan Seidle
02df9ea403
Update ISSUE_TEMPLATE.md 2018-04-18 15:12:00 -06:00
Nathan Seidle
6d34bcc82c
Create ISSUE_TEMPLATE.md 2018-04-18 15:07:39 -06:00
Nathan Seidle
5ca695ae07 Fix verbose bug issue 208 2018-02-09 11:41:47 -07:00
Nathan Seidle
55df7ec356 Rewriting examples. 2018-02-09 11:32:22 -07:00
Nathan Seidle
e4bdee0912 Fixes issue 205 2016-10-10 21:45:28 -06:00
Nathan Seidle
91de4a525e Updating serialport lib to work with recent Arduino releases.
Fixes issue 204.
2016-10-10 21:09:12 -06:00
Toni Klopfenstein
addd0fe9f3 Fixing readme description 2016-04-07 17:25:17 -06:00
Toni Klopfenstein
7126fc1b0e Updating directory structure, updating fritzing documentation 2016-04-07 17:21:04 -06:00
Toni Klopfenstein
d4cff21981 Repo cleanup, readme cleanup 2016-04-07 14:57:34 -06:00
Nathan Seidle
01b66aaa62 Resolved the merge conflict
I think Bob moved some fiducials (good) and I failed to bring in his
changes before submitting resistor change. All fixed. Should not affect
his panel because it's just a part_id change on the schematic.
2016-03-21 15:16:35 -06:00
Nathan Seidle
306af32f4d Merge remote-tracking branch 'origin/hardware-v15' into hardware-v15
# Conflicts:
#	hardware/OpenLog.brd
2016-03-21 15:13:17 -06:00
Nathan Seidle
76b67852a5 Swapped resistor on grn LED to 330 for better visibility 2016-03-21 15:11:57 -06:00
Robert-Hunke
0e60d8c5dc added bottom side panel fiducials 2016-01-29 15:59:33 -07:00
Robert-Hunke
58c17cf867 recreated panel v15 2016-01-28 08:55:21 -07:00
Robert-Hunke
877695fa15 moved bottom side fiducial 2016-01-27 17:42:31 -07:00
Robert-Hunke
33ad713578 created panel v15 2016-01-27 16:23:57 -07:00
Robert-Hunke
b0d675d007 moved 1 fiducial 2016-01-27 16:03:22 -07:00
Nathan Seidle
fd193e5ff1 Remove/approve dimensional warnings. 2016-01-26 09:58:58 -07:00
Nathan Seidle
5baea5b8ae Removed via from SD GND pad 2016-01-26 09:57:13 -07:00
Nathan Seidle
0033307562 Change to smaller OSHW logo. Moved top copper fiducials. 2015-12-01 14:17:18 -07:00
Nathan Seidle
f5314da309 Changed to 10uF tantalum. Added labels to bottom silk. Added TP vias. 2015-11-30 21:19:36 -07:00
Pete Lewis
2fcfd1f041 Returning to original dimensions
-Scooted the outer dimensions back to original spacing.
-Moved to "TIGHT" DRU, so all traces are 10 mil, with 10 mil spacing,
all vias are 15 mil.
-Had to remove OSHW logo, there's no room, also it wasn't on original
product design.
-bumped version to v15 in sch and brd copper
-Moved fiducials to upper left and lower right corners, (this is not the
norm but shouldn't be a problem)
2015-11-25 12:15:32 -07:00
Nathan Seidle
02bf31a717 Best performance at 512/256 RAM split. Fixed odd zero newlog EEPROM glitch. 2015-11-25 10:16:20 -07:00
Nathan Seidle
e26411626e README update to reflect v4 changes 2015-11-24 21:47:37 -07:00
Nathan Seidle
ca836f0150 Updating changelog. Removing extraneous code from OpenLog_Minimal. 2015-11-24 21:40:27 -07:00
Nathan Seidle
9376d21e64 Removes escape sequence from log. Changelog and code whitespace reformatting. 2015-11-24 21:22:38 -07:00
Nathan Seidle
a8223381d8 Now compiles under Arduino v1.6.x. A large number of changes. See CHANGELOG
Significant changes to reduce RAM footprint. Updated to most recent
SdFatlib-beta.
2015-11-23 21:10:27 -07:00
Nathan Seidle
d063f6a8f7 Adding an additional tool to make SD testing and benchmarking easier. 2015-11-22 15:30:03 -07:00
Nathan Seidle
a7c7fb7bf6 Fixed bug 178. Log numbers should display correctly over 15 bits. 2015-08-20 16:24:37 -06:00
Nathan Seidle
e798391dc5 Readme update 2015-08-18 15:53:47 -06:00
Nathan Seidle
b36744f2ed Readme update 2015-08-18 15:51:57 -06:00