Bart
Bart
It is not synced at all, if I do not trigger a manual update to the state, I get the following: ```js const correctLength = ([...temp1.plugin.managers.structure.hierarchy.dataState.cells.values()] .map(e => e.obj.label) .filter(l...
> > @dsehnal how would you ensure the manager is synced? > > That should already be happening. But the state tree update needs to finish before that could happen....
hey @maeenk I have used the ESP8266 and I sort of recognize some of the errors. Please make sure that when the sketch does not print an incorrect Device ID...
Add an electrolytic capacitor across VCC (which is the net connected to VDDAON, VDD3V3) and ground. As you might know, the capacitor will act as a (very) small battery that...
Hi Maeenk, Unfortunately I am not too familiar with SPI and the expected voltages, so I can't be of much help in that regard. But can you further explain what...
Hey that's my code, not sure why a redownload would compile. I just saw that the default arduino EEPROM class does not implement `EEPROM.begin`, only the ESP8266 arduino core. Should...
Ah I see the latest commits. No problem obviously, glad it could be fixed quickly.
@Frederiknoer I too am trying to achieve this, did you find a solution?
@Sonic0 Could you maybe provide some pointers on which methods would be usable for this? I would like to develop a system in which I can measure the distance between...
@arunprakash-avt Thanks for the swift reply, the script in the original post is the smallest way to reproduce, here is my entire script: ``` python import sys from vimba import...