{"id":13779935,"url":"https://github.com/LowPowerLab/SPIFlash","last_synced_at":"2025-05-11T13:31:12.132Z","repository":{"id":7856942,"uuid":"9229027","full_name":"LowPowerLab/SPIFlash","owner":"LowPowerLab","description":"Arduino library for read/write access to SPI flash memory chips","archived":false,"fork":false,"pushed_at":"2021-09-15T16:55:04.000Z","size":86,"stargazers_count":171,"open_issues_count":5,"forks_count":89,"subscribers_count":35,"default_branch":"master","last_synced_at":"2024-08-03T18:14:33.132Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"CostaRico/yii2-images","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LowPowerLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-04T22:03:35.000Z","updated_at":"2024-05-23T09:38:32.000Z","dependencies_parsed_at":"2022-08-06T20:15:17.372Z","dependency_job_id":null,"html_url":"https://github.com/LowPowerLab/SPIFlash","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowPowerLab%2FSPIFlash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowPowerLab%2FSPIFlash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowPowerLab%2FSPIFlash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowPowerLab%2FSPIFlash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LowPowerLab","download_url":"https://codeload.github.com/LowPowerLab/SPIFlash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225056748,"owners_count":17414200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:01:10.710Z","updated_at":"2024-11-17T15:30:46.109Z","avatar_url":"https://github.com/LowPowerLab.png","language":"C++","readme":"SPIFlash\n========\n[![Build Status](https://app.travis-ci.com/LowPowerLab/SPIFlash.svg?branch=master)](https://app.travis-ci.com/LowPowerLab/SPIFlash)\n[![GitHub release](https://img.shields.io/github/release/LowPowerLab/SPIFlash.svg)](https://github.com/LowPowerLab/SPIFlash)\n[![GitHub issues](https://img.shields.io/github/issues/LowPowerLab/SPIFlash.svg)](https://github.com/LowPowerLab/SPIFlash/issues)\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/LowPowerLab/SPIFlash.svg)](https://github.com/LowPowerLab/SPIFlash/pulls)\n[![license](https://img.shields.io/github/license/LowPowerLab/SPIFlash.svg)](https://github.com/LowPowerLab/SPIFlash/blob/master/LICENSE.txt)\n\nArduino/Moteino library for read/write access to SPI flash memory chips.\nThis works with 256byte/page SPI flash memory such as the [4MBIT W25X40CLSNIG](https://lowpowerlab.com/shop/product/72) used on [Moteino](https://www.moteino.com) for data storage and wireless programming.\n\u003cbr/\u003e\nFor instance a 4MBit (512Kbyte) flash chip will have 2048 pages: 256*2048 = 524288 bytes (512Kbytes).\n\u003cbr/\u003eMinimal modifications should allow chips that have different page size to work.\n\u003cbr/\u003eDEPENDS ON: Arduino native *SPI library*.\n\u003cbr/\u003e\nThis library was primarily developed to enable **safe** wireless programming on Moteino nodes and Moteino based applications such as the [SwitchMote](https://lowpowerlab.com/guide/switchmote/). This has been documented at [lowpowerlab](https://lowpowerlab.com/guide/moteino/wireless-programming/). [Dualoptiboot](https://github.com/LowPowerLab/DualOptiboot) (all AVR based Moteinos come with it) and [RFM69_OTA WirelessProgramming library](https://github.com/LowPowerLab/RFM69) are required to be able to wirelessly re-flash a remote Moteino.\n \n### Installation\nCopy the content of this library in the \"Arduino/libraries/SPIFlash\" folder.\n\u003cbr /\u003e\nTo find your Arduino folder go to File\u003ePreferences in the Arduino IDE.\n\u003cbr/\u003e\nSee [this tutorial](https://www.arduino.cc/en/Guide/Libraries) on installing Arduino libraries.\n\n### License\nCopyright (c) 2013-2018 by Felix Rusu \u003cfelix@lowpowerlab.com\u003e\n\u003cbr/\u003e\u003cbr/\u003e\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\u003cbr/\u003e\u003cbr/\u003e\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\u003cbr/\u003e\u003cbr/\u003e\nYou should have received a copy of the GNU General Public License along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLowPowerLab%2FSPIFlash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLowPowerLab%2FSPIFlash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLowPowerLab%2FSPIFlash/lists"}