correct, no NVIDIA hardware, just their NVDLA project which is open source. http://nvdla.org.
https://developers.google.com/speed/pagespeed/insights/?url=... score still isn't great, but at least the images aren't the bottleneck anymore. The site is in the process of a grand rebuild that should get rid of the…
OK.
Correct. This is open at the ISA, PCB and software level, not the chip RTL. Still, it is a step forward. For something more open at the RTL level, I'd look at Precuror…
One of the other replies points to the RISC-V extensions feature. I think for someone who "doesn't care about openness" would at least benefit from that in the architecture. It means the same compiler can be used to…
0.5ms event-to-output, 1ms input-to-process-to-output. pureData, supercollider, and C++ programming API. Built-in web-IDE and tutorials.
That looks pretty neat and I'll have to try it out. Personally, this is my bare skeleton for working with the PRU: https://gist.github.com/jadonk/2ecf864e1b3f250bad82c0eae12b7....
Faster, newer generation CPU (Zero moved back to ARMv6). Additional microcontrollers (2x PRU, 1x M3). ADC. More I/O capability. Open hardware with a (yet to be proven, but I'm very confident) much higher availability…
I made priority of choosing pins not used by LCD or eMMC on BeagleBone Black so that many capes not reassigning those pins could be adapted. The pinout was also done to work with a large number of existing breakout…
Pinout compatible with something like https://shop.mikroe.com/wifi-esp-click
Many are, but some have reasonable sized keyboards. I prefer some of the older models.
Yes, that's how I typically do workshops is with Chromebooks.
Etcher is a bit easier than the old 7-zip + win32diskimager solution: https://beagleboard.org/getting-started#update
I'll be showing off an infrared camera and a handheld MAME console I built at Maker Faire New York then sharing the design info. Working on pushing to github later this afternoon.
Lots of discussion about that here: https://news.ycombinator.com/item?id=10631668
Using VNC is a legitimate way to develop for this, but mostly it is done through web browsers (Cloud9 IDE) and direct ssh.
It is definitely not sold at a loss. No maximum to the order quantity, just lead time if it is more than inventory.
And USB on the headers, making it easy to build a board with a hub or whatever, including USB WiFi modules.
It does not have HDMI. Displays would typically be done with SPI breakout boards like from Sparkfun and Adafruit. You could also do a display via USB to VGA/HDMI.
The M3 is not well documented. The big thing to discover is the memory map to get at the IO. At least the firmware is open source to help provide a starting point and it includes some base addresses for peripherals in…
correct, no NVIDIA hardware, just their NVDLA project which is open source. http://nvdla.org.
https://developers.google.com/speed/pagespeed/insights/?url=... score still isn't great, but at least the images aren't the bottleneck anymore. The site is in the process of a grand rebuild that should get rid of the…
OK.
Correct. This is open at the ISA, PCB and software level, not the chip RTL. Still, it is a step forward. For something more open at the RTL level, I'd look at Precuror…
One of the other replies points to the RISC-V extensions feature. I think for someone who "doesn't care about openness" would at least benefit from that in the architecture. It means the same compiler can be used to…
0.5ms event-to-output, 1ms input-to-process-to-output. pureData, supercollider, and C++ programming API. Built-in web-IDE and tutorials.
That looks pretty neat and I'll have to try it out. Personally, this is my bare skeleton for working with the PRU: https://gist.github.com/jadonk/2ecf864e1b3f250bad82c0eae12b7....
Faster, newer generation CPU (Zero moved back to ARMv6). Additional microcontrollers (2x PRU, 1x M3). ADC. More I/O capability. Open hardware with a (yet to be proven, but I'm very confident) much higher availability…
I made priority of choosing pins not used by LCD or eMMC on BeagleBone Black so that many capes not reassigning those pins could be adapted. The pinout was also done to work with a large number of existing breakout…
Pinout compatible with something like https://shop.mikroe.com/wifi-esp-click
Many are, but some have reasonable sized keyboards. I prefer some of the older models.
Yes, that's how I typically do workshops is with Chromebooks.
Etcher is a bit easier than the old 7-zip + win32diskimager solution: https://beagleboard.org/getting-started#update
I'll be showing off an infrared camera and a handheld MAME console I built at Maker Faire New York then sharing the design info. Working on pushing to github later this afternoon.
Lots of discussion about that here: https://news.ycombinator.com/item?id=10631668
Using VNC is a legitimate way to develop for this, but mostly it is done through web browsers (Cloud9 IDE) and direct ssh.
It is definitely not sold at a loss. No maximum to the order quantity, just lead time if it is more than inventory.
And USB on the headers, making it easy to build a board with a hub or whatever, including USB WiFi modules.
It does not have HDMI. Displays would typically be done with SPI breakout boards like from Sparkfun and Adafruit. You could also do a display via USB to VGA/HDMI.
The M3 is not well documented. The big thing to discover is the memory map to get at the IO. At least the firmware is open source to help provide a starting point and it includes some base addresses for peripherals in…