вторник, 29 сентября 2020 г.

Популярная электроника

easyelectronics.ru:
1) Методика «канализационной электрики». Основы на пальцах. Часть 1 
2) Резистор, конденсатор, индуктивность. Основы на пальцах. Часть 2
3) Диод, транзистор. Основы на пальцах. Часть 3 
4) Микросхемы. Основы на пальцах. Часть 4 http://easyelectronics.ru/osnovy-na-palcax-chast-4.html

Вики:
1) Z-состояние

среда, 23 сентября 2020 г.

ti memory management units (MMUs)

A memory management unit (MMU) is a hardware component responsible for handling accesses to memory requested by a processing unit, DMA controller, or other bus requestor. MMU functions include:
• Translation of initiator internal (virtual) addresses to physical addresses (that is, virtual memory management)
• Preventing an initiator from making accesses to unmapped pages of the system memory


Two major functional units exist in the MMU to provide address translation automatically based on the table entries:
• The table walker automatically retrieves the correct translation table entry for a requested translation. If two-level translation is used (for the translation of small memory pages), the table walker also automatically reads the required second-level translation table entry. The two-level translation is described later in the chapter.
• The translation look-aside buffer (TLB) stores recently used translation entries, acting like a cache of the translation table.

Translation tables



ti tda3 (tda3matda3mdtda3mvtda3la):
1) datasheet
2) trm
3) dm505 datasheet

arm cortex-m4:
1) trm
2) generic user guide

понедельник, 21 сентября 2020 г.

fpga (cpld) memory mapped register

mmr:
1) Altera + OpenCL: программируем под FPGA без знания VHDL/Verilog https://habr.com/ru/post/269009/
2) Altera + OpenCL: вскрываем ядро https://habr.com/ru/post/269925/
3) Lecture 10: Memory-mapped I/O and Lab 4 David Black-Schaffer http://web.stanford.edu/class/ee183/handouts_spr2003/lecture10_spring2003.pdf

ram, cache:
1) RAM with Simple direct-mapped cache simulation on FPGA in Verilog https://habr.com/ru/post/432320/

dma:
1) SoC: поднимаем простой DMA на FPGA https://habr.com/ru/post/248145/
2) Практическая работа с ПЛИС в комплекте Redd. Осваиваем DMA для шины Avalon-ST и коммутацию между шинами Avalon-MM https://habr.com/ru/post/500016/

arm+fpga:
1) Поднимаем SOC: ARM + FPGA https://habr.com/ru/post/235707/

ещё:
1) Странности синтеза при работе с FPGA https://habr.com/ru/post/413007/

понедельник, 14 сентября 2020 г.

Курсы для детей по scratch, gamemaker

Ссылки:
1) scratch https://kodium.online
2) gamemaker http://kodini.ru/courses/gamemaker#courses-nav
3) minecraft (ComputerCraftEdu) https://foxford.ru/courses/2723/landing

ComputerCraftEdu, scratch:
1) Как установить Minecraft, мод ComputerCraftEdu и Scratch https://academiaguru.ru/kak-ustanovit-minecraft-i-mod-computercraftedu/
2) ComputerCraftEdu [1.8.9] [1.7.10] https://www.geroncraft.ru/computercraftedu/
3) scratch online https://scratch.mit.edu/
4) scratch windows/android download

Аналог scratch (MIT) в РФ:

Python Turtle:
1) Фракталы на Python. Пошаговое руководство https://habr.com/ru/company/piter/blog/496538/
2) turtle — Turtle graphics (перевод на русский - turtle — Черепашья графика)
3) Простое рисование с помощью черепашки https://opentechschool.github.io/python-beginners/ru/simple_drawing.html

habr:
1) Разработка простой игры в Game Maker. Эпизод 0. Первые строки https://habr.com/ru/post/255995/

GameMaker:

Интервью с Марком Овермарсом:
1) GameMaker at 20 – “Sometimes, something small and nameless is way more impressive than one of the big game titles” https://mcvuk.com/business-news/gamemaker-at-20-sometimes-something-small-and-nameless-is-way-more-impressive-than-one-of-the-big-game-titles/

esp32, esp8266 with wifi

esp32:
1) https://ru.m.wikipedia.org/wiki/ESP32
2) ESP32: знакомимся, пишем и запускаем первую прошивку https://m.habr.com/ru/post/309746/
3) Микроконтроллер ESP32 и проекты Arduino https://arduinomaster.ru/platy-arduino/esp32-arduino-raspinovka-arduino-ide/

esp8266 with wifi:
1) IoT-платформа ESP-WROOM-32 DevKit v1 с Wi-Fi / Bluetooth https://amperka.ru/product/esp32-wroom-wifi-devkit-v1
2) Самоходная платформа на МК esp8266 с micropython https://habr.com/ru/post/495576/
3) Очередной Wi-Fi Jammer на Очередной ESP8266 https://habr.com/ru/post/557848/
4) ESP8266: Что внутри «народного wi-fi»? https://habr.com/ru/company/coolrf/blog/238443/
5) 5 экспериментов с WiFi на ESP32 https://habr.com/ru/post/504514/
6) Дружимся с ESP https://habr.com/ru/post/547330/
7) Esp8266 и Lua: первые шаги https://habr.com/ru/post/566756/
8) ESP8266 прошивка, программирование в Arduino IDE https://habr.com/ru/post/371853/
9) ESP8266 с чего начать или первый опыт https://habr.com/ru/post/394535/
10) Схема моего умного дома на основе ESP8266, часть 1 https://habr.com/ru/post/543536/
11) Мой умный дом на ESP8266, часть 2 https://habr.com/ru/post/544328/
12) ESP8266 и Arduino, подключение, распиновка https://habr.com/ru/post/390593/
13) ESP 8266: отправка данных на сайт методом Get запроса https://habr.com/ru/post/543532/
14) Как уменьшить потребление wifi модулей в десять и более раз https://habr.com/ru/post/480316/
15) Разработка умных устройств на примере контроллера теплого пола на ESP8266 https://habr.com/ru/post/412889/

ali:

понедельник, 7 сентября 2020 г.

ti tda3 memory mapping (inner nor-, nand-, sram-memories and external sdram ddr), memory subsystem (emif, gpmc, ocm) and interconnect (L3, L4)

 GPMC, EMIF, OCM in L3, L4 interconnect


TDA3 memory map



Memory subsystem
EMIF controller

Ремонт бачка унитаза

 Ссылки:

1) Так делать надо только в том случае, если вы собирались переставлять бак, потому что никак кроме отсоединения бака, закручивания нижней части слива и присоединения бака опять восстановить работоспособность сливной системы не удастся https://youtu.be/Qv7yqWJ-kQU

среда, 2 сентября 2020 г.

Устройство автомобиля (ДВС и электродвигатель)

Вики:
1) Кривошипно-шатунный механизм
2) Двигатель внутреннего сгорания
3) Электрический двигатель
4) Поршень

ДВС -> электродвигатель:
1) https://meduza.io/cards/kak-prevratit-mashinu-v-elektrokar
2) https://www.kolesa.ru/article/elektromobil-svoimi-rukami-kak-zachem-i-skolko-eto-stoit

Оппозитный двигатель и v-образный двигатель:
1) Оппозитный двигатель
2) v-образный двигатель




Стандарты аналогового и цифрового телевидения

Ссылки:
1) https://ru.wikipedia.org/wiki/PAL
2) https://ru.wikipedia.org/wiki/NTSC
3) Автоматическая регулировка усиления
4) Цифровое телевидение
5) Несущий сигнал
6) Видеосигнал
7) Спектр
8) Прогрессивная развертка
9) Чересстрочная развертка

Свет:
1) Дисперсия света

Блины из кислого молока

 Ссылки:

1) https://cookpad.com/ru/recipes/4103275-bliny-iz-prokisshiegho-moloka