Skip to main content

Startups Weekly: Chinese investors double down on African startups

Hello and welcome back to Startups Weekly, a weekend newsletter that dives into the week’s noteworthy startups and venture capital news. Before I jump into today’s topic, let’s catch up a bit. Last week, I wrote about Airbnb’s issues. Before that, I noted Uber’s new “money” team.

Remember, you can send me tips, suggestions and feedback to kate.clark@techcrunch.com or on Twitter @KateClarkTweets. If you’re new, you can subscribe to Startups Weekly here.


China’s pivot to Africa

Three African fintech startups; OPay, PalmPay and East African trucking logistics company Lori Systems, closed large fundraises this year. On their own, the deals aren’t particularly notable, but together, they expose a new trend within the African startup ecosystem.

This year, those three companies brought in a total of $240 million in venture capital funding from 15 different Chinese investors, who’ve become increasingly active in Africa’s tech scene. TechCrunch reporter Jake Bright, who covers African tech, writes that 2019 marks “the year Chinese investors went all in on the continent’s startup scene” — particularly its fintech projects. Why?

“The continent’s 1.2 billion people represent the largest share of the world’s unbanked and underbanked population — which makes fintech Africa’s most promising digital sector,” Bright notes. “In previous years, the country’s interactions with African startups were relatively light compared to deal-making on infrastructure and commodities. Chinese actors investing heavily in African mobile consumer platforms lends to looking at new data-privacy and security issues for the continent.”

Active Chinese investors in Africa include Hillhouse Capital, Meituan-Dianping, GaoRong, Source Code Capital, SoftBank Ventures Asia, BAI, Redpoint, IDG Capital, Sequoia China, Crystal Stream Capital, GSR Ventures, Chinese mobile-phone maker Transsion and NetEase.

Here’s more of TechCrunch’s recent coverage of Africa startup activity:


VC Deals

It was a short week (Happy Thanksgiving, by the way). But here’s a quick look at the top deals of the last few days.


M&A (VR edition)

Last week, Facebook announced it was buying Beat Games, the game studio behind Beat Saber, a rhythm game that’s equal parts Fruit Ninja and Guitar Hero. Heard of the company? Maybe if you’re a gamer, but if you’re readying this newsletter because of your interest in VC, this company may not have come across your radar.

Why? It’s one of virtual reality’s biggest successes today, but it’s just an eight-person team with no funding.

“I’m really proud that we were able to build the company with this mindset of making decisions based on what is good for the game and not what is the most profitable thing,” Beat Games CEO told TechCrunch earlier this year. Read about Facebook’s acquisition here and an in-depth profile of the small team here.


Equity

If you like this newsletter, you will definitely enjoy Equity, which brings the content of this newsletter to life — in podcast form! Join myself and Equity co-host Alex Wilhelm every Friday for a quick breakdown of the week’s biggest news in venture capital and startups.

This week, we discussed Weekend Fund’s new vehicle, Cocoon’s new friend-tracking app and the unfortunate demise of a startup called Omni. You can listen here.

Equity drops every Friday at 6:00 am PT, so subscribe to us on Apple PodcastsOvercastSpotify and all the casts.



from TechCrunch https://ift.tt/2q9VAOi

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...