Arduino SRL Turns Focus To New Connected Boards (hackaday.com)
szczys writes: Arduino has driven a tidal wave of embedded development over the last decade. But last year a rift formed in the shape of two companies — Arduino LLC and Arduino SRL — who are suing each other over trademark. While that is ongoing, each company is trying to outdo the other in terms of new hardware. Arduino SRL is now focusing on producing connected boards and will soon have several new offerings available. The Uno WiFi is a traditional Arduino with an ESP8266 WiFi chip on board. The Tian has a MIPS processor with 2.4 & 5 GHz WiFi making it a Linux single board computer with support for low level pin driving. And the Lei is somewhere in between the other two and only for the Chinese market (it would need FCC certification to be sold in the US). From the user side the trademark dispute looks like a waste of energy, but if it drives the companies to produce more boards and fight for followers on price and quality that may be the silver lining.
With the Raspberry Pi Zero available for only 5 U.S. dollars, is the Arduino obsolete?
Remember, kids: SRL is the usurper Arduino that secretlyfiled the Arduino copyright and started dicking Banzi and Co (arduino.cc) out of royalties. This issue from April 2015 ("Rename this fork and use less confusing versioning") had its most recent comment 17 days ago.
This article completely brushes over the Trademark dispute, where if the facts were published it would become clear that ArduinoSRL (formerly Smart Projects) has been attempting to hijack the Arduino brand. ArduinoSRL/Smart Projects produced boards under license from Arduino.cc. In 2008 they sneakily registered the trademark in Italy just before Arduino.cc pursued registering the trademark internationally. Arduino.cc found out and tried to negotiate for the trademark that was rightfully theirs. Subsequently, Smart Projects stopped paying royalties to Arduino.cc, changed their name to ArduinoSRL, and have declared themselves the real Arduino. Funny thing is that the code they distribute to run their hardware is still from Arduino.cc
The esp8266 is already arduino compatible using the board manger in the arduino IDE. https://github.com/esp8266/Ard... Why go through the trouble making a board that has 2 microcontrollers on it when the ESP8266 has wifi, runs at 80 MHz and commonly comes in packages with 1,2 or 4 mb of flash memory for your program. Seems to me to be to little too late. http://www.banggood.com/NodeMc... http://www.banggood.com/ESP826... http://www.banggood.com/3Pcs-E... I feel like there needs to be a whole article on the ESP8266 on here.
http://slashdot.org/submission...
It would be interesting to know which of the two have pocketed all the money. I have done AVR boards nearly identical to arduino over the last decade+, and in 10k volume a avr board has about $1.20 in parts, a few dollars to assemble and individually package. Yet they were able to sell them for $30!! And people think Apple has big margins.... The avr Chips in volume are at least a hundred times cheaper than raspberry pi Chips. Arduino has made a fortune (i think SRL?). By tying the scoring language to the arduno name, they can sell boards that should be a few bucks for $30+. You can make a good living selling shield boards on kick starter for $20 a pop that are produced for a few bucks.
It's difficult to overstate the importance of the ESP8266. It was marred a bit in the first place with the $5 modules that only had a serial interface and a firmware that spoke in AT-commands. This is paradoxically how these stupid AVR+ESP8266 boards work. They're worthless. The AT/serial firmware is buggy and unreliable and a complete waste of time.
The thing that made the ESP8266 lift off is the breakout boards with USB serial onboard allowing direct programming of the device. For about $10 you can get one of these from China and then flash the NodeMCU firmware and write Lua on the thing. NodeMCU isn't universally loved, largely because it kind of sucked until more recent versions, but just imagine a scripting language with low-level hardware GPIO, I2C, SPI and of course WiFi. Proper IoT shit for $10 and they draw about 30mA when running flat out and sleep at much less. It's amazing.
If Lua doesn't cut it, there's a really nice port of Arduino so you upload C code directly to the board with shitloads (but not all) of the Arduino support libraries you might want. For me, there's really only one usage case for 8-bit AVRs. That's the ATtiny85s run for about $3 on a board with USB (digisparks).
In my experience wifi is a bit too unreliable to run your IoT applications on. Wifi links can be unreliable and anyone could DDOS your IoT application from a (relatively) safe distance and it's a real bummer if you can't enter your house when you need to because the rfid reader/finger print scanner can't contact your door latch. Therefore (been there done that) I prefer a good wired ethernet solution. Personally I use the openpicus flyport ethernet for such applications. Small, cheap and rock solid. But I'd prefer a compact wired Arduino so I can run my state machine library on it.
I guess competition is good, but the Arduino trademark stuff is a bit annoying.