Ian
Ian
I am suggesting that there is a npm that defines all the dependencies already deployed into the nodejs8Action docker container so that, those who are developing functions can include that...
I have a re-entrancy issue because I have a a web service (rest/json) that acts as an aggregator for other services. Both the aggregator and the other services need to...
I switched to OSX in 2005 and have never looked back or had to rebuild a machine, which is probably why my OS image may be a bit of a...
Same error On OSX 10.11, hardware from 2010, using the Universal Sentence Encoder, loaded into a web page, no Chrome TF extension, on the most recent version of Chrome supported...
The OS crash was caused by running the GPU out of memory. Reducing the batch size of embeddings in the Universal Sentence Encoder has fixed the crash and produced a...
@ttlappalainen does https://github.com/skarlsson/NMEA2000_twai conform to how you would expect support for ESP32 C3,S3 with the twai library support to look ? It seems more direct and simpler than over variants...
> You could also check this https://github.com/offspring/NMEA2000_esp32/tree/add-esp32s3 Tried this one, but I am using a C3 not a S3. Also tried to create a C3 header file for that, but...
The code from @skarlsson works good, no problems on one of the cheap ebay esp32C3 modules. It correctly recognises when the bus driver (TJ1050@5v with r divider on rx) is...
Ran for > 24h with no failures or painics, although the esp32C3 is single core so race conditions are less likely. Seems to be stable for me.