# XOD Ideas & Discussions

**URL:** https://forum.xod.io/c/ideas/12.md?page=1

[Latest](https://forum.xod.io/latest.md) · [Categories](https://forum.xod.io/categories.md)

**Page:** 2

---

## [Links to source code of libraries](https://forum.xod.io/t/links-to-source-code-of-libraries/4009)

<div class="topic-metadata">

**Author:** [@bartek-wolowiec](https://forum.xod.io/u/bartek-wolowiec)\
**Replies:** 6\
**Last updated:** [May 29, 2020, 7:17pm UTC](https://forum.xod.io/t/links-to-source-code-of-libraries/4009 "2020-05-29T19:17:05Z")

</div>

Is there an easy way to access source from library documentation ? I’m thinking about how from docs get to github. I love to dig into details of some libraries, as this helps to understand the entire system better and …

---

## [XOD development setup](https://forum.xod.io/t/xod-development-setup/3958)

<div class="topic-metadata">

**Author:** [@quinkennedy](https://forum.xod.io/u/quinkennedy)\
**Replies:** 4\
**Last updated:** [May 18, 2020, 6:47pm UTC](https://forum.xod.io/t/xod-development-setup/3958 "2020-05-18T18:47:20Z")

</div>

I was hoping to address the arduino-cli version, but am having issues getting a XOD development environment set up completely. Is there a place that has thorough dev documentation? Covering things like setting up environ…

---

## [Flashing via WebUSB](https://forum.xod.io/t/flashing-via-webusb/3967)

<div class="topic-metadata">

**Author:** [@quinkennedy](https://forum.xod.io/u/quinkennedy)\
**Replies:** 2\
**Last updated:** [May 18, 2020, 5:57pm UTC](https://forum.xod.io/t/flashing-via-webusb/3967 "2020-05-18T17:57:34Z")

</div>

the WebUSB API is kind of a thing and is supported on a couple of browsers. So it could make sense for the browser-based IDE to include support for uploading directly…

---

## [XOD Browser IDE Arduino Upload has misleading footer](https://forum.xod.io/t/xod-browser-ide-arduino-upload-has-misleading-footer/3968)

<div class="topic-metadata">

**Author:** [@quinkennedy](https://forum.xod.io/u/quinkennedy)\
**Replies:** 1\
**Last updated:** [May 18, 2020, 10:02am UTC](https://forum.xod.io/t/xod-browser-ide-arduino-upload-has-misleading-footer/3968 "2020-05-18T10:02:41Z")

</div>

I felt like submitting a “bug report” on github was a little heavy-handed for this, since technically if you follow the instructions it correctly leads you to download the IDE, but… On the web IDE, when you select “Show…

---

## [XEN-L005: Sharp Infrared Range Meters Library](https://forum.xod.io/t/xen-l005-sharp-infrared-range-meters-library/1211)

<div class="topic-metadata">

**Author:** [@nkrkv](https://forum.xod.io/u/nkrkv)\
**Replies:** 0\
**Last updated:** [October 11, 2018, 3:35pm UTC](https://forum.xod.io/t/xen-l005-sharp-infrared-range-meters-library/1211 "2018-10-11T15:35:18Z")

</div>

Sharp infrared range meters with the analog interface are well-known sensors in the Arduino world. They are so common that deserve a library under xod-dev , but proprietary enough to be extracted out of xod/common-hardw…

---

## [\[I want a node\] Merge, unmerge signals into one link](https://forum.xod.io/t/i-want-a-node-merge-unmerge-signals-into-one-link/3042)

<div class="topic-metadata">

**Author:** [@microbios75](https://forum.xod.io/u/microbios75)\
**Replies:** 9\
**Last updated:** [December 9, 2019, 4:07pm UTC](https://forum.xod.io/t/i-want-a-node-merge-unmerge-signals-into-one-link/3042 "2019-12-09T16:07:00Z")

</div>

Merge links One node merges various signals like booleans, pusles, strings, etc, into one link. Then, a second node unmerges the link into separate signals. This would greatly improve the aesthetics and the feel of X…

---

## [Feature request: Please add the ability to run simulations offline (NO CLOUD)](https://forum.xod.io/t/feature-request-please-add-the-ability-to-run-simulations-offline-no-cloud/2474)

<div class="topic-metadata">

**Author:** [@sfranzyshen](https://forum.xod.io/u/sfranzyshen)\
**Replies:** 1\
**Last updated:** [August 13, 2019, 8:57am UTC](https://forum.xod.io/t/feature-request-please-add-the-ability-to-run-simulations-offline-no-cloud/2474 "2019-08-13T08:57:46Z")

</div>

I’m new to XOD … I would like to know if it is possible to run simulations without using the cloud … what would it take to allow for offline simulations? I’m assuming that the cloud is compiling for some sort of VM that …

---

## [\[I want a node\] Need join-pulses node (eventually)](https://forum.xod.io/t/i-want-a-node-need-join-pulses-node-eventually/1715)

<div class="topic-metadata">

**Author:** [@awgrover](https://forum.xod.io/u/awgrover)\
**Replies:** 5\
**Last updated:** [January 21, 2019, 9:14am UTC](https://forum.xod.io/t/i-want-a-node-need-join-pulses-node-eventually/1715 "2019-01-21T09:14:36Z")

</div>

The problem: What if we need the result of BOTH of 2 asynchronous operations (e.g. xod-dev/esp8266-mcu/connect and xod/common-hardware/dht2x-thermometer), so we can perform a 3rd operation (LED, Servo, radio-write, etc). …

---

## [XEN-F001: Enums](https://forum.xod.io/t/xen-f001-enums/1208)

<div class="topic-metadata">

**Author:** [@nkrkv](https://forum.xod.io/u/nkrkv)\
**Replies:** 9\
**Last updated:** [January 8, 2019, 4:49pm UTC](https://forum.xod.io/t/xen-f001-enums/1208 "2019-01-08T16:49:45Z")

</div>

Enumerations are common in the programming world. Most languages provide either built-in facilities for defining enum types or recommendations for emulating them. While some languages provide very basic support which is…

---

## [\[I want a node\] Watch-graphic, would show data visually and allow export to csv](https://forum.xod.io/t/i-want-a-node-watch-graphic-would-show-data-visually-and-allow-export-to-csv/1491)

<div class="topic-metadata">

**Author:** [@philippejadin](https://forum.xod.io/u/philippejadin)\
**Replies:** 4\
**Last updated:** [December 13, 2018, 3:25pm UTC](https://forum.xod.io/t/i-want-a-node-watch-graphic-would-show-data-visually-and-allow-export-to-csv/1491 "2018-12-13T15:25:22Z")

</div>

watch-graphic Shows incoming values in realtime as a visual graph, when a debug session is active. Allows to export data as CSV Inputs INa (number, default=1) — the input data to be debugged UPD — to trigger a new pl…

---

## [XEN-L001: Color library](https://forum.xod.io/t/xen-l001-color-library/1209)

<div class="topic-metadata">

**Author:** [@nkrkv](https://forum.xod.io/u/nkrkv)\
**Replies:** 11\
**Last updated:** [December 12, 2018, 3:03pm UTC](https://forum.xod.io/t/xen-l001-color-library/1209 "2018-12-12T15:03:31Z")

</div>

Many hardware projects involve some light effects. To achieve the effects various colorful LEDs and LED strips are widely used. Color is not a trivial scalar. Several notations exist to define a color. For example RGB, …

---

## [How should we organize the standard nodes from xod/core?](https://forum.xod.io/t/how-should-we-organize-the-standard-nodes-from-xod-core/201)

<div class="topic-metadata">

**Author:** [@nkrkv](https://forum.xod.io/u/nkrkv)\
**Replies:** 12\
**Last updated:** [September 3, 2018, 11:47am UTC](https://forum.xod.io/t/how-should-we-organize-the-standard-nodes-from-xod-core/201 "2018-09-03T11:47:45Z")

</div>

Hi, folks! We need your advice on organizing the standard library. This is the first time we ask to brainstorm for a particular improvement. I hope XOD and you would benefit from it. Well, we have xod/core library and i…

[Previous page](https://forum.xod.io/c/ideas/12.md)
