leodesigner

Results 13 comments of leodesigner

Try to set port speed to 78400 and look to the boot loader debug messages.

Hi, Seems I have the same issue, but it was after flashing the latest version. I am using ESP12 module (ESP8266 serial WIFI Witty cloud Development Board ESP-12F) esptool.py --port...

Flashed old 2.2.3 version: ``` rf[112] : 00 rf[113] : 00 rf[114] : 01 SDK ver: 1.5.4(baaeaebb) compiled @ May 17 2016 19:23:54 phy ver: 972, pp ver: 10.1 FLASH...

Git it fixed, seems I had FlashConfig from previous flashing of esp-link. So I had to erase_flash and now I am able to run firmware again. It might be useful...

Works reliable at 1.5 Mbit/s https://github.com/leodesigner/esp-link/commit/f5b9a5633feab587a6b6c526557d3ac908030275 You can test my fork at: https://github.com/leodesigner/esp-link

Huge thank you for implementing flooding mesh (similar approach new BT mesh protocol has). Testing this library right now too. @tht Time Sync might help to prevent message replay attack.

You have to maintain your own item/user matrix and manage new/expired users or items. Then run matrix factorization periodically.

You can actually reuse last results as an initialization - this is better than starting from random initialization. In this case only new item/users should be initialized randomly or as...

I am using implicit to do calculations once a 10-60 minutes. However the results are used in realtime web app (client browser side item sorting based on cousine distance).

Looks like I have related issue. After a while smart device node hangs in "Connecting" state. It's not possible to reconnect to a device. Only node red redeploy helps.