Hello! I am working on a project with 2560 pixels running on Artnet over

@Stef_Weicks open the default.csv with a text editor that is better

Wow thats so cool! I will try this when I get up early tomorrow! Thanks … i will report !

@Stef_Weicks one thing take your time when doing that and backup the two files before modifying them

ok i tied it … and its uploading now… the program works exept the SD-Card and blynk…

i think it wont load SD.begin because its always saying:
Card Mount Failed

and i also have some problems to connect to blynk … i tried the codes which worked before.

@Stef_Weicks strange revert back to your old files board.txt and default.csv

@Stef_Weicks card mount failed means your sd card was not found. But I guess that is not possible. If when reverting everything runs maybe I will try to not increase the size too much in case of blink uses ota

Once blynk connected briefly (for about 1 second) and then immediately the connection was closed again

Ok if that is possible would be glad that works

@Stef_Weicks so you have reverted the files ? Right and reflashed the thing and it works

One minute… I will do it in a few minutes

Hm … I did the backup files back to the folders and opened the program which worked before and now it says 113% space is needed. now I will try another program.

@Stef_Weicks that is normal :wink: you told me that it was 114% with blink :slight_smile:

sorry till now i didnt get so often to my pc… now i have time for all the ESP stuff :wink:

i tried it again and and yeaa its working… i added a wifi.config function… so now its enough space:)

so do you have any idea how to expand the storage not as big as we did it before?

@Stef_Weicks yes I just need to write a new default.csv
I will do one in like an hour after my meetings

no problem … no need to hurry :wink:

@Stef_Weicks
try this

Name, Type, SubType, Offset, Size, Flags

nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x200000,
app1, app, ota_1, 0x210000,0x101000,
eeprom, data, 0x99, 0x311000,0x1000,
spiffs, data, spiffs, 0x312000,0xEE000,

and in the board.txt
the new size should be 2097152

do not hesitate to flash twice
if yu have issue the first time

ok super!.. now the sdcard works and also blynk
but if i use blynk with ble and a normal wlan it connects to the “normal” wlan but not to blynk anymore… do you understand what i mean.

if i delete the wifisetup the BLE connects fine … but there is no wifi rtc sync anymore… this will also be a problem if i want to combine the 2 programs (wifi artnet and this clock) with a internal blynkswitch .

or do you think its better to do all over wifi? unfortunately i´m not as good in xcode todo my own iphoneapp. so blynk or cayenne would be much easyer.

@Stef_Weicks I am not a Blynk user so I can’t help you too much about the configuration. But I think if blynk sees the WiFi it will try to use WiFi instead BLE. But not sure.

ok i tried this thing with wifi only and it works now… yipi :slight_smile:

and i also got it working if there is no connection/internet to blynk… hehehe

Very rarely I noticed a few flicker. especially when executing commands like a butten pres. its not so the problem but maybe you know what could be modified…

@Stef_Weicks good to hear !!!
Now you have to make a small page describing all you did and share your code for other people to use.
Regarding the flickering it’s maybe due to interrupts. Could you put your Fina code on gist ?