Perhaps you need to settle on a stable option that will work everywhere, or make a choice of option?
Search found 45 matches
- 08 Nov 2024, 11:07
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 4024
- 08 Nov 2024, 10:30
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 4024
- 08 Nov 2024, 09:07
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 4024
Re: NeoPixel (WS2812b) stability
I guess I need to connect the logic analyzer to it to see if this is a timing issue. The reason I asked to test the later build is that there has been some changes to how USB serial is handled on ESP32-S2. So you have ESPEasy console also enabled on the USB-CDC port? You can disable the ESPEasy con...
- 08 Nov 2024, 05:17
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 4024
Re: NeoPixel (WS2812b) stability
Where is the start of the string? Can you also try the latest test build I posted here: https://td-er.nl/ESPEasy/latest/ This one has a more recent ESP-IDF version. Installed Build: ESP_Easy_mega_20241025_neopixel_ESP32s2_4M316k_LittleFS_CDC_ETH Oct 25 2024 In terms of artifacts, there may have bee...
- 07 Nov 2024, 10:09
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 4024
Re: NeoPixel (WS2812b) stability
I use NeoPixel (7-Segment) and artifacts are constantly present. I use a level converter. I tried to turn on NeoPixel Matrix, NeoPixel Ring Clock, NeoPixel (Candle). Only on the last one (Candle) there are no artifacts. Build: ESP_Easy_mega_20240919_neopixel_ESP32s2_4M316k_LittleFS_CDC_ETH Sep 19 20...
- 11 Jul 2024, 17:43
- Forum: ESP Easy: Software
- Topic: Error in variable value
- Replies: 10
- Views: 4311
- 11 Jul 2024, 16:37
- Forum: ESP Easy: Software
- Topic: Error in variable value
- Replies: 10
- Views: 4311
Re: Error in variable value
Also there isn't a perfect 1-to-1 conversion for binary floating point values to decimal and back. Some number simply cannot be represented in binary floating point representation and thus cause rounding errors. Still, I don’t understand why the number 23.6 from the sensor, presented in binary form...
- 11 Jul 2024, 13:04
- Forum: ESP Easy: Software
- Topic: Error in variable value
- Replies: 10
- Views: 4311
- 11 Jul 2024, 13:02
- Forum: ESP Easy: Software
- Topic: Error in variable value
- Replies: 10
- Views: 4311
- 11 Jul 2024, 11:46
- Forum: ESP Easy: Software
- Topic: Error in variable value
- Replies: 10
- Views: 4311
Re: Error in variable value
No, the problem is not in comparison. Problem with display output. I don’t understand why, when assigning the value 23.8 to a variable, it turns out to have 23.799999.
Let,9,[var#5#D.1] I tried the same thing, it doesn't cut
Let,9,[var#5#D.1] I tried the same thing, it doesn't cut
- 11 Jul 2024, 10:07
- Forum: ESP Easy: Software
- Topic: Error in variable value
- Replies: 10
- Views: 4311
Error in variable value
the variable v4 v5 is assigned the temperature value with one digit after the point; in system variables it is displayed; it is sometimes displayed with a much larger number of digits and is displayed in text mode in the same way.
in the sensor settings there is one digit after the dot
in the sensor settings there is one digit after the dot
- 12 Apr 2024, 09:25
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
Thanks for the explanation. Now I understand that the rows are based on tiles and not the size of the matrix.
- 12 Apr 2024, 08:29
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
After installing the level converter, the main problem went away, only periodically appearing colored artifacts remained throughout the field. It is also not clear why there are not 4 text lines when rotating, since the matrix is a multiple of 8x8?
- 12 Apr 2024, 04:40
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
Yes. Certainly
- 11 Apr 2024, 13:01
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
0 ... 31
32 ... 63
64 ... 95
96 ... 127
128...159
160...191
192...223
224...255
This is a zigzag structure. When I asked about display rotation, I meant lines or (lines of text). How many should there be for my matrix? neomatrixcmd,settext,2,text cannot be displayed?
32 ... 63
64 ... 95
96 ... 127
128...159
160...191
192...223
224...255
This is a zigzag structure. When I asked about display rotation, I meant lines or (lines of text). How many should there be for my matrix? neomatrixcmd,settext,2,text cannot be displayed?
- 11 Apr 2024, 12:22
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
OK, thank you. There is still a question about rotating the display 90 degrees, what will happen to the lines? With a 32x8 rotation, how many lines should there be?
- 11 Apr 2024, 11:32
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
This is not possible, the matrix consists of 8 pieces of tape with 32 LEDs connected in a zigzag, it is impossible to get an image on 16x8 or 8x8. And when you rotate the display 90 degrees, the ticker works fine, but the screen still remains on 1 line. I think the problem is not related to the numb...
- 11 Apr 2024, 09:33
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
In fact, I have 32x8. I tried the 32x4 and 32x16 options. I can't do 16x8 without soldering.
- 11 Apr 2024, 09:01
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
I've already done all this. And he told about the results obtained. Pay special attention to the last result with 32x16.
- 11 Apr 2024, 06:00
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
I already tried 32x4, I don’t understand how to make 16x8 without cutting and resoldering. I tried to put 32x16 although in fact I have 32x8 and 1 line started working fine for me. It turns out that the second half always does not work when running the line starting from 32x4.
- 10 Apr 2024, 12:16
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
Understood. But to do this you will have to cut and resolder the tape. Now I have it from 8 pieces of 32 LEDs.
- 10 Apr 2024, 10:52
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
How to change the grid size? I tried changing the dimension of the 32x8 matrix to 32x4. But before that it worked for the top 4 lines. But I don’t want to cut the tape for a different configuration yet.
- 10 Apr 2024, 04:40
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
I haven’t used a level converter yet, I just installed a resistor. I tried the same controller with a different firmware, the creeping line comes out correctly. I reduced the matrix for testing on the advice of TD-er, perhaps he meant something else. I don’t understand what the software difference i...
- 09 Apr 2024, 12:37
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
Re: NeoPixel Matrix doesn't work correctly
ESP_Easy_mega_20240331_neopixel_ESP32s2_4M316k_LittleFS_CDC I didn't start at all. if you make a 32x4 matrix, then half of the font runs in 4 lines, the bottom 4 are empty. When outputting via neomatrixcmd, settext, in the rules of different lines not running, everything is fine. tell me how to check.
- 09 Apr 2024, 10:24
- Forum: ESP Easy: Software
- Topic: NeoPixel Matrix doesn't work correctly
- Replies: 29
- Views: 4395
NeoPixel Matrix doesn't work correctly
Build: ESP_Easy_mega_20240331_neopixel_ESP32s2_4M316k_CDC assembled a 32x8 matrix, When displaying a static image, everything is fine, as soon as scrolling is turned on, the top 4 lines run normally and the bottom 4 lines run in a different color from the garbage.
- 30 Nov 2023, 06:45
- Forum: ESP Easy: Hardware
- Topic: Color - TCS34725 does not work
- Replies: 13
- Views: 7601
Re: Color - TCS34725 does not work
You are right that this affects the consistency of levels, but unfortunately it did not help. I think that this is not a hardware problem, because in the next topic, when connected to Arduino, everything worked. I'm waiting for the Arduino nano to arrive for testing.
- 28 Nov 2023, 07:24
- Forum: ESP Easy: Hardware
- Topic: Color - TCS34725 does not work
- Replies: 13
- Views: 7601
Re: Color - TCS34725 does not work
Should the default data be displayed here, or is it necessary to somehow read the sensor using rules? How to properly check the sensor?- 20 Jul 2023, 09:22
- Forum: ESP Easy: Hardware
- Topic: Color - TCS34725 does not work
- Replies: 13
- Views: 7601
Re: Color - TCS34725 does not work
I applied 5 volts, output 3.3 shows 3.3 volts
- 20 Jul 2023, 08:44
- Forum: ESP Easy: Hardware
- Topic: Color - TCS34725 does not work
- Replies: 13
- Views: 7601
Re: Color - TCS34725 does not work
Vin goes to the stabilizer 3.3 volts. the P050 documentation the same scheme
- 20 Jul 2023, 05:22
- Forum: ESP Easy: Hardware
- Topic: Color - TCS34725 does not work
- Replies: 13
- Views: 7601
Re: Color - TCS34725 does not work
P050 documentation In the examples on the screenshot, 0 values are also indicated. Maybe I'm not looking there? What should a good job look like?
- 19 Jul 2023, 13:20
- Forum: ESP Easy: Hardware
- Topic: Color - TCS34725 does not work
- Replies: 13
- Views: 7601
Re: Color - TCS34725 does not work
there is nothing protective, and most importantly, there are no reading events in the log
- 19 Jul 2023, 12:41
- Forum: ESP Easy: Hardware
- Topic: Color - TCS34725 does not work
- Replies: 13
- Views: 7601
Color - TCS34725 does not work
Can't run Color - TCS34725. Tested on ESP8266, ESP32S2. ESP_Easy_mega_20230623_collection_F
Scan for I2C devices finds I2C Addresses in use 0x29, in the data it displays 0 in the log there is also nothing.
Scan for I2C devices finds I2C Addresses in use 0x29, in the data it displays 0 in the log there is also nothing.
- 29 May 2023, 12:18
- Forum: ESP Easy: General Discussion
- Topic: Firmware for ESP-01S on flash ZP25WQ80 is not loaded
- Replies: 10
- Views: 2320
Re: Firmware for ESP-01S on flash ZP25WQ80 is not loaded
I have not yet learned how to make my own builds, I download the finished *.BIN
- 29 May 2023, 12:05
- Forum: ESP Easy: General Discussion
- Topic: Firmware for ESP-01S on flash ZP25WQ80 is not loaded
- Replies: 10
- Views: 2320
Re: Firmware for ESP-01S on flash ZP25WQ80 is not loaded
An error has crept into the chip name correct ZD25WQ80
- 29 May 2023, 11:40
- Forum: ESP Easy: General Discussion
- Topic: Firmware for ESP-01S on flash ZP25WQ80 is not loaded
- Replies: 10
- Views: 2320
Re: Firmware for ESP-01S on flash ZP25WQ80 is not loaded
Yes, ESPEasy cannot write the settings file.
It seems to me that the problem here is the same as with PUYA, ESPEasy does not know this type of flash, and cannot apply the appropriate algorithm.
It seems to me that the problem here is the same as with PUYA, ESPEasy does not know this type of flash, and cannot apply the appropriate algorithm.
- 29 May 2023, 08:04
- Forum: ESP Easy: General Discussion
- Topic: Firmware for ESP-01S on flash ZP25WQ80 is not loaded
- Replies: 10
- Views: 2320
Re: Firmware for ESP-01S on flash ZP25WQ80 is not loaded
I flashed Wled, Tasmota, they work fine.
- 26 May 2023, 10:06
- Forum: ESP Easy: General Discussion
- Topic: Firmware for ESP-01S on flash ZP25WQ80 is not loaded
- Replies: 10
- Views: 2320
Firmware for ESP-01S on flash ZP25WQ80 is not loaded
Firmware for ESP-01S on flash ZP25WQ80 is not loaded. get flash id : 0x001460ba manufacturer_id: 0xba device_id: 0x6014 INIT : Booting version: ESP_Easy_mega_20230306_normal_ESP8266_1M_VCC, (GitHub Actions) mega-20230306 (ESP82xx Core 2843a5ac, NONOS SDK 2.2.2-dev(38a443e), LWIP: 2.1.2 PUYA support)...
- 26 May 2023, 09:11
- Forum: ESP Easy: Software
- Topic: Which firmware version for ESP-01S 1 mb ???
- Replies: 9
- Views: 3525
Re: Which firmware version for ESP-01S 1 mb ???
The rules themselves are not followed, there is no reaction.
- 26 May 2023, 08:33
- Forum: ESP Easy: Software
- Topic: Which firmware version for ESP-01S 1 mb ???
- Replies: 9
- Views: 3525
Re: Which firmware version for ESP-01S 1 mb ???
Rules do not work on my ESP-01S when loading assemblies newer than Easy_mega_20220328_normal_ESP8266_1M
- 25 Apr 2022, 06:25
- Forum: ESP Easy: Hardware
- Topic: TM1637 7dt
- Replies: 7
- Views: 5776
Re: TM1637 7dt
When you enter the command dn, dt, the display only flashes for a fraction of a second.
- 20 Apr 2022, 11:05
- Forum: ESP Easy: Hardware
- Topic: TM1637 7dt
- Replies: 7
- Views: 5776
Re: TM1637 7dt
Thank you. While I use through dtext. But it seems to me that there is some difference in hardware output between auto and manual mode.
- 20 Apr 2022, 09:07
- Forum: ESP Easy: Hardware
- Topic: TM1637 7dt
- Replies: 7
- Views: 5776
Re: TM1637 7dt
WiFi led feature is disabled, it does not prevent the display from displaying information. Only the 7dt function does not work.
- 20 Apr 2022, 08:26
- Forum: ESP Easy: Hardware
- Topic: TM1637 7dt
- Replies: 7
- Views: 5776
Re: TM1637 7dt
ESP-01S
- 20 Apr 2022, 06:43
- Forum: ESP Easy: Hardware
- Topic: TM1637 7dt
- Replies: 7
- Views: 5776
TM1637 7dt
How to use the 7dt command. At the same time, my display just flashes. At the same time, 7dtext displays the temperature normally. На шине DIO-Pin у меня подключен LED. В автоматическом режиме часы он моргает только при изменении состояния, в ручном режиме моргает постоянно даже если информация не м...
- 20 Apr 2022, 05:47
- Forum: ESP Easy: General Discussion
- Topic: ESP-01S batch troubles
- Replies: 12
- Views: 10787
Re: ESP-01S batch troubles
I flash them with flash_download_tool in DOUT mode. I can advise you to flash in different modes and watch debugging in COM.