Top new questions this week:
|
Problem: I have a ESP32 and I’ve been trying to flash it with the Arduino IDE, however it’s been giving me Python error messages :/ when I’m trying C/C++ code to flash the Arduino. Question: How can I …
|
I’m making a little parking lot, which includes mostly opening a servo motor using either keypad, bluetooth(hc-05) and freshly added, Rfid(RC522) I cant get inputs from other sources if i want to get …
|
I am using the Arduino IDE as an ISP programmer to program my ATtiny44 IC. Unfortunately, I ran out of pins, so I want to use the reset pin as I/O. I read several articles online that says it is …
|
I am using the following device: www.aliexpress.com/item/1005003152097545.html?spm=a2g0o.order_list.order_list_main.119.222218028PapM6 I am trying to make an IoT sound-measurer which will send …
|
Greatest hits from previous weeks:
|
I am not very skilled with the C Language and I was wondering if there is a way in which python could be used to program an Arduino. This would most likely require a different IDE in order to be able …
|
I would like to play a wav file (spoken words) from my Arduino. I do not want to add a sound shield. Is there a way to play a sound through an output pin? The quality does not have to be great.
|
I’ve bought this module Kootek GY-521 MPU-6050 MPU6050 Module 3 Axis analog gyro sensors+ 3 Axis Accelerometer Module My project will involve affixing this to a moving object, moving at velocities …
|
What does this error means? I can’t solve it in any way. warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
|
I’m using an Arduino UNO to program a pre-compiled hex image to an ATTINY45, using the avrdude in the Arduino IDE directory, on Windows 7. The Uno has the ISP sketch loaded from the examples directory …
|
I need to operate 2 different sensors (gas and temp) simultaneously. I have managed to run each one of them separately and I don’t know how to manipulate the code so they could work together. My …
|
Trying a simple led blinking program I could not get the builtin led on a LoLin Node MCU v3 working. The LED_BUILTIN constant is set to pin 16 / GPIO16 / D0. Reading several articles and QA I think …
|