Questions tagged [intel-edison]

The Intel Edison is a cutting-edge electronics prototyping tool that includes an Intel® Quark™ microcontroller and an Intel® Atom™ Dual Core CPU, as well as Bluetooth Low Energy (BLE) and WiFi capabilities. This platform is specifically designed for creating prototypes of Internet of Things (IoT) connected devices.

Strange characters are appearing when I communicate between Intel Edison and NodeJS via serial port

I have connected an FTDI device to my computer, with the FTDI then connected to an Intel Edison Arduino breakout board using the 0RX and 1TX pins. Here is the serial pin hookup: Edison TX ------> FTDI RX Edison RX ------> FTDI TX To manage the GPIO o ...

Force restart broken socket within Node.js program using Socket.IO programmatically

I have a simple one-to-one client and server Node.js based application. The Node.js is running on Linux (Intel Edison). I am attempting to automatically reboot the Linux server whenever the socket connection is broken. Is this achievable? Below is my unco ...