AVR-ASM simulator
Posted by gavrasm on Friday, 3 November 2017 - 15:26
A lean simulator for AVR assembly code, written in Lazarus Pascal and based on the gavrasm assembler.
With many comfortable features to view ports, timers/... |
|
Complete code/AVR Assembler |
Saturday, 11 November 2017 - 16:46 |
Delay functions cdelay.h
Posted by alank2 on Thursday, 2 November 2017 - 01:19
Here is the cdelay.h I use for most of my projects. It requires defining the symbol F_CPU with the number of cpu cycles, but then you can do delays in ns... |
|
Complete code/Atmel Studio 7 |
Thursday, 2 November 2017 - 01:19 |
AVR assembly: Syntax Highlighting in nano under Linux
Posted by lubel on Sunday, 29 October 2017 - 11:37
## Syntaxhighlighting for AVR Assembly (Atmel instruction set)
## (c) by Lutz Bellmann, 2017
## Place in /usr/share/nano ; replace asm.nanorc; make... |
|
Complete code/- |
Sunday, 29 October 2017 - 11:37 |
Xmega EVENT System With timer and ADC
Posted by TintuVayalattu on Saturday, 7 October 2017 - 08:49
Hi all,
This is my first Project post in AVR Freaks. Correct me if i'm doing something wrong.
My intention was to familiarize with Xmega EVENT system. I tried... |
|
Complete code/Atmel Studio 7 |
Saturday, 7 October 2017 - 08:49 |
hexa to bcd
Posted by hasitha kotta on Monday, 25 September 2017 - 19:12
.
include"m8535def.inc"
.org 00
lds r17,$61
mov r16,r17
ldi r18,$0A
back:sub r17,r18
... |
|
General Lib.functions/AVR Studio 4 |
Monday, 25 September 2017 - 19:12 |
Nokia5110 graphical display interfacing with ATmega16 / 32
Posted by theganesh25 on Tuesday, 8 August 2017 - 09:46
Nokia5110 is a graphical display that can display text, images and various patterns.
It has a resolution of 48x84 and comes with a backlight.
It uses... |
|
Complete code with HW/Atmel Studio 6 |
Tuesday, 8 August 2017 - 09:46 |
LED Interfacing with ATmega16
Posted by ABLabSolutions on Sunday, 30 July 2017 - 19:51
A LED is an acronym for Light Emitting Diode and is basically an electronic device which emits light when an electric current flows through it. Light-emitting... |
1 |
Complete code with HW/AVR Studio 4 |
Sunday, 30 July 2017 - 20:00 |
Digital Caliper based Measurement System
Posted by rgsparber on Friday, 21 July 2017 - 13:46
|
1 |
Complete code with HW/Arduino IDE |
Sunday, 23 July 2017 - 13:09 |
EEPROM Wear Leveling library
Posted by chayanforyou on Friday, 7 July 2017 - 07:01
WearLeveling:
The technique I am using is to prefix the data with a 4-byte rolling sequence number where the largest number represents the lastest / current... |
|
General Lib.functions/Atmel Studio 7 |
Friday, 7 July 2017 - 07:05 |
Thermostat
Posted by dejan.rakijasic on Monday, 12 June 2017 - 08:46
/***************** THERMOSTAT *****************
*
* Temperature regulation based on:
* - Arduino nano
* - DALLAS DS18B20... |
|
Complete code/Arduino IDE |
Monday, 12 June 2017 - 08:46 |
SP platform driver
Posted by wfbrowniii_5880 on Thursday, 1 June 2017 - 01:49
|
|
Complete code/Atmel Studio 6 |
Thursday, 1 June 2017 - 01:49 |
TCD1304DG driver circuit using an ATMega1284P MCU
Posted by dhaffnersr on Saturday, 29 April 2017 - 13:54
This is a project that I have been working on for almost a year on Hackaday.com, it is the CCD detector portion of the 3D printable Raman spectrometer project... |
|
Complete code/Atmel Studio 7 |
Friday, 5 May 2017 - 23:11 |