I have the chip, esp8266, rpi, teensies, trinkets, arduinos... I studied electronics principles and built various circuits.. yet I have no idea what I can practically use these devices for in my life. They all sit in a box and I have a hard time justifying buying more of them.
You mean like going to the super market without having a shopping list, buying everything that attracts your attention which all goes out of date in your fridge because you forgot you had all that food and not having any time to plan your house hold duties?
CHIP Pro
41–50 of 207 posts
Re: CHIP Pro
#42How is it optimized for SMT? It seems like the PCB that you mounted it to would need to have a hole or milled pocket in it to accommodate the backside thickness of the CHIP. Not sure how feasible a pocket is, but a hole would mean you then lose all your layers/backside in that area.
The edges of the board have round plated indents near the through holes, which makes them easier for machines to place and solder.
Re: CHIP Pro
#43Great hardware, but do you really want to run a full Linux system on low-end IoT devices? That's what made the recent massive DDOS attack possible - lots of little machines with way too much network-side functionality. Linux just has too much attack surface.
From https://blog.cloudflare.com/say-cheese-a-snapshot-of-the-mas...
> While it's not possible for us to investigate all the attacking devices, it is fair to say that these attacks came from Internet-of-Things (IoT) category of devices.
> There are multiple hints confirming this theory. First, all of the attacking devices have port 23 (telnet) open (closing connection immediately) or closed. Never filtered. This is a strong hint that the malware disabled the telnet port just after it installed itself.
> Most of the hosts from the Vietnamese networks look like connected CCTV cameras. Multiple have open port 80 with presenting "NETSurveillance WEB" page.
> The Ukrainian devices are a bit different though. Most have port 80 closed, making it harder to identify.
> We had noticed one device with port 443 open serving a valid TLS cert issued by Western Digital, handling domain device-xxxx.wd2go.com suggesting it was a hard drive (Network Attached Storage to be precise).
So its not Linux, its the apps. The insecurity of the boxes has nothing to do with their choice of OS, but rather their shoddy apps. Its a general pattern for IoT devices to be configured with default passwords and internet-facing admin pages etc, and using another OS doesn't directly address any of this.
ADDING: I'm a big fan and watcher of everything from OpenBSD to QubesOS to the Mill CPU to CHERI and all the rest, and I'm reluctant to say that right now the OS is immaterial to security :( ;)
Re: CHIP Pro
#44I have the chip, esp8266, rpi, teensies, trinkets, arduinos... I studied electronics principles and built various circuits.. yet I have no idea what I can practically use these devices for in my life. They all sit in a box and I have a hard time justifying buying more of them.
Re: CHIP Pro
#45I have the chip, esp8266, rpi, teensies, trinkets, arduinos... I studied electronics principles and built various circuits.. yet I have no idea what I can practically use these devices for in my life. They all sit in a box and I have a hard time justifying buying more of them.
Raspberry Pis and CHIPs: good for a home automation hub of sorts or a thing where you want a portable computer capable of working with video, audio, or large volumes of data. Arduino et al: need to have buttons do more complicated things than buttons can actually do: slowly change light colors, actuate things, CNC, etc. ESP8266: sensors and remote controls for switches and such. Anything Arduino does above, except th…
Re: CHIP Pro
#46I order the original CHIP at end of May, and I still haven't received it today, it was supposed to ship by June. They kept getting delayed. Latest update is that the shipping is for November. Can't help but suspect they are doing this on purpose to wait for price drop on the components to sustain the business.
If you've ever been involved in electronics manufacturing in moderate volumes, it usually ends up being more episodic than planned.
Re: CHIP Pro
#47Great hardware, but do you really want to run a full Linux system on low-end IoT devices? That's what made the recent massive DDOS attack possible - lots of little machines with way too much network-side functionality. Linux just has too much attack surface.
We're even starting to see a bit of this on the high-level non-embedded side of things; projects like HaLVM and Mirage OS allow us to write bare-metal non-embedded code using extremely high-level languages. The idea is that you write a program that runs on bare metal (no OS or any OS-provided features) and you use standard library abstractions to get features that you would normally get from the OS. Then, if you want to run a bunch of these things, you run them in efficient hypervisor systems like Xen. This approach has many interesting benefits (and costs) compared to traditional OS-based high-level programming.
Re: CHIP Pro
#48 Powered by a chip you can actually buy.
R8 SoC + 256MB DDR3
1 package. 1 price.
$6 in any quantity.
All the other references to the price are for $16, not $6.Re: CHIP Pro
#49i own the original chip. i don't understand what this thing is about, a higher-spec chip?
Re: CHIP Pro
#50Is it possible to make use this as a starting point for an open source smartphone?