-
I am using a NodeMCU 1.0 ESP-12E with Arduino HX711 to connect load cells.
Your library constantly produces WDT reset in combination with the HX711 library. Unfortunately this stops me from using Thi…
-
```
Read error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
```
-
- [x] Necessary? Y
- [x] Search and study
Implementation:
- [ ] Connect to server
- [ ] Subscribe topic
- [ ] Publish message in topics
-
@fukusuket
What about replacing Puppy with https://nim-lang.org/docs/httpclient.html in order to be able to compile static linux binaries?
-
Those would be useful to have, but one needs to check first if Julia provides any constant-time guarantees for its functions on builtin types. If not, this may be achieved by linking a C library, but …
-
Issue to track what's needed to support the WebRTC transport (aka libp2p-webrtc-direct)
## Transport protocols
The WebRTC stack:
| RTCPeerConnection | DataChannel |
|-----------------------…
-
Currently we have `@import`:
```zig
@import(comptime path: []u8) type
```
Adding `@tryImport` provides a solution to the `build.zig` bootstrap problem (see more details on this problem below).
…
-
### Проблема проявляется на данных серверах:
**Infotex[Experimental Weapon Lab]** - ``94.181.174.35:27018``
**MaddyMurk Deathmatch** - ``hl.maddymurk.ru:27015``
Оба сервера работают на движке GoldS…
-
Hi
I have a proble with cheap RC522 that don't send any reading
i would like to debug, but, after flashing debug firmware, i didn't see anything on arduino ide
any suggestion?
I'm opening serial…
-
SSL connections are supported with **beginSslWithCA()** as shown in the WebSocketClientSSLWithCA example code. How to use it for **websocketSocket-ioClient**?