The Wayback Machine - https://web.archive.org/web/20211014123424/https://github.com/topics/iot
Skip to content
#

iot

Here are 11,174 public repositories matching this topic...

netdata
HolgerHees
HolgerHees commented May 17, 2019

Hi,

first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.

First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there

Aries-Lee1991
Aries-Lee1991 commented Oct 11, 2021

[English description] For enhancing the readability and understandability of TDengine’s documents, is there anyone interested in adding a space (punctuation) between Chinese characters and English terms in the documentation?

Take “位置Location” for instance, you are expected to add a space between “位置” and “Location”, then the revised version should be “位置 Location”

Here is the link of documen

averelon
averelon commented Aug 7, 2020

The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:

sip.js(1128): uncompensated = uint16(data[0], data[1]);

Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media

urh
jacobagilbert
jacobagilbert commented Sep 18, 2020

A common protocol structure is to have a header containing a length field, followed by data of length bytes, followed by additional protocol fields such as a CRC. If the length field is variable, the position of subsequent URH-specified protocol fields defined by fixed position will not be in the correct location.

I do not know the best way to address this, but quick and easy way to support

zaunist
zaunist commented Oct 11, 2021

Improved or typo fixed.

When I installed the apisix dependency,I found that different Linux distributions have different executions. Can we merge these different executions into "install-dependencise.sh"? Therefore, it is more convenient for users to install dependencies.

Solution

Use "cat /etc/*-release" to identify different distributions and execute different installation commands.O

This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Python, and Java.
  • Updated Oct 14, 2021
  • Jupyter Notebook
microk8s
programmer101010
programmer101010 commented Oct 6, 2021

Version:
Using Ubuntu 20.04.3 LTS and microk8s 1.22 (stable) v1.22.2 installed via snap

Input: sudo microk8s enable dns
Part of output: Warning: spec.template.metadata.annotations[scheduler.alpha.kubernetes.io/critical-pod]: non-functional in v1.16+; use the "priorityClassName" field instead

Input: sudo microk8s enable dashboard
Part of output: Warning: spec.template.spec.nodeSelector[bet

cvinayak
cvinayak commented Aug 5, 2021

Is your enhancement proposal related to a problem? Please describe.
_ A clear and concise description of what the problem is._

Use defines in

  • radio_phy_set
  • radio_switch_complete_and_tx
  • and so on

Refer to:
https://github.com/zephyrproject-rtos/zephyr/pull/37283/files#r680822843

Describe the solution you'd like
A clear and concise description of what you want to h

node-serialport
SVSagi
SVSagi commented Jul 30, 2018

Summary of Problem

Not able to open port with stopbits as 1.5

I am currently building a desktop client using electron, where the COM port receives data correctly for values: baudRate: 2400, dataBits: 7, stopBits: 1.5, parity: 'none'

I found from the node-serialport documentation, stopBits Must be one of these: 1 or 2. But, should 1.5 be supported as well? especially for old & slow

questdb

Improve this page

Add a description, image, and links to the iot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the iot topic, visit your repo's landing page and select "manage topics."

Learn more