arduino tag

71 questions


1 answers
61 views
0
"Software Serial Library" Behavior in LowPower.clockMode (CLOCK_MODE_32MHz)

SPRENSENSE Arduino IDE (Ver1.8.16) is programming using the Software Serial Library.Setting LowPower.clockMode (CLOCK_MODE_32MHz) and lowering the operating clock to 32MHz will prevent normal communic...

2 years ago

1 answers
77 views
0
The Arduino library cannot be successfully installed.

I am trying to install a library called pitsches.h on Arduino IDE according to the textbook. Sketch→Include library→Install library in .ZIP formatIf you select a ZIP library (pits.zip) in , The librar...

2 years ago

1 answers
95 views
0
I want to store data on two microSD cards using the spresense expansion board.

Sony Official Home Page - spresense Hardware Design Deck - This is a question after looking at the spresense expansion board schematic.Is it possible to store data on two microSD cards by soldering th...

2 years ago

2 answers
98 views
0
Does the ARDUINOMKR CONNECTOR CARRIER not work at 3.3V?

Connect ARDUINO MKR WAN 1310 and ARDUINO MKR CONNECTOR CARRIER with

2 years ago

1 answers
115 views
0
Can I use the SPRESENSE SDK with Arduino IDE?

I remember that there was a story about using the SPRESENSE SDK that could be used on Arduino IDE, but I don't have the impression that I can do it with the materials I've been reading for a long time...

2 years ago

1 answers
138 views
0
When I handle Ethershield in Arduino, I can't recover from the communication problem?

It's not an Arduino-specific issue, it's because I don't know much about TCP/IP, so the solution is at a standstill.I use boards such as W5100 and enc28j60, which are compatible with Ethershield, but ...

2 years ago

1 answers
107 views
0
Tell me the meaning of the code

const int a = sensor1; const int b = sensor2;const int c = sensor3;const int d = sensor4; if (a == LOW || b == LOW || c == LOW || d == LOW )What does this code mean?

2 years ago

1 answers
75 views
0
Action question after saving Arduino array.

I'm trying to implement it based on the questions you asked and answeredI'm struggling because I can't understand the expression of the queue accurately...#define FORWARD 1#define BACKWARD 2#define LE...

2 years ago

1 answers
92 views
0
Questions about Arduino Bluetooth.

Hi, everyone. I am a student studying Bluetooth.I want to do BLE communication between Arduino and Android.BLE communication is being conducted using Android GATT. When the two devices are connected, ...

2 years ago

1 answers
54 views
0
Arduino Communications Co., Ltd

I am a student who wants to try Arduino in high school. I'm still lacking the basics, so I have a lot of questions Using Arduino and rf communication module, I would like to code so that I can send vo...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.