Ublox NEO-6M $10 GPS Module with Antenna Works with Arduino, Raspberry Pi, etc..

Last week, I wrote about NavSpark Mini a $6 GPS + Beidou module, that’s also available for “free” plus $10 shipping. However, if you don’t have an antenna, you’d also need to add a $9 antenna, bringing the total price to $19 for this low cost GPS solution. But there’s actually a cheaper alternative with Ublox NEO-6M GPS module, as it sells for $10 with a GPS antenna including shipping on either Aliexpress or eBay. Ublox NEO-6M based GPS module specifications: NEO-6M-0-001 module Storage – EEPROM for configuration data External interfaces – UART; default baudrate: 9600 bps Misc – RTC battery (MS621FE) Power Supply – 3 to 5V The battery may not always be included due to transport regulations, so you may have to purchase it separately and solder it yourself. The module is not exactly new, and has been around at least since 2013, so there’s also some documentation, […]

Raspberry Pi Zero, C.H.I.P, and Orange Pi One Boards’ Features and Price Comparisons

With Raspberry Pi Zero, Next Thing C.H.I.P, and Orange Pi One, we now have have three ARM Linux development boards selling (now or soon) for less than $10 excluding shipping and taxes. So I’d think it would be interesting to compare the features of the boards, and prices for different use cases. The comparison table below shows the three boards features side-by-side with items highlighted in green for the best or extra features, and in red for the weakest. Some cells will have to be filled later as data is currently not available (marked TBD). Raspberry Pi Zero C.H.I.P Orange Pi One Processor Broadcom BCM2835 single core ARM11 processor @ 1GHz (~1250 DMIPS) Allwinner R8 Cortex A8 processor @ 1 GHz (2000 DMIPS) Allwinner H3 quad core Cortex A7 processor @ 1.2 GHz (4x 2280 DMIPS) GPU VideoCore IV ARM Mali-400 ARM Mali-400MP2 Video Decoding 1080p30 for H.264, MPEG2* and […]

Ten Most Popular Posts of 2015 and Statistics on CNX Software

In the second part of 2014, we saw a big jump in performance thanks to Cortex A15 and A17 based SoCs, and higher clocked Cortex A9 processors such as Rockchip RK3288 and Amlogic S812, but in 2015, TV box companies have focused on lowering the price and adding features such as HDMI 2.0, instead of looking for higher and higher CPU and GPU performance, and they’ve also moved to 64-bit ARM platform. Intel also continued its foray into low cost HDMI sticks and mini PCbased on Bay Trail, and later on Cherry Trail based devices.  The development boards story was also very much about lower cosst with the $15 Orange Pi PC, follow a few months later by the $5 Raspberry Pi Zero, although people looking for performance at any price still saw the release of Nvidia Jetson TX1 board. It’s was also a big year for IoT with the […]

DietPi is Lightweight, Easy to Use Debian Based Distribution for Raspberry Pi, ODROID, and Orange Pi Boards

Raspberry Pi, Hardkernel ODROID, and Orange Pi are some of the most popular and cost effective development boards on the market today, and one British developer, going under Fourdee nickname, has released a lightweight distribution called DietPi working for all Rasbperry Pi boards, ODROID-C1(+), ODROID-XU3/XU4, and Orange Pi PC, with Orange Pi 2 and Orange Pi Plus support coming soon, as well as a VMWare virtual machine also available for evaluation. The compressed downloads are about 80 to 100MB depending on the target, the image that can be dump with dd or Win32DiskImager requires a 1GB or greater micro SD card as the image itself is about 500MB large, Internet access (Ethernet or Wifi), and optionally a USB Drive to allow installation on a USB drive for better performance, which of course does not apply if you have an eMMC module with your ODROID board. The image also contains some […]

UP Board Gets 2GB RAM and 32GB Storage Option, Linux Port in Progress

The UP Board is a Raspberry Pi like board with an Intel Atom processor that’s currently on Kickstarter with a few hours left, and it has just reached its 100,000 Euros stretch goal meaning that beside the 16GB storage / 1 GB version, a version with 32Gb storage and 2GB is now offered. The company also showed their progress with the implementation Debian based Ubilinux on the Intel Atom x5-Z8350 board. That means the specifications have now been updated: SoC – Intel Atom x5-Z8350 “Cherry Trail” quad core processor @ 1.44 GHz (Burst frequency: 1.84 GHz) with Intel Gen8 HD graphics @ 500 MHz System Memory –  1 GB or 2 GB DDR3L-1600 Storage – 16 or 32 GB eMMC Video Output / Display – HDMI, DSI connector Audio I/O – HDMI Connectivity – Gigabit Ethernet USB – 4x USB 2.0 host ports, 1x USB 2.0 pin header, 1x micro […]

Raspberry Pi Zero is a $5 Board Based on Broadcom BCM2835 Processor

The Raspberry Pi board had some serious competition price-wise with products such as Orange Pi PC, NanoPi, or even C.H.I.P, but the Raspberry Pi foundation has lowered the price barrier even further with the Raspberry Pi Zero board, based on the same processor as the original Raspberry Pi (model 1) boards but clocked at a higher speed, and in a much smaller form factor, and launching at an unbeatable price: $5. Raspberry Pi Zero specifications: Processor – Broadcomm BCM2835 ARM11 processor @ 1GHz with VideoCore IV GPU System – 512MB RAM Storage – microSD slot Video Output – mini HDMI port and composite video (via 2 unpopulated  pins) USB – 2x micro USB OTG ports for data and power Expansion – 40-pin through-holes Power Supply – 5V via micro USB port Power Consumption – 0.5-0.7W (100-140mA at 5.09V) according to Raspi.TV Dimensions – 65mm x 30mm x 5mm The board […]

Add an SSD, WiFi, and RTC to Your Raspberry Pi 2 Board with a $49 CSB502SSD Add-on Board (Crowdfunding)

If you wish your Raspberry Pi 2 could be a little more responsive, including WiFi connectivity and keep the time even when network is not available, and a few extra goodies then Pi 2 Design‘s CSB502SSD add-ons board (Raspberry Pi HAT) could be worth a look. CSB502SSD technical specifications: Storage – mSATA socket for up to 1TB on-board storage via PL2571 USB to SATA bridge controller USB – 2x extra USB 2.0 ports Connectivity – GWF-3M08 WiFi 802.11 b/g/n module (Ralink RT5370) with IPEX connector and up to 150 Mbps connection. Real Time Clock – DS1339 with 16mm coin cell battery backup and programmable alarm. Sensors – 1-Wire DS18B20 temperature sensor to monitor the health of SSD drive. 64-bit ID to identify the shield Power Supply – 8V-24V DC input (Up to 27.5W) for peripherals and Raspberry Pi 2. Dimensions – Full size Raspberry Pi 2 I/O Shield Since the […]

Raspberry Pi’s VideoCore 4 GPU Driver Added to Linux Mainline in Kernel 4.4

While your x86 and AMD64 computer will usually boot with Linux mainline without issues, most ARM boards and device won’t, and many of the ones that do boot only support headless mode, and limited functionalities. The Raspberry Pi had been supporting HDMI output with a simple framebuffer for a while, but a developer working on the Videocore 4 (VC4) GPU found inside Broadcom BCM2835 and BCM2836 processors, has recently submitted a patchset to add VC4 GPU to Linux mainline that should make it to Linux 4.4. The commit message does mention some features are still missing, but it’s a start: This pull request introduces the vc4 driver, for kernel modesetting on the Raspberry Pi (bcm2835/bcm2836 architectures). It currently supports a display plane and cursor on the HDMI output. The driver doesn’t do 3D, power management, or overlay planes yet. Via Golem and Sanders. Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software in […]