Mailbag #163: Elektronik von Seeed Studio China, LoRa GPS Tracker, Wio Terminal ATSAMD51, RTL8720DN

YouTube

One of the areas where #Atmel #Attiny really shine is the power consumption in stop mode. When everything is off and the mcu is waiting for an external interrupt to wake up again.
On the ATtiny402 I constantly get around 135nA.
While the STM32 and other ARM consume less than the AVRs under steam, they only can get down to around 4..5µA in stop mode.

That doesn't sound much, but it means 30 times more battery life. With a LIR2032 this means 1 year vs 30 years standby.

It took a while to gather enough information on how to use an Arduino as an ISP to program any other AVR chip. The documentation in the maker world is very loose and in many corners vague indeed.

I've put this together as a quick technical reference on using an Arduino to program bare metal AVR: https://blog.soch.cc/programming-avr-chips-with-arduino/

#arduino #avr #atmel #microchip #microcontroller #embeddedprogramming

Programming AVR chips with an Arduino

A quick reference guide programming any AVR microcontroller using any Arduino as an ISP.

At my day job I'm working on some #firmware for things built around the #Microchip #SAM D5x/E5x #ARM-based microcontroller. As I'm still pretty new to #embedded programming and we're doing this bare-metal—from the data sheet—I've started collecting some notes about things that surprised me while doing that. They're on my website. Perhaps someone besides me will find this useful. The list is also going to be growing as we go.

https://spiffyk.cz/notes/#sam

#atmel #atsam #cprogramming

Almost back to the beginning! Breadboarding the new Steckschwein "core" based on an ATF1508.
Hope the CPLD has enough space for everything we want to cram in there.
At least hardware based SPI needs to fit. And a vectorizing interrupt controller.

#6502 #65c02 #atf1508 #breadboardcomputer #breadboard #cpld #microchip #atmel #wdc

hey #atmel #lazyweb is the main difference between the SAM L21 and D21 largely in power consumption and peripheral count? it seems like this is the case

I wonder if anybody has a native Linux version of POF2JED floating around?

#cpld #atmel #atf1508 #microchip

Hey! You! #microcontroller and #electronics nerds of the fediverse! Can anyone help me find the schema files for Microship's Atmel Tools Device Files?

#microship #atmel #AVR #xml #ATDF

Простой программатор для атмеловских 8051

В этой заметке речь больше про принцип - программатор можно сделать так, чтобы на стороне компьютера не требовался дополнительный софт. Будем прямо лить HEX-файл в последовательный порт. Идея не новая, но не лишне напомнить (в том числе об одном-двух подводных камнях рассказать). Собственно программатор - голый Arduino с прошивкой, разбирающей HEX-файл построчно и реализующий программирование целевого чипа по SPI. Прошивка и инструкции сложены в репозитории на гитхабе: At89s-prog . Конкретные чипы (At89s...) здесь скорее для примера. Мы не будем воспевать достоинства 8051-й архитектуры (конечно, они архаичны но у них есть плюсы, благодаря которым они до сих пор сохраняют популярность). У меня в какой-то момент оказалась их горстка а программатора под рукой не нашлось. Они (те что с индексом S) программируются через SPI, а не стандартным "многоногим" интерфейсом что делает удобным их применение в любительских поделках.

https://habr.com/ru/articles/912964/

#8051 #atmel #arduino #микроконтроллеры

Простой программатор для атмеловских 8051

В этой заметке речь больше про принцип - программатор можно сделать так, чтобы на стороне компьютера не требовался дополнительный софт. Будем прямо лить HEX-файл в последовательный порт. Идея не...

Хабр