Pete Garafano

Results 11 issues of Pete Garafano

Following the [example](https://learn.microsoft.com/en-us/aspnet/core/grpc/interprocess-uds?view=aspnetcore-8.0) in the docs, I tried to connect to a gRPC server listening on a Unix Domain Socket. I created a small program to test it ``` using...

question

### Description Running the code yields ``` Unhandled exception. System.InvalidOperationException: Channel is configured with an HTTP transport doesn't support client-side load balancing or connectivity state tracking. The underlying HTTP transport...

Source - Docs.ms
gRPC
aspnet-core/svc
grpc/subsvc

Currently, there is support for the [VL53L0X](https://www.adafruit.com/product/3317), but this driver does not work for the [VL53L4CX](https://www.adafruit.com/product/5425). It might be wise to see if we can add support for the [VL53L1X](https://www.adafruit.com/product/3967)...

Driver Request

When running off battery power, there is no documentation on the state of the 5V rail. In my experience, the 5V rail is less than 3V on a fully charged...

p1

Currently, the [Power Budget section](https://developer.wildernesslabs.co/Meadow/Meadow_Basics/IO/Power/) talks about the power budget when running off USB power. When running off battery only, it is unclear how much power is available on the...

p2

When using config files to configure [WiFi settings](https://developer.wildernesslabs.co/Meadow/Meadow.OS/Networking/), simply adding a handler to `NetworkConnected` as currently described is not enough. >In this case, you might want to register the NetworkConnected...

p1

When trying to use the `CloudLogger` talked about in [Enabling CloudLogger](https://developer.wildernesslabs.co/Meadow/Meadow.Cloud/Logs_Events/), you need to first add the `Meadow.Logging.LogProviders` NuGet package. We need to add this to docs.

We should document the state of the following items during sleep: * The STM32 * The ESP32 We should also clarify which type(s) of sleep these devices are in as...

enhancement
p2

* The `DefaultInterface` is mentioned in the [Develop Cellular Apps](https://developer.wildernesslabs.co/Meadow/Meadow.OS/Cellular/Develop_Cellular_Apps/) page, but not mentioned on the [OS & Device Configuration](https://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/OS_Device_Configuration/) page. * It is unclear what the proper mapping from...

p1

I'm trying to test out the RTU Server. If I specify a timeout, the server is unstable: it either times out before the client connects or closes if requests are...