Ken Martin
Ken Martin
Using Azure Portal, if I create a deployment that has a target condition like `tags.environment IN ['foo','bar'] OR deviceId IN ['a','b','c']`, that condition finds all expected devices when I “Find...
On MacBook Pro M2 (Mac OS 13.3.1) running PlatformIO IDE v3.3.1 in VS Code 1.82.2 Main error: `dyld[2890]: Library not loaded: /usr/local/opt/libusb/lib/libusb-1.0.0.dylib` Uploading from Arduino IDE works fine. The device...
### Current Behavior In Node-RED v3.1.3 using node-red-dashboard 3.6.2, it’s apparently not possible to drag/reposition nodes around using the latest Brave Browser (on Mac; v1.61.114 Chromium: 210.0.6099.199). Brave's "shields" are...
On ESP32, I have code for which Wi-Fi and MQTT are working perfectly reliably in one task, but in another task the `m_mqttClient.connect(…)` call hangs until `MQTT_SOCKET_TIMEOUT`, at which point...
Is it possible to use what you've done here to process historical readings? Maybe by cloning this repo and running at cmd line wih some mods? I see you are...
[ArduinoCore-mbed 4.1.5](https://github.com/arduino/ArduinoCore-mbed/releases/tag/4.1.5). It would be great to get this out soon. This resolves some nasty DHCP and Ethernet issues. Thanks! :) Side question: Is there a way that I could...
### Describe the bug Prior to Bookworm, I enabled the Pi to act as a Wi-Fi Access Point (in part) via: ``` # /etc/hostapd/hostapd.conf country_code=US interface=wlan0 ssid=my-network hw_mode=g channel=2 macaddr_acl=0...