Spark Electron Cellular Module for M2M Projects Comes with a $3 Monthly Data Plan (Crowdfunding)

Spark IO started with Spark Core, a tiny Wi-Fi module, followed with Spark Photon is a cheaper, faster, and tinier Wi-Fi module, and now the company is launching Spark Electron to bring cellular connectivity to hobbyist projects at an affordable cost and small form factor. Spark Electron specifications: MCU – ST Micro STM32F205 ARM Cortex M3 microcontroller @ 120 MHz with  1MB Flash, 128K RAM Cellular Connectivity – U-Blox SARA U-series (3G) or G-series (2G) modem + NanoSIM card slot + u.FL connector for Antenna Headers – 36 pins with 28 GPIOs (D0-D13, A0-A13), plus TX/RX, 2 GNDs, VIN, VBAT, WKP, 3V3, RST USB – micro USB port for power and programming Misc – Setup and reset buttons, LED Dimensions – 5.08 cm x 2.03 cm x 0.76 cm (1.27 cm including headers) The board can be programmed with Wiring (Arduino’s programming language), C/C++, or ARM assembly. It’s longer than Spark […]

UDOO Neo Development Board is Powered by Freescale i.MX 6SoloX Processor

UDOO boards combine a Freescale i.MX6 dual or quad core processor with an external Atmel SAM3X MCU that’s programmable as an Arduino board, so as Freescale has now formally announced their i.MX 6SoloX processor with a Cortex A9 core running Linux and Android, and a Cortex M4 core running MQX real-time operating systems, it was logical that the company would soon launch a low cost development board based on this heterogeneous processor. Meet UDOO Neo. UDOO Neo board specifications: SoC – Freescale i.MX 6SoloX ARM Cortex-A9 core @ 1GHz and ARM Cortex-M4 Core with 2D/3D GPU System Memory – 512MB or 1GB DDR3 (only Plus version) Storage – On-board NOR SPI Flash, micro SD slot, 8-bit SDIO interface (on headers) Video Input/Output micro HDMI port LVDS interface + touch (I2C signals) Analog camera connection supporting NTSC and PAL 8-bit Parallel camera interface (on headers) Audio – HDMI USB – 1x […]

Freescale Kinetis based Mbed IoT Starter Kit Ethernet Edition Connects to IBM IoT Cloud

ARM, IBM and Freescale have jointly announced Mbed IoT Start Kit – Ethernet Edition at Embedded World 2015 that consists of  a Freescale Kinetis Cortex M4 mbed-enabled development board and a sensor IO application shield that interface with IBM Bluemix cloud platform. Freescale FRDM-K64F Freedom development board specifications: MCU – Freescale Kinetis K64 (MK64FN1M0VLL12) ARM Cortex M4 MCU @ 120 MHz with 1 MB flash memory, 256 KB RAM External Storage – SDHC slot Connectivity – 10/100M Ethernet USB – Dual role USB interface with micro-B USB connector Sensors – FXOS8700CQ accelerometer and magnetometer Headers – Arduino R3 compatible I/O connectors Misc – RGB LED, two user push buttons Power Supply – OpenSDAv2 USB, Kinetis K64 USB, and external source The board also features a programmable OpenSDAv2 debug circuit supporting the CMSIS-DAP Interface software that provides a mass storage device (MSD) flash programming interface, or a CMSIS-DAP debug interface, or […]

Freetronics Introduces an Arduino Shield for ESP8266 ESP-01 Wi-Fi Module

ESP8622 has drastically brought down the price of adding Wi-Fi to MCU boards such as Arduino UNO,  but you need to add some cables, and take care of 3.3V to 5V conversion for the UART pins either with a divider made of 2 resistors, or a FET level shifter, and you may not be able to access all I/O of ESP8622 on the popular ESP-01 version of the module. For a neater solution, Freetronics had designed ESP-01 WiFi Module Shield that takes care of all these small issues. Key features of the shield: 3.3V regulator dedicated to the module Logic level shifters on TX/RX lines: compatible with both 3.3V and 5V Arduino models Selectable TX/RX pins: use D0/D1 for hardware serial, or D2 – D7 for software serial CH_PD pin on ESP-01 module pre-biased for correct operation mode Extra ESP-01 pins broken out for your own connections Prototyping area with […]

Voltera V-One is a Low Cost PCB Printer and Solder Paste Dispenser (Crowdfunding)

The traditional hardware development cycle involve sending PCB Gerber files to a manufacturer, wait a few days (or weeks), get the boards back, find and fix bugs, send a new revision of the gerber files to the manufacturer and so on. This wastes a lot of time, so PCB printers capable of handline single and dual layer PCBs have started to see the light of the day, for example with BotFactory Squink. The latter can also do pick and place, but costs over $3,500. Luckily if you’d like something cheaper, Voltera V-One will do many of the same tasks, for but for only $1,500. Voltera V-One specifications: Minimum Trace Width – 8mil (~0.2mm) Minimum Passive Size – 0603 (0402 for solder paste) Minimum Pin-to-Pin Pitch – 0.8mm (0.5mm for solder paste) Resistance – >12 mOhm/sq @ 70um height Max Heated Bed Temperature – 250C Heated Bed Ramp Rate – ~2C/s […]

FOSDEM 2015 Schedule – January 31 – February 1 2015

FOSDEM (Free and Open Source Software Developers’ European Meeting) takes place every year during the first week-end of February. This year the developer-oriented event expects to bring over 5000 geeks to share ideas and collaborate on open source projects. Contrary to most other events, it’s free to attend, and you don’t even need to register, just show up. FOSDEM 2015 will take place on January 31- February 1 in Brussels. There will be 551 sessions divided into 5 keynotes, 40 lightning talks, 6 certification exams, and with the bulk being developer rooms and main tracks,  divided into 7 main tracks this year: Languages, Performance, Time, Typesetting, Hardware, Security and Miscellaneous. I’m not going to attend, but it’s still interested to see what will be talked about, and I’ve concocted my own little virtual program out of the main tracks and developers’ rooms. There’s a few minutes overlap between some talks […]

GrovePi+ Starter Kit Adds Multiple Sensors, Relays, an LCD, a Buzzer… to the Raspberry Pi Boards

Seeed Studio and Dexter Industries has introduced the GrovePi+ Starter Kit for the Raspberry Pi (All models) that includes the GrovePi+ board, and various Grove modules adding sensors, buttons, a buzzer, LEDs and more. GrovePi+ board connects to the GPIO header of the Raspberry Pi, and features several Grove connectors to interface with Groves modules part of the starter kit Grove Light Sensor Module Grove Sound Sensor Module Grove Temperature and Humidity Sensor Module (not the ‘PRO’ version) Grove Button Module Grove Rotary Angle Sensor Module Grove Buzzer Module Grove Relay Module 3x Grove LED Modules (One Red, Green, and Blue LEDS, all replaceable with user LED) Grove Ultrasonic Sensor Module Grove LCD RGB Backlight Module Grove cables, and a GrovePi+ guidebook are also included. The GrovePi+ board is an Arduino compatible board featuring ATMEGA328 microcontroller, and can be programmed with C/C++, Python, and experimental Go and node.js coding is […]

Crowdfunding Report for 2014 on CNX Software Blog

Following up on my 2013 Crowdfunding Report, I’ve gone through all 55 Kickstarter and Indiegogo crowdunding projects featured on CNX Software between December 2013 and November 2014 (inclusive) to see how well they fared. The table below sort projects chronologically as they were published on this very blog. Date Project Crowdfunding Site Funded? Pledged amount / Goal Expected Delivery Actual Delivery Comments 2. Dec. 2013 Micro Python Kickstarter Yes 97,803 GBP / 15,000 GBP 03/2014 04/2014 Available @ https://micropython.org/store/#/store 5. Dec. 2013 Plugaway Kickstarter Yes $162,835 AUD / $50,000 AUD 04/2014 – People upset because of lack of updates. Project might be dead, and backers lost their money 6. Dec. 2013 AIRTAME Indiegogo Yes $1,268,332 / $160,000 05/2014 12/2014 People have started received the beta versions, after a massive 8-month delay 7. Dec. 2013 Crystal Board Kickstarter No $14,574 / $200,000 04/2014 – The project appears to be dead 10. […]