71 questions
#include <DHT11.h>#define DHTPIN A0#define DHTTYPE DHT11DHT11 dht(DHTPIN, DHTTYPE);void setup() { Serial.begin (9600); pinMode(8, OUTPUT); pinMode(5, OUTPUT); pinMode(6, OUTPUT); pinMode(A1, INP...
First of all, I am a beginner who started JavaScript with personal study for about a month.I've been scratching and studying here and there to make a web controller, and I put a function in the button...
I'd like to use the acceleration sensors called the Spresense and BMI160 to create a code that records the sensor output on the microSD card, but it's not working.I would like to have the sensor outpu...
Currently, I am thinking of using the FreeRTOS library to make it multi-threaded with SPRESENSE's Arduino compatible.However, when I did the verification, the following error occurred and I cannot use...
We are currently thinking of making a sensor for recording with the Arduino version of SPRESENSE.Based on the tutorial in Sony developer world, we were able to implement it so that recorded data could...
The if statement below should only be executed once every 100 milliseconds, but it is executed every 200 milliseconds and is processed twice.What's wrong? if(millis()%100==0){...}
What do you want to doI would like to switch between digitalWrite() and serial1.write() in Arduino Due.However, Serial1.write() from digitalWrite() will not be able to communicate properly.If you send...
I would like to operate the SPESENSE register directly in the Arduino IDE 1.8.13 environment.I read the official development guide Fast digital I/O below.https://developer.sony.com/develop/spresense/d...
A Sony NNC window version learns its own image (Razpie V2) 80×80, datesets positive and negative images in 120 sheets and 90 sheets, respectively, and obtains a learning result accuracy=1 in 28×28 siz...
We implement visible light communication using Arduino, but if we narrow the bit width of the data from 100 msec to 70 msec in step synchronous communication, we cannot receive it correctly.I'd like t...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.