The Arduino Star series of boards feature ST Microelectronics processors, and the first of the series is the STAR OTTO. The Otto combines the power of the STM32F469 processor and an Espressif ESP8266 for WiFi, with several on-board peripherals, such as a micro-SD slot, a connector LCD-Audio-Camera, an USB Host, an headphone and speaker output, and an on-board stereo microphone.
The board physically says “Open-source electronics” on it. There are no PCB design files or licenses on any files available.
The schematic (PDF) has no license indicated. “DogHunter” logo is the only ownership indicated as author.
We emailed arduino.org for comment regarding the open-source status and claims for their products, they have not replied.
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Python for Microcontrollers – Adafruit Daily — Select Python on Microcontrollers Newsletter: PyCon AU 2024 Talks, New Raspberry Pi Gear Available and More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
I have been under the understanding that Arduino hardware work is now going to all be on the arduino.cc website. Since Arduino LLC and Arduino SRL reconciled, I have not seen any updates on the Arduino.org product page, so I believe that information found on arduino.org should be discredited at this time.
This does not solve all of the issues with quasi-open source (I found a few on the .cc domain), but I believe they are still working out differences there and will fix things up soon(-ish).
regardless of the file location, if they (arduino) ever publish the open source files for the open-source electronics they are selling, why does the PDF say “DogHunter” as the owner and no license?
as far as who owns the “arduino” trademark and domains (all of them) – here ya go.
Thanks for linking to my unboxing! My understanding from other sites is that the merge of the Arduino entities (especially the division between the open source side and the hardware side) is still a work in progress.
It strikes me that the Star OTTO Light may be simply an early production run… Or someone realized not everyone wants to pay a premium for a graphics chip, etc., on this board.
Finally, myself and others have identified some serious security problems in the Arduino wifilink firmware that need addressing before this is ready for prime time:
The fact that you can see the cleartext config when you’re on the network is definitely Not Good, but one would expect all the devices on a protected network would know that info anyway (or how would they be on the network?)
However, every time you reboot the device it becomes an access point, which may well blow the door wide open:
The fix isn’t trivial but it’s just a matter of securing the firmware (closing holes like #25) as well as securing the setup process. However, I’ve seen no feedback from Arduino on these issues yet.
I have done some work on the firmware though – it’s not that difficult to make modifications:
I have been under the understanding that Arduino hardware work is now going to all be on the arduino.cc website. Since Arduino LLC and Arduino SRL reconciled, I have not seen any updates on the Arduino.org product page, so I believe that information found on arduino.org should be discredited at this time.
This does not solve all of the issues with quasi-open source (I found a few on the .cc domain), but I believe they are still working out differences there and will fix things up soon(-ish).
hi @Gabriel Roper, it appears arduino.org is the “one arduino” now – massimo banzi from arduino.cc said the following when asked about the files…
“Arduino is open source HW and SW. Full stop.
Some files seems to be missing and I’ll inform my colleagues at .org that they need to update them.”
http://www.evilmadscientist.com/2017/arduino-and-open-source-hardware/#comment-466222
regardless of the file location, if they (arduino) ever publish the open source files for the open-source electronics they are selling, why does the PDF say “DogHunter” as the owner and no license?
as far as who owns the “arduino” trademark and domains (all of them) – here ya go.
Federico Musto
[email protected]
Domains:
arduinofoundation.info
arduinofoundation.com
arduinofoundation.net
arduinofoundation.us
Company: Arduino AG (Federico Musto)
Email: [email protected]
Domains:
arduino.cc
arduino.org
arduinocamp.com
Thanks for linking to my unboxing! My understanding from other sites is that the merge of the Arduino entities (especially the division between the open source side and the hardware side) is still a work in progress.
It strikes me that the Star OTTO Light may be simply an early production run… Or someone realized not everyone wants to pay a premium for a graphics chip, etc., on this board.
Finally, myself and others have identified some serious security problems in the Arduino wifilink firmware that need addressing before this is ready for prime time:
https://github.com/arduino-org/arduino-firmware-wifilink/issues
@martin, thank you! i checked out the github and… wow, yah, that’s an issue!
https://github.com/arduino-org/arduino-firmware-wifilink/issues/25
”
the results of http://192.168.xx.yy/config.json are {“ssid”:”your_ssid_name”,”password”:”your_formerly_secret_password”} (with the actual data).”
wow!
The fact that you can see the cleartext config when you’re on the network is definitely Not Good, but one would expect all the devices on a protected network would know that info anyway (or how would they be on the network?)
However, every time you reboot the device it becomes an access point, which may well blow the door wide open:
https://github.com/arduino-org/arduino-firmware-wifilink/issues/24
The fix isn’t trivial but it’s just a matter of securing the firmware (closing holes like #25) as well as securing the setup process. However, I’ve seen no feedback from Arduino on these issues yet.
I have done some work on the firmware though – it’s not that difficult to make modifications:
https://www.falatic.com/index.php/204/arduino-star-otto-light-updating-the-onboard-esp8266s-firmware