#atmega — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #atmega, aggregated by home.social.
-
This is how I go about writing #code for #AVR #microcontrollers. (For subscribers).
https://mspeculatrix.substack.com/p/avr-programming-a-dev-environment
#tech #technology #maker #computer #computer #programming #coding #atmega
-
Все мои Ардуинки: часть третья, ESP8266 и ESP32
И снова, уже в третий раз ( здесь у нас первый , вон там второй ) вашему вниманию предлагается моя коробочка с Ардуинками. На этот раз будем извлекать из неё и рассматривать под светом допросной лампы платы на микроконтроллерах ESP8266 и ESP32. Также изучим краткую историю появления этих контроллеров, некоторые их особенности и роль в мировой революции место в экосистеме Arduino.
https://habr.com/ru/companies/ruvds/articles/863990/
#ruvds_статьи #arduino #arduino_ide #arduino_uno #arduino_nano #arduino_mega #arduino_leonardo #arduino_pro_mini #arduino_pro_micro #lilypad #freeduino #ардуино #ардуинщик #ардуино_головного_мозга #attiny #atmega #stm8s #blue_pill #stm8blue #stm32duino #micronucleus #mhtiny #esp8266 #esp32 #esp32cam #espressif #esp32s2 #esp32s3 #esp32c3 #xtensa #riscv #nodemcu
-
I did it! I ordered new shit. This time a #truSDX kit #tranceiver! I am still unsure if i want the #qrpguys metal case or if i want to have a shack in a box setup centered around this.
This is a 5 band #SDR tranceiver using an #atmega and some sort of PWRed pa, which makes it one of the most efficient trx i know of. Receiving quality is reasonable.
-
I did it! I ordered new shit. This time a #truSDX kit #tranceiver! I am still unsure if i want the #qrpguys metal case or if i want to have a shack in a box setup centered around this.
This is a 5 band #SDR tranceiver using an #atmega and some sort of PWRed pa, which makes it one of the most efficient trx i know of. Receiving quality is reasonable.
-
I did it! I ordered new shit. This time a #truSDX kit #tranceiver! I am still unsure if i want the #qrpguys metal case or if i want to have a shack in a box setup centered around this.
This is a 5 band #SDR tranceiver using an #atmega and some sort of PWRed pa, which makes it one of the most efficient trx i know of. Receiving quality is reasonable.
-
I did it! I ordered new shit. This time a #truSDX kit #tranceiver! I am still unsure if i want the #qrpguys metal case or if i want to have a shack in a box setup centered around this.
This is a 5 band #SDR tranceiver using an #atmega and some sort of PWRed pa, which makes it one of the most efficient trx i know of. Receiving quality is reasonable.
-
Все мои Ардуинки: часть вторая, ATtiny и STM
Продолжаю перебирать все мои Ардуинки и делиться опытом работы с ними. В прошлый раз я выдал базу про платы, начавшие свою жизнь как официальные продукты Arduino. Но время показывает, что истинная сила платформы скрывалась не в конкретных Uno и Nano, а в открытости и расширяемости. В этой и следующей части речь пойдёт уже о сторонних решениях, разработанных и поддержанных в Arduino IDE творческими усилиями множества энтузиастов. Сегодня это будут довольно редкоземельные элементы — платы, не так часто встречающиеся в самоделках. Но возможно, это именно то, что вы искали для решения какой-то особенно нестандартной задачи. А я расскажу о некоторых связанных с ними граблях, по которым уже сплясал лично, чтобы вам не пришлось повторять этого дома.
https://habr.com/ru/companies/ruvds/articles/858820/
#ruvds_статьи #arduino #arduino_ide #arduino_uno #arduino_nano #arduino_mega #arduino_leonardo #arduino_pro_mini #arduino_pro_micro #lilypad #freeduino #ардуино #ардуинщик #ардуино_головного_мозга #attiny #atmega #stm8s #blue_pill #stm8blue #stm32duino #micronucleus #mhtiny
-
A new project of mine: Inventing a DMX-compatible light controller board specifically aimed at miniature applications and stopmotion! It supports LED's of all sorts and even classic light bulbs - Have a look!
https://youtu.be/Fa_pF1SHCSA
#dmx #electronics #pcb #atmega #avr #dev #kicad #pcbway #led #pwm #dragonframe -
Великоват адаптер для #atmega128a получился, надо будет адаптировать адаптер :blobcatjoy: под размер разъёма #ZIF40
#electronics
#embedded
#microcontroller
#avr
#atmega
#circuitry
#kicad
#xgecu_adapter
#xgecu_t48 -
Выполняем сторонние программы на микроконтроллерах с Гарвардской архитектурой: как загружать программы без знания ABI?
Зачастую в процессе разработки собственных устройств или моддинга уже существующих, встаёт задача выполнения стороннего кода: будь то ваши собственные программы с SD-флэшек, или программы, написанные другими пользователями с помощью SDK для вашего устройства. Тема компиляторов и кодогенерации достаточно сложная: чтобы просто загрузить ELF или EXE (PE) программу, вам нужно досконально разбираться в особенностях вашей архитектуры: что такое ABI, релокации, GOT, отличие -fPIE от -fPIC, как писать скрипты для ld и т. п. Недавно я копал SDK для первых версий Symbian и основываясь на решениях из этой ОС понял, каким образом можно сделать крайне «дешевую» загрузку любого нативного кода практически на любом микроконтроллере, совершенно не вникая в особенности кодогенерации под неё! Сегодня мы с вами: узнаем, что происходит в процессе загрузки программы ядром Linux, рассмотрим концепцию, предложенную Symbian Foundation и реализуем её на практике для относительно малоизвестной архитектуры — XTensa (хотя она используется в ESP32, детали её реализации «под капотом» для многих остаются загадкой). Интересно? Тогда добро пожаловать под кат!
https://habr.com/ru/companies/timeweb/articles/784408/
#timeweb_статьи #bodyawm_ништячки #микроконтроллеры #микропроцессоры #esp32 #elf #binary #бинарные_файлы #exe #dll #so #executable #исполняемый_файл #программа #программы #загрузчик #линкер #linker #ld #gnu_ld #gcc #cc #xtensa #esp8266 #avr #atmega #attiny #pic #компоновщик #C #C++ #системное_программирование
-
Should this be considered #retrocomputing?
#arduino #duemilanove #madeinitaly #atmel #atmega #atmega328 -
Fail of The Week: Epic 312 Weeks Of Fixing A Broken Project - If a hacker guardian angel exists, then we’re sure he or she was definitely AWOL f... - https://hackaday.com/2023/02/17/fail-of-the-week-epic-312-weeks-of-fixing-a-broken-project/ #christmascalendar #christmasornament #binarycalendar #failoftheweek #binaryclock #christmas #calendar #esp8266 #atmega #binary #esp32
-
The Inner Machinations of the Arduino are an Enigma - Arduinos have been the microcontroller platform of choice for nearly two decades n... - https://hackaday.com/2022/09/19/the-inner-machinations-of-the-arduino-are-an-enigma/ #microcontrollers #clockcalibration #atmega328p #interrupts #precision #accuracy #atmega #timers
-
Animate Arcane Protocols With Interrupt-Backed Bitbanging - We often take our “SoftwareSerial” libraries for granted, and don’t investigate wh... - https://hackaday.com/2022/06/19/animate-arcane-protocols-with-interrupt-backed-bitbanging/ #softwaredevelopment #microcontrollers #lineartimecode #atmega328p #interrupts #precision #how-to #atmega #timers #ltc
-
Time And Accuracy in Las ATMegas - Do you ever have to ensure that an exact amount of time passes between two tasks i... - https://hackaday.com/2022/01/31/time-and-accuracy-in-las-atmegas/ #softwaredevelopment #microcontrollers #clockcalibration #atmega328p #interrupts #precision #accuracy #how-to #skills #atmega #timers
-
Putting the Firmware in your Firmware - Performing over-the-air updates of devices in the field can be a tricky business. Reliability and re... - https://hackaday.com/2020/09/15/putting-the-firmware-in-your-firmware/ #softwaredevelopment #microcontrollers #hackadaycolumns #microcontroller #firmwareupdate #firmware #objdump #stm32f4 #how-to #atmega #attiny #binary #linker #update #image #gimp #gcc #gnu #ota #xxd #ld
-
Simultaneous Soldering Station - Soldering irons are a personal tool. Some folks need them on the cool side, and some like it hot. Ge... - https://hackaday.com/2020/08/27/simultaneous-soldering-station/ #2020hackadayprize #thehackadayprize #solderingiron #atmega32u4 #toolhacks #arduino #atmega #sketch #solder #rohs #pcb
-
#plzboost
Get in touch if you know about any fitting job opportunity, either as a freelancer or regular employment with up to 25 weekly hours.
I've got experience working with #microcontrollers and #embedded #linux. My background is in engineering (studies touched on both mechanical as well as electrical engineering), but I went down the programmers road later on (mostly #C, basic #bash, #Python and #cmake skills, first acquaintances with #rust).
#yocto #buildroot #zephyr #stm32 #stm8 #atmega