Articles 1 - 6
Software & OS

Interfacing IoT with embedded using Node.js, part 5: Web interface - Other

October 03, 2017

We've implemented a web server in Node.js that provides APIs for controlling GPIOs, sampling accelerometers, and reading ADC values. Now we tie it together with a web page that uses these services.

IoT

Interfacing IoT with embedded using Node.js, part 4: ADC - Other

October 02, 2017

The service-md28adc package demonstrates how to run C code called from Node.js. This code implements the reading of the i.MX28 ADC registers in the CPU via memory mapping of these registers.

IoT

Interfacing IoT with embedded using Node.js, part 3: Accelerometer - Other

September 22, 2017

Let?s look at the package for reading the accelerometer, service-mma8451. We'll be implementing support for service-mma8451 entirely in javascript.

IoT

Interfacing IoT with embedded using Node.js, part 2: GPIO - Other

September 13, 2017

In "Interfacing IoT with embedded using Node.js, part 1," we introduced the npm package ts7680-demo-server. We will continue to examine this package in the next three installments, after which we tie it all together with a web page that provides a user interface for controlling a Technologic Systems TS-7680 board.

Software & OS

Sample project: Interfacing IoT with embedded using Node.js, part 1 - Other

September 05, 2017

In part 1 of this sample project, we show how to implement support for the TS-7680 hardware and provide a simple web page for controlling the board.

Software & OS

Speeding embedded systems time to market using Node.js - Other

March 27, 2017

Developing in a traditional embedded systems language such as C is hard, yielding long development times and slow time to market. Newer languages such...

Articles 1 - 6