Skip to main content
the busybee's user avatar
the busybee's user avatar
the busybee's user avatar
the busybee
  • Member for 6 years, 1 month
  • Last seen this week
  • Germany
11 votes
Accepted

Can we burn Arduino bootloader into any microcontroller chip?

6 votes
Accepted

IF statement inside of a function call? Code help

4 votes
Accepted

How to ignore garbage values in serial communication between arduino and python

3 votes

"Best" architecture for handle events

3 votes

Differences between two common RS485 to TTL modules

3 votes
Accepted

How can I copy and compare a string?

3 votes

Why are transistors necessary before LEDs?

3 votes

How to swap byte order?

3 votes

Why does the official tutorial for LED matrix scanning writes column pin twice?

3 votes
Accepted

LiquidCrystal issue with HD44780 display

3 votes
Accepted

Using 1 ms delay() in a for loop to check inputs.. Bad?

3 votes

Do I connect multiple I2C units to the microcontroler in series or parallel?

3 votes
Accepted

How do I find the whole number (n) that when multiplied by (m) will be closest to (x)?

3 votes

How to calculate the size of Arduino routines?

3 votes

When I run my for loop the serial monitor is giving very strange results

2 votes
Accepted

HC-12 receives garbage, but the garbage is consistent

2 votes

Arduino Nano timer drifting

2 votes
Accepted

Removing the L from F_CPU in assembly

2 votes
Accepted

UART Transmission Incorrect on ATTiny826

2 votes

Arduino button voltage versus HIGH/LOW state

2 votes

Arduino used as a multi-sensor controller, then sending results to a laptop to post on a web page

2 votes

ATtiny25 - assembly - BOD disable for sleep mode - error

2 votes

Change I2C address of Arduino Modulino Thermo

2 votes

Serial.write - sedd ascii characters with hex value in the same line

2 votes

In multidimensional arrays, can you use variable arrays or their names instead of the actual data?

2 votes
Accepted

How to convert an int to const int in Arduino?

2 votes
Accepted

Alternative IDE for compiling and running arduino code?

2 votes

Error coming from specified code

2 votes
Accepted

Serial hangs on Arduino-Uno

2 votes
Accepted

How to use Arduino Uno as PS/2 to USB converter for typical keyboard usages?