Discussion Title | Created date |
---|---|
Adventures in device monitoring/controlling over network I have one of my devices (LUFA based CDC-ACM) connected to a laptop in building A. That laptop is connected to our site's network and can access my home directory. In building B I... |
Monday, 15 April 2013 - 13:18 |
Atmel Studio 6.1 2440 beta installer error I tried to install Atmel Studio 6.1 2440 beta, which crashed with the following error message: "An error (-5001 : 0x80070002) has occured while running the setup. Please make sure... |
Tuesday, 26 March 2013 - 18:42 |
Simulating ATtiny10: I flag cleared for no reason I'm trying to simulate code for an ATtiny10 that just configures INT0 and provides an ISR. The purpose is to stretch an I2C clock: .include #define SDA PB1 #define SCL PB2 .... |
Sunday, 24 March 2013 - 10:11 |
Mounting a heat sink to a sharp s202 s02 This is the first time I'll use a solid state relay. I'd like to use a Sharp S202 S02 (600V, 8A, with zero-cross circuit) because it's easy to get and relatively cheap compared to... |
Friday, 8 February 2013 - 10:46 |
[TUT][ASM] Accessing C Structs in Assembler I needed to access C structures in assembler code. There was not much to find on avrfreaks - I've found https://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=... |
Thursday, 18 August 2011 - 22:07 |
[TUT][ASM] Conditional Branches and Loops This tutorial covers conditional branches and loops - everything you need to construct the famous if()s, for(;;)-loops and while()-loops you might know from programming languages... |
Sunday, 14 August 2011 - 14:44 |
[TUT][ASM] Jumps, Calls and the Stack Hi folks, here is a new tutorial about jumping around, calling subroutines and returning from them. It also contains information about the stack and how it can be used. Hope you... |
Sunday, 14 August 2011 - 14:40 |
[TUT] [ASM] A short introduction to AVR assembler Hi folks, it has been years since I updated www.avrbeginners.net and the only relevant example there seems to be the ADC one. While this is no problem for me, I'm absolutely not... |
Friday, 8 July 2011 - 19:17 |
.init code overwrites .data Hi all, I want to check the existence of an external EEPROM with code I have placed in .init8. I use a local variable for the EEPROM address, because my TWI driver needs a pointer... |
Thursday, 6 May 2010 - 13:10 |
did gcc re-order my structure? Hi, I'm having serious problems accessing the members of a structure only by "guessing" their offsets from the structure's base address. In my headers I have typedefed the... |
Thursday, 22 April 2010 - 15:11 |
Monitoring the voltages of a 10-cell LiPo battery Hi freaks, I've been asked to come up with a device that can read all 10 cell voltages from a LiPo battery and makes the measurements available via SPI or CAN. Quantity is one or... |
Tuesday, 22 September 2009 - 09:18 |
microSDHC initialization: CMD58 response doesn't make sense Hi all, another Sd card thread. I bought a microSDHC card (SanDisk, Class 2, 4GB) and I'm trying to initialize it with an ATmega168 running at 10 MHz on an STK500. The card is... |
Monday, 9 March 2009 - 21:40 |