У нас вы можете посмотреть бесплатно Extending Arduino Uno RAM или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
                        Если кнопки скачивания не
                            загрузились
                            НАЖМИТЕ ЗДЕСЬ или обновите страницу
                        
                        Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
                        страницы. 
                        Спасибо за использование сервиса ClipSaver.ru
                    
The Arduino Uno has only 2kB of RAM for both program variables and program data making it a precious resource which can be quickly filled. In programs that require additional storage an external RAM chip can be used to extend the usable storage space. This video discusses using a Microchip 23LC1024 serial RAM chip to create this extra storage. A document that fully explains both the wiring of the chip and the example program is here: https://drive.google.com/file/d/0B_fb... The Arduino sketch for the example program is here: https://drive.google.com/file/d/0B_fb... Dave Dubins has created a library of functions based upon the sketches in this tutorial. Here is a link to the library: https://github.com/dndubins/SRAMsimple