Adolfo E. García

Results 28 comments of Adolfo E. García

Hi @UncleGrumpy, nice work! I will try to test it using my Heltec Wireless Stick V3 (ESP32-S3) in December.

Hi, thank you. Yes, I was aware of that, but I want to experiment with CAN bus and other peripherals, and will try to base it on Zephyr.

@bettio @UncleGrumpy would modifying `src/libAtomVM/CMakeLists.txt` like below be a good alternative to avoid code duplication? ```cmake cmake_minimum_required (VERSION 3.13) project(libAtomVM C) set(HEADER_FILES atom.h atomshashtable.h avmpack.h bif.h bitstring.h context.h debug.h defaultatoms.h...

@UncleGrumpy The target name remains the same, can you try this instead: ```cmake target_compile_features(libAtomVM PUBLIC c_std_11) ```

Hello. I'm also having this issue, only that I'm using the [Controllino](https://controllino.biz) platform. I was trying to get around this issue using the workaround mentioned by @aog2000a in a previous...

Hey @djnugent you can try downloading the Balena image, mounting it, adding the overlay files and editing the `config.txt` file accordingly. You must do it before the first boot of...

Hi, related to this issue, what is the recommended way of using a CAN shield such as Waveshare's (https://www.waveshare.com/wiki/RS485_CAN_for_Jetson_Nano)? Can one add a DTS overlay just like in the Rpi-based...

Hi @acostach, thank you for your reply and for the information, I'll look into that documentation.

Is this expected when quantizing? If one is quantizing the embeddings, shouldn't one prefer the Hamming distance?: > Binarization is to compress a full-precision weight into a binary code that...

> I also believe, that you should may have wanted to use a different `precision` argument for binary indexes. It's not mentioned on the main page, but is listed in...