Skip to main content

Unanswered Questions

510 questions with no upvoted or accepted answers
5 votes
0 answers
903 views

Internet in ESP32 is not working with IPv6

I am using ESP-WROOM-32D in STA mode with Arduino IDE(2.0.5) ESP32 board(2.0.9). I am trying to do http post request with ESP32. Router that provides internet supports only IPv6. Here I am getting ...
4 votes
0 answers
140 views

Arduino IDE v 2.2.1 log file not limited in size (on Ubuntu 23.04)

I was learning/building with a new Arduino Nano ESP32 yesterday and left the Arduino IDE running overnight on Ubuntu 23.04 and it used all the space on my hard drive to write log files which broke my ...
4 votes
0 answers
2k views

Is there a way to use ESP8266 in promiscuous(monitor) mode and see the the wifi packets?

I didn't find much documentation about ESP promiscuous mode (just from the espressif sdk although I'm using ArduinoIDE https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/api-reference/wifi/...
4 votes
0 answers
718 views

ArduinoDue - Matlab: SerialUSB.write() sends ASCII?

I'm trying to get some binary data from an Arduino Due to Matlab. Basically this is the setup: Due: byte usbMsg[33]= {0}; // filled with dummy as example usbMsg[1] = '00000001';// in[3]; usbMsg[2] =...
3 votes
0 answers
1k views

How to use C++20 in Arduino IDE?

I'm writing a program for esp32 using the Arduino IDE that needs to count the number of '1' bits in a byte. I found a post elsewhere that says there's a nice function in the standard library to do it: ...
3 votes
0 answers
783 views

How can I connect my ESP32-WROOM-32 to Arduino IDE?

I'm using this 'ESP32-WROOM-32' but I can't find the correct board in the IDE. I see the esp32-wroom-DA (edit, i took it to the store where i bought it and it worked fine with theirs. they were on ...
3 votes
0 answers
191 views

Grove LCD display not working with arduino rev 2 wifi (Unknown error at address 0x3E)

I am trying to connect Grove 16x2 LCD (White on Blue) to my Arduino uno rev 2 wifi. So far, I've tried hd44780 library's ioClass examples, but nothing worked. I've then decided to scan ports and when ...
3 votes
0 answers
204 views

Black screen when using higher SPI-speed for RA8857 LCD-controller

I'm using an Arduino Due that talks via SPI to an LCD (800x480) with the RA8875 controller chip. The most recent datasheet I could find is: RA8875 datasheet. Everything works as expected when using ...
3 votes
0 answers
713 views

Getting atsam3x8e (Arduino Due) to work

I decided to make a pcb based on the atsam3x8e (microcontroller used in Arduino Due). For the design I copied most of the layout that I found on this site and looked at the official Arduino Due ...
3 votes
0 answers
5k views

String.format("%i",i) equivalent

How do I format an arduino String when I do not want to print it? I know that one can use printf() or other methods to print a formated string and unfortunately that's all I find with google. But that'...
3 votes
1 answer
2k views

Creating a sine wave with a DAC and feeding it back

I want to produce a digital sine wave, send it to DAC0, and then receive it back as input on A0 and plot the graph. I am using an Arduino Due. I wrote the following code: #define maxSamplesNum 120 #...
3 votes
0 answers
957 views

Using CLion as Arduino IDE — Cannot find Libraries

I'm having a problem using CLion as Arduino IDE when integrating 3rd-party libraries: Here is the CMakeList.txt cmake_minimum_required(VERSION 2.8.4) set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/...
3 votes
0 answers
328 views

Arduino IDE programs Leonardo but cannot open serial terminal

I'm using Arduino: 1.6.7 (Mac OS X 10.11.3), Board: "Arduino Leonardo". When I try to program my code, it works without problems. When I want to open the built-in Serial Monitor or Serial Plotter, ...
3 votes
0 answers
378 views

Connecting Arduino Due's DAC output to pc sound card with protection

I would like to connect the DAC outputs of my arduino board to my pc sound card input so that I can use my sounds card as an osciloscope. I have two questions: 1- if I don't use an amplifier, how ...
3 votes
0 answers
129 views

Reading Reveive Hold Register from USART in SPI Mode on Arduino Due

Sending with this function here works fine: uint16_t usart0spiTransfer16(uint16_t spiMessage16) { uint16_t sdo = 0; byte firstByte = spiMessage16; byte secondByte = (spiMessage16 >> ...

15 30 50 per page
1
2 3 4 5
34