Tom Stein
Tom Stein
Had the same problem. First thought was that DNS isn't quite updated yet (but I got an other error before this one). Thanks for the solution. It worked for me.
The main docs [link](https://docs.heltec.org/en/latest/cubecell/index.html) seems to be down, however the docs are still up [here](https://docs.heltec.org/en/node/cubecell/quick_start.html#install-cubecell-relevant-framework). The boardsmanager json file is [here](https://github.com/HelTecAutomation/CubeCell-Arduino/blob/master/package/package_CubeCell_index.json) on GitHub and you can use this URL: https://github.com/HelTecAutomation/CubeCell-Arduino/releases/download/V1.4.0/package_CubeCell_index.json...
Mh yeah, I guess parts of the links are broken (see #254). Until a fix arrives I can recommend using PlatformIO to program your Heltec CubeCell Boards: https://docs.platformio.org/en/stable/boards/asrmicro650x/cubecell_board_plus.html
This looks very strange to me. Can you provide the full code (e.g. on [GitHub Gist](https://gist.github.com/))?
This would be more of anohter project if I get your idea right. What you want is a DMX outputting device that has some BPM detection with microphone, right? I...
This would be awsome
Have a look at LoRaWAN confirmed uplink (just google it)
You can easily use the provied `EEPROM.put(address, structobj);` function to save a struct with arbitrary data types like `uint32_t` to the EEPROM. You can use the function with code similar...
> i used the code from the examples folder https://github.com/HelTecAutomation/CubeCell-Arduino/tree/master/libraries/EEPROM/examples > > however i observed that while using the board adresses 0-255 seem to randomly be resetted to 0. i...
Can you verify if this is still the case? I just tried it and after adding the ``` schema: type: string format: binary ``` to my OpenAPI spec I get...