Skip to main content

Questions tagged [avr]

AVR is a 8- and 32-bit microcontroller core developed by Atmel. AVR was chosen as microcontroller for the first generations of the popular Arduino SBCs.

7 votes
4 answers
280 views

EDIT: Microchip responded that this is an error in the datasheet. We have received clarification from our technical experts regarding the 16-bit register access order in the ATtiny102/104. After a ...
Gavin Wahl's user avatar
1 vote
2 answers
106 views

My embedded systems design professor, many online tutorials, and even well received questions and answers from this site use UBBR for the UART Baud Rate Register, ...
ACertainArchangel's user avatar
4 votes
2 answers
437 views

The BME688 environmental sensor requires using the closed source library BSEC to get an Air Quality Index as it only provides the raw gas sensor resistance. I'd like to use the sensor with for example ...
Torsten Römer's user avatar
5 votes
1 answer
561 views

In an experimental project using an AVR64EA MCU, I've wired two external interrupts to pins of the same port. The ISR looks like this: ...
Torsten Römer's user avatar
4 votes
1 answer
121 views

I'm currently getting into the newer AVRs with the AVR64EA28 (very happy so far). The playground project does: measure temperature with the ADC and a thermistor transmit measured temperature with an ...
Torsten Römer's user avatar
1 vote
0 answers
74 views

Assume we are to create a simple MCU data logger that will record the amount of times the apartment door has been opened. Door has a small SPDT limit switch fitted, which pulls the pin of the MCU low ...
Noideas's user avatar
  • 144
2 votes
1 answer
71 views

I'm using a ATMega2560, and a FT812 Graphical LCD. Before my upgrade, I'm used USBASP and worked well. For some reason, I bought a AVRISP mkII. But I got a problem, the programmer does not frees the ...
JOrE's user avatar
  • 131
2 votes
1 answer
127 views

I bought a whole bunch of level shifters from Sparkfun and another vendor on Amazon. None of them seem to actually work (tried with like 6 different ones). SO, I guess I'm doing something wrong. I'm ...
kovac's user avatar
  • 881
4 votes
1 answer
343 views

I have a SG90 servo connected to an Arduino Uno. PB1 is connected to the orange (signal) wire of the servo. 5V and GND pins on the Arduino are connected to the red and brown wires of the servo. I'm ...
kovac's user avatar
  • 881
3 votes
1 answer
185 views

I'm trying to interface an ATmega328P with a GT-NUCL1633K1 sensor over UART. When I send commands to the sensor, it responds just by echoing the command, instead of actually doing anything. For ...
kovac's user avatar
  • 881
-1 votes
1 answer
87 views

I recently got interested in arduino again after an fun experience at work. I found an old arduino kit for a class from college and started to tinker with it. I decided to bypass the arduino and work ...
Tocquevile's user avatar
0 votes
1 answer
104 views

I have limited experience with microcontrollers and I am currently working on implementing a simple bootloader using the code provided in the following repository: AVR128DA48 Curiosity Nano Bootloader ...
Spiros Andreopoulos's user avatar
3 votes
2 answers
114 views

I have instructed ATtiny13a to continuously create 1-0-1-0-1-0... trying to target exactly 600 baud rate. On the other side, I use Arduino to measure duration of each pulse emitted by Tiny. These are ...
Milos's user avatar
  • 213
2 votes
1 answer
166 views

For fun and to learn, I am trying to transmit some data from one RFM69HCW ~900 MHz to another with an Atmega328p and "plain" avr-libc. Initialization is okay I think; reading and writing ...
Torsten Römer's user avatar
0 votes
1 answer
133 views

I am planning writing an elaborate swarm-like (8-16 chips with no common bus to speak of) solution. Given that I plan on storing 3k of data (considering implementing compression) and need some clarity....
markoj's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
129