May 17, 2024, 10:57:11 AM

Recent posts

#1
UEXT / Re: Changing I2C address of MO...
Last post by LubOlimex - Today at 10:21:34 AM
You are right, looking at the source code that is also published, and more specifically in OLIMEX.h there is list of all commands and corresponding code and at the bottom there is:

#define SET_ADDRESS 0xF0

I will be fixing the manuals, sorry for your troubles but thanks for the effort and contribution.
#2
ESP32 / Re: Serial Monitor with ESP32-...
Last post by LubOlimex - Today at 10:09:52 AM
Your code works fine here: https://imgur.com/a/d9JChM2

These are the settings I use: https://imgur.com/Apk76Z6

I use latest developer Arduino for ESP32. 3.0.0-rc3
#3
ESP32 / Re: ESP32-gateway...different ...
Last post by LubOlimex - Today at 09:50:34 AM
Can you use other free GPIO pins instead of GPIO9, GPIO10, GPIO11?
#4
ESP32 / Re: Serial Monitor with ESP32-...
Last post by LubOlimex - Today at 09:48:35 AM
The board doesn't use USB-serial convertor, it uses the native USB of the ESP32-S2 chip.

You'd probably need to figure out which serial to use and have USB CDC on boot option selected.
#5
ESP32 / Re: ESP-POE having problems wi...
Last post by LubOlimex - Today at 08:12:09 AM
It would be impossible to solve this for you since we lack the same software and hardware as you but we can compare with the board that works.

> I did a test with another supplier of a board using WLED as well using the same settings

Which other board exactly did you use and where did you connect the LED on it?
#6
AM3352 / Re: Touchscreen compatibility ...
Last post by Christopher23 - Today at 07:22:53 AM
A good choice for a small touchscreen that is compatible with the AM3359-SOM-EVB-IND is the 4.3-inch LCD with resistive touchscreen from Waveshare. This monitor has a resolution of 480x272 and comes with a USB touch control board, making it easy to connect to the AM3359-SOM-EVB-IND via USB port.
#7
ESP32 / Re: ESP-POE having problems wi...
Last post by djpeterlewis - Today at 01:49:00 AM
I did a test with another supplier of a board using WLED as well using the same settings on Ethernet and their board did not flash pixels. I was hoping it would have been the WLED software as it is a easier fix.

Can you guys look into it ?

I want to standardize my products using your board. So far I have over 100 boards and they all seem to give the same issue

Thank you
#8
ESP32 / Serial Monitor with ESP32-S2-D...
Last post by dwd - May 16, 2024, 08:25:46 PM
I suspect this is a silly question, but I cannot get the Serial Monitor to work with this board. I can put it into boot-loader mode and upload a sketch, then RST and run it. However, when I RST the board so it runs, the Arduino IDE (Version 2.3.2) loses contact with the board and so cannot display anything.

What am I missing?

Minimal code to reproduce:
#define PERIOD  1000  //ms

void setup()
{
  Serial.begin(115200);
}

void loop ()
{
  Serial.println("Hello World!");
  delay (PERIOD);
}
#9
ESP32 / Re: ESP32-gateway...different ...
Last post by luca1978 - May 16, 2024, 05:07:59 PM
ok, quindi non c'รจ modo di farlo funzionare? dovrei trovare due schede con revisione E?
#10
STMP1 / Re: Olimex STMP1 SOM - Error s...
Last post by LubOlimex - May 16, 2024, 04:07:01 PM
Yes, better create a new thread.