IT News · @itnewsbot
3572 followers · 268743 posts · Server schleuss.online

RF Remote Made Easy - The 433 MHz spectrum is a little bit of an oddball. It’s one of the few areas of t... - hackaday.com/2023/07/31/rf-rem

#radio #433mhz #atmega8 #arduino #switching #radiohacks #fourchannel #remotecontrol

Last updated 1 year ago

GeekProjects News · @news
1 followers · 1797 posts · Server geekprojects.com
IT News · @itnewsbot
2709 followers · 245147 posts · Server schleuss.online

A Simple Serial Display - Often with more “modern” complex protocols involving handshaking, token exchanges,... - hackaday.com/2023/01/09/a-simp

#serial #atmega8 #microcontrollers #sevensegmentdisplay

Last updated 2 years ago

Eric 🐺 · @garvalf
56 followers · 148 posts · Server mastodon.art

The new Garvalf album, "Joy in Sadness", has been released the 21st of December 2022.

garvalf.bandcamp.com/album/joy

This album is more or less a compilation of some old , but it features also a few new works. All the tracks has been recorded and mastered in Autumn 2022 from the Garvuino device, which recreates the original sounds from an chip.

#atmega8 #ay #chiptunes

Last updated 2 years ago

Eric 🐺 · @garvalf
57 followers · 155 posts · Server mastodon.art

The new Garvalf album, "Joy in Sadness", has been released the 21st of December 2022.

garvalf.bandcamp.com/album/joy

This album is more or less a compilation of some old , but it features also a few new works. All the tracks has been recorded and mastered in Autumn 2022 from the Garvuino device, which recreates the original sounds from an chip.

#atmega8 #ay #chiptunes

Last updated 2 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

I broke one pin of the during experiments (not bending/unbending experiments, mind you🤣 ).
The ``restored'' pin works fine, I'm happy.

#atmega8

Last updated 5 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

So, I need to write down the firmware. It would be nice to remember what and where to connect🤣

#diy #atmega8

Last updated 5 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

I want to keep the possibility of reprogramming directly on the board (just in case), but in order not to install additional connectors, I can use the existing ones, but there will be serial resistors on the SPI lines. Do you think 330 ohm is too much for 115200?

#atmega8 #avr #diy

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

You have a keen eye🙂 I am very leisurely doing the thing that will take signals from the PS/2 keyboard and pretend to be a matrix of 10x17 dumb switches. One ancient teletype device will poll this pseudomatrix.
Nothing fancy, only , 565 shift register and a pair of 847 optocouplers.

#atmega8

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org
YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

When the number of keys processed has exceeded about a hundred, I can no longer allow regression. So I will make a large file to automatically check the transcoding.
This is actually easy: this is the nature of the - you can always slip test parameters onto the stack😜

#fort #atmega8

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

PS / 2 keyboard + Atmega8 + . After pressing and releasing the ``a'' key, I registered 33 bits transmitted by the keyboard: 11 for press, 22 for release. I'm happy🤣
I do not cease to rejoice and marvel at how easy it is to interactively debug and fix the program right in the microcontroller using .😉

#muforth #dyi #atmega8 #forth

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

For a while I set aside aside. There is a need for pieces that will transform a smart PS/2 keyboard into a dull switchboard. And again I return to my beloved . First, however, I have to take a PS/2 sockets from the boring motherboard😄

#esp8266 #atmega8

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

Yes! Simplest multitasking on works. 🤣
``This is one event where televison really fails to capture the excitement of thousands of people gathered to watch a large squirrel predict the weather''

#atmega8

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

Trying to figure out the timer again got into thinking in terms of ``data == code'': it didn’t even occur to me that changing the interrupt vector on the fly is not so easy. A lot can be said about the Harvard architecture, and it must be said because it cannot be printed.

#atmega8

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

Them: Why are you using a in this decade?

Me: I don't think we can be friends.

😀

#atmega8

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

Added a 200 millisecond delay after executing the page write command. This helped --- the temporary page buffer stopped spoiling. I don’t like this solution at all, and if the modern chips behave in the same way, then I'll return in search of a mistake, but so far they are not at hand.

#atmega8

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

Partial success. In brief: in the reference example of the program for writing to flash (p. 212 of the datasheet) there is a line: ``sbci ZH, high(PAGESIZEB) ; not required for PAGESIZEB<=256'' That's a bullshit🤨
This instruction is needed regardless of page size. How scary to live if you can not believe the datasheets.

#atmega8

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

What is simpler than to write from ram to flash? And still I managed to screw up things somehow: First 9 bytes in the beginning of some pages are copy of these bytes of the very first page. Size of page is 0x40, flash is written one page per time, *not* byte per time, so how it is possible to corrupt only 9 first bytes? I'm genius.🤣

#avr #atmega8

Last updated 6 years ago

YRabbit · @yrabbit
143 followers · 4482 posts · Server mastodon.sdf.org

I wrote two auxiliary words for copying the entire stack from to a large computer and back. Now I need to figure out how to do simple multitasking😉

#atmega8

Last updated 6 years ago