{"id":17281576,"url":"https://github.com/markusl/arduinoproject","last_synced_at":"2025-03-26T15:25:44.643Z","repository":{"id":2560050,"uuid":"3539141","full_name":"markusl/ArduinoProject","owner":"markusl","description":null,"archived":false,"fork":false,"pushed_at":"2012-03-11T17:56:48.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T16:56:25.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Arduino","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"BlueMountainCapital/FSharpRProvider","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markusl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-24T19:50:01.000Z","updated_at":"2013-10-14T23:32:57.000Z","dependencies_parsed_at":"2022-08-20T14:01:01.827Z","dependency_job_id":null,"html_url":"https://github.com/markusl/ArduinoProject","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusl%2FArduinoProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusl%2FArduinoProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusl%2FArduinoProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusl%2FArduinoProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markusl","download_url":"https://codeload.github.com/markusl/ArduinoProject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245679672,"owners_count":20654876,"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-10-15T09:46:15.360Z","updated_at":"2025-03-26T15:25:44.621Z","avatar_url":"https://github.com/markusl.png","language":"Arduino","funding_links":[],"categories":[],"sub_categories":[],"readme":"Arduino Project\n=============\n\nThe goal for this arduino project is to create a device\nfor controlling the status of LCD screen.\n\nThe display is controlled using SMS messages or via a Twitter tweet.\n\nNotes\n-----------\n\n### Limited RAM size\n\nThe Arduino board has muche less RAM available for programs than a normal\npersonal computer. By specification the Arduino Duemilanove has 1 KB\n(ATmega168) or 2 KB (ATmega328) SRAM memory.\n\nUse avr-size command to check used RAM size.\n\n    \u003eavr-size ArduinoProject.cpp.elf\n       text    data     bss     dec     hex filename\n      20032     954     409   21395    5393 ArduinoProject.cpp.elf\n\nSum of DATA and BSS is 954+409=1363. This needs to be smaller than\nRAM available on Arduino board.\n\n1. See [AvailableMemory][availmem] for querying used memory.\n2. About RAM http://www.designer2k2.at/home/arduino/49-arduino-ram-overflow.html\n\n### Serial buffer length\n\nIn \"SoftwareSerial.h\", you need to change the default buffer size\nfrom 64 to 128 to enable reading complete SMS messages.\n\n    #define _SS_MAX_RX_BUFF 64 // RX buffer size\n\t\n\nReference\n-----------\n\nAT command reference\n * http://garden.seeedstudio.com/images/a/a8/SIM900_AT_Command_Manual_V1.03.pdf\nSIMCOM SIM900 HD V1.05 reference\n * http://garden.seeedstudio.com/images/e/e3/SIM900_HD_V1.05.pdf\n\n[availmem]: http://www.arduino.cc/playground/Code/AvailableMemory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusl%2Farduinoproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkusl%2Farduinoproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusl%2Farduinoproject/lists"}