ESP8266_ArtNetNode_v2 icon indicating copy to clipboard operation
ESP8266_ArtNetNode_v2 copied to clipboard

Problem for flashing code with d1 mini

Open tapi35 opened this issue 4 years ago • 16 comments

Hello, I want to use d1 mini for this code for connecting dmx and ws2812. I don't succeed in using arduino IDE. I have flash "espArtnetNode_2.0.0_b5g_WEMOS.bin" with ESP.Easy.Flasher. I have the web interface on hotspot mode, I configure my ssid with password but when I turn off the d1, all the parameters are cancelled. That's the first problem. Is it possible to use arduino IDE directly with the d1 mini connected via usb ? I have test with a lot of configuration : put LOLIN(WEMOS) d1 r2 and mini, flash size 4M(3M SPIFFS), cpu in 160Mhz. I have test with blink, it's ok but with the espArtnetNode2.0.0-b5g, message wifistart was not declare on this scope". I don't use level shifter for the moment, is it a problem ? Sorry for all those questions but I' m totally lost. Thanks a lot for your help

tapi35 avatar Mar 15 '20 16:03 tapi35

I had a similar experience with D1 Mini until flashing an earlier version https://github.com/mtongnz/ESP8266_ArtNetNode_DMX.git I was then able to upgrade/update to ESP8266_ArtNetNode_v2 through Web UI OTA

muxlux avatar Mar 15 '20 18:03 muxlux

Thanks a lot ! it works. It's write on the description but I didn't notice it.

tapi35 avatar Mar 16 '20 13:03 tapi35

glad it's working! i connected mine to a $2 max485 module & it's been working well with 90 channels (15 fixtures) have fun!

On Mon, Mar 16, 2020 at 6:57 AM tapi35 [email protected] wrote:

Thanks a lot ! it works. It's write on the description but I didn't notice it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mtongnz/ESP8266_ArtNetNode_v2/issues/126#issuecomment-599550381, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARMTYV2NLHWWLO4Y7A3GITRHYV3TANCNFSM4LLEENVQ .

muxlux avatar Mar 16 '20 17:03 muxlux

Hi ther! i want to try it on a d1 mini, but i found a couple of Problems with the upload. The V2 and V1 version doesnt load up. i get errors in die IDE (1.8.12): StoreInit was not declared... and several Artnet errors "sendartnetreplay" was not declared...

Did i miss a file or something? i am New to that stuff buw other projects are working fine :-)

Hitower78 avatar Mar 31 '20 20:03 Hitower78

are you compiling it for the 'LOLIN(WEMOS) D1 R2 & mini' board?

On Tue, Mar 31, 2020 at 1:16 PM Hitower78 [email protected] wrote:

Hi ther! i want to try it on a d1 mini, but i found a couple of Problems with the upload. The V2 and V1 version doesnt load up. i get errors in die IDE (1.8.12): StoreInit was not declared... and several Artnet errors "sendartnetreplay" was not declared...

Did i miss a file or something? i am New to that stuff buw other projects are working fine :-)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mtongnz/ESP8266_ArtNetNode_v2/issues/126#issuecomment-606851018, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARMTYUSF62ZSOYKC2AD3ITRKJFRXANCNFSM4LLEENVQ .

muxlux avatar Mar 31 '20 20:03 muxlux

i'm using Arduino 1.8.10 may want to try downgrading

muxlux avatar Apr 02 '20 02:04 muxlux

Hallo zusammen Hi there,

i use to flash the BIN, thats very easy with no complications!

in IDE the errors are still there... but the BIN is running now!

thanks

Hitower78 avatar Apr 05 '20 00:04 Hitower78

is the dmx output of your nodes stucking (not smooth) ? mine is stucking

Hoizna avatar May 03 '20 14:05 Hoizna

i never check the DMX Out. That would by the case in my next Project

Hitower78 avatar May 04 '20 08:05 Hitower78

i've experienced occasional signal interruptions if it's real bad, you may have a & b on the rs485 module/transceiver

On Mon, May 4, 2020 at 1:53 AM Hitower78 [email protected] wrote:

i never check the DMX Out. That would by the case in my next Project

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mtongnz/ESP8266_ArtNetNode_v2/issues/126#issuecomment-623341041, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARMTYTOHZE223WJCT3LS7DRPZ673ANCNFSM4LLEENVQ .

muxlux avatar May 04 '20 15:05 muxlux

...reversed

On Mon, May 4, 2020 at 8:16 AM robb [email protected] wrote:

i've experienced occasional signal interruptions if it's real bad, you may have a & b on the rs485 module/transceiver

On Mon, May 4, 2020 at 1:53 AM Hitower78 [email protected] wrote:

i never check the DMX Out. That would by the case in my next Project

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mtongnz/ESP8266_ArtNetNode_v2/issues/126#issuecomment-623341041, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARMTYTOHZE223WJCT3LS7DRPZ673ANCNFSM4LLEENVQ .

muxlux avatar May 04 '20 15:05 muxlux

I have everything built like in the schematic... maybe it is because i am working with expensive nodes at work. But i discovered, that the Old version: 1.2.0 is much more stable, and i don´t have problems with it. I don´t need the dmx in and the scene storage is also a good feature to have, so i will probably switch back again to the old version... Maybe the v2 gets more stable in some future code releases, than i will try again. Thanks for your help!

Hoizna avatar May 04 '20 15:05 Hoizna

i had better stability with the older version too i was only using one dmx output

it's a great project but there're quite a few open issues & the last commit was two years ago might be worth checking out some of the forks

On Mon, May 4, 2020 at 8:40 AM Hoizna [email protected] wrote:

I have everything built like in the schematic... maybe it is because i am working with expensive nodes at work. But i discovered, that the Old version: 1.2.0 is much more stable, and i don´t have problems with it. I don´t need the dmx in and the scene storage is also a good feature to have, so i will probably switch back again to the old version... Maybe the v2 gets more stable in some future code releases, than i will try again. Thanks for your help!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mtongnz/ESP8266_ArtNetNode_v2/issues/126#issuecomment-623539558, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARMTYUCXTY2Q2L2NANP5VTRP3OVJANCNFSM4LLEENVQ .

muxlux avatar May 04 '20 15:05 muxlux

Hello

I Flashed the Wemos D1 mini and connected it according one of the schematics. but I dont get an DMX output. I am not sure if everything is connected correctly because the schematics is not for the wemos and i tried to connect it according the table. but its not working. Can someone tell me how to connect the Wemos D1 mini correct with the Max 485 Module?

Thank you

Daniel091988 avatar Sep 15 '21 22:09 Daniel091988

Have you swapped tx & rx? I've made that mistake before.

On Wed, Sep 15, 2021, 3:40 PM Daniel091988 @.***> wrote:

Hello

I Flashed the Wemos D1 mini and connected it according one of the schematics. but I dont get an DMX output. I am not sure if everything is connected correctly because the schematics is not for the wemos and i tried to connect it according the table. but its not working. Can someone tell me how to connect the Wemos D1 mini correct with the Max 485 Module?

Thank you

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mtongnz/ESP8266_ArtNetNode_v2/issues/126#issuecomment-920434823, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARMTYUB5WD3DSOS4UZHWN3UCEOGPANCNFSM4LLEENVQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

muxlux avatar Sep 16 '21 14:09 muxlux

I found the problem today. The dmx device did not recognize the dmx. i used DMX Monitor app to send a signal via artnet and now it shows a signal.

Daniel091988 avatar Sep 16 '21 17:09 Daniel091988