arduino
Arduino and Bitwise, unexpected result
Getting my self a bit confused here. I would like to test if a set of bits (3 bits) contains a bit in a certain postion.[详细]
2023-03-14 19:47 分类:问答ON/OFF button for Processing
I can\'t seem to get the follow code right. This is a basic program I\'m using with Processing. I made the square change color when I click it, but I can\'t seem to get it to change back again when c[详细]
2023-03-14 12:24 分类:问答Arduino: how to debug hex file in AVR Studio
When compiling an Arduino sketch, it creates a .hex file (stored in a temporary folder). When I open this file in AVR Studio 4.18, it tries to start at a location where no code exists. What 开发者_开发[详细]
2023-03-14 02:01 分类:问答AVR/Arduino: reading timer toggled port pin
I\'ve configured the timer 2 in CTC mode and to toggle the port pin on compare match (TCCR2A=0x42, TCCR2B=0x02, OCR2A=0x20) and have set DDR3 to output. Hence, according to the ATmega328P documentatio[详细]
2023-03-13 23:24 分类:问答How to "fake" multitasking on an 8-bit processor?
I have an Arduino with an Adafruit Motor Shield as part of my robot. I want to run the motors at the same time I play a tone on the piezo element.[详细]
2023-03-12 20:57 分类:问答WinUSB driver for Arduino
I\'m using an Arduino to read data from the web and display it. I can easily pass the data as serial using the supplied drivers, because they identify the COM port so I can send serial to the COM port[详细]
2023-03-12 00:08 分类:问答howto link an Arduino Light Sensor to a keyboard button? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-11 16:51 分类:问答Python socket server and client, keeps losing connection
I am expanding on a GUI program for a remotely controlled robot. The idea is to program a simple GUI client in Python that connects to a remote server, also written in Python.The client would send sim[详细]
2023-03-09 20:55 分类:问答Solving "undefined reference to" errors in a makefile
I have a few custom source files in my src directory and a few source files from the Arduino project in my src/base directory.[详细]
2023-03-09 19:50 分类:问答How to make Android and Arduino communicate without a wireless module
I have developed an Arduino application in which I can control LED 13 via a serial monitor. That is, if I type 0 in 开发者_如何转开发a serial monitor LED at pin 13 lights up and[详细]
2023-03-08 09:33 分类:问答