en
Join our growing site,
& meet dozens of singles today!

User blogs

Paige

Meet the Raspberry Pi Pico, a tiny little microcontroller that lets you build hardware projects with some code running on the microcontroller. Even more interesting, the Raspberry Pi Foundation is using its own RP2040 chip, which means that the foundation is now making its own silicon.

If you’re not familiar with microcontrollers, those devices let you control other parts or other devices. You might think that you can already do this kind of stuff with a regular Raspberry Pi. But microcontrollers are specifically designed to interact with other things.

They’re cheap, they’re small and they draw very little power. You can start developing your project with a breadboard to avoid soldering. You can pair it with a small battery and it can run for weeks or even months. Unlike computers, microcontrollers don’t run traditional operating systems. Your code runs directly on the chip.

Like other microcontrollers, the Raspberry Pi Pico has dozens of input and output pins on the sides of the device. Those pins are important as they act as the interface with other components. For instance, you can make your microcontroller interact with an LED light, get data from various sensors, show some information on a display, etc.

The Raspberry Pi Pico uses the RP2040 chip. It has a dual-core Arm processor (running at 133MHz), 264KB of RAM, 26 GPIO pins including 3 analog inputs, a micro-USB port and a temperature sensor. It doesn’t come with Wi-Fi or Bluetooth. And it costs $4.

If you want to run something on the Raspberry Pi Pico, it’s quite easy. You plug your device to your computer using the micro-USB port. You boot up the Raspberry Pi Pico while pressing the button. The device will appear on your computer as an external drive.

In addition to C, you can use MicroPython as your development language. It’s a Python-inspired language for microcontrollers. The Raspberry Pi Foundation has written a ton of documentation and a datasheet for the Pico.

Interestingly, the Raspberry Pi Foundation wants to let others benefit from its own chip design. It has reached out to Adafruit, Arduino, Pimoroni and Sparkfun so that they can build their own boards using the RP2040 chip. There will be an entire ecosystem of RP2040-powered devices.

This is an interesting move for the Raspberry Pi Foundation as it can go down this path and iterate on its own chip design with more powerful variants. It provides two main advantages — the ability to control exactly what to put on board, and price.

Image Credits: Raspberry Pi Foundation


Source: https://techcrunch.com/2021/01/21/raspberry-pi-foundation-launches-4-microcontroller-with-custom-chip/

Paige Jan 21 '21
Paige

Berlin-based early-stage fund APX today announced that its two investors, European publisher Axel Springer and sports car maker Porsche, have increased their investment in the fund to a total of €55 million.

With this, APX, which launched in 2018, is now able to deploy up to €500,000 in pre-Series A seed funding per company. That’s up from up to €100,000 when the fund launched. So far, the group has invested in more than 70 companies and plans to increase this number to close to 200 by 2022.

When APX launched, the fund didn’t disclose the total investment from Porsche and Axel Springer. Today, the team said that the new investment “more than doubles APX’s total amount for investing in new and current companies.” APX also stressed that the total volume of the fund is now “at least” €55 million, in part because the investors can always allocate additional funding for outliers.

In addition to the new funding, APX also today announced that it is doing away with its 100-day accelerator program and instead opting for a long-term commitment to its companies, including participation in future rounds.

“We will try and invest into 50 or more companies this year — and we were at 35 last year. So this is quite some growth,” APX founding managing director (and folk music aficionado) Henric Hungerhoff told me. “We think that our deal flow systems and our entire operations are settled in well enough that we can have quality founders in our portfolio. That’s our goal — and that might even increase to 70 the year after. […] We see really nice synergies or network effects within our portfolio, with founders helping other founders and learning from each other.”

Image Credits: APX

Hungerhoff tells me that the team is quite confident in its ability now to identify quality deal flows. The team is using a data-driven approach. And while it leverages its own network and that of its founders, it has also set up a scout program at leading European universities to identify potential founders, for example.

As APX founding managing director, and the former CEO of Axel Springer’s Plug and Play accelerator, Jörg Rheinboldt noted, APX never asks its founders to pitch. Instead, the team has multiple conversations with them about the product they want to build, how they came up with the idea — and how it changed over time.

“And then, we do multiple things simultaneously,” Rheinboldt said. “One is, we look at team dynamics. How do the founders interact? We also stress them a little bit — in a friendly way — where someone asks very fast questions, or we focus a little bit on one person and see how the others rescue them. We want to know about the team dynamics and then we want to understand the strategy, how we can help them best?”

The idea here is to be able to invest quickly. In addition, though, with the new funding, the team isn’t just able to invest into more companies but also invest more into the individual companies.

Image Credits: APX

“We want to invest deeper per startup at a very early stage,” Hungerhoff said. “So far, […] our typical approach was a non-dilution, pro-rata follow-on strategy with most of our portfolio companies. And this is something we want to pledge in the future. Looking at the past, 100% of the times in equity rounds, we do the pro-rata follow-on or more, but now, we have developed a strategy that we will, for the fastest-moving of fastest-growing companies, we want to deploy significantly more cash in a very early phase, which means an amount of up to €500,000.”

What the team saw was that the companies in its portfolio would raise a small pre-seed round from APX and other investors, with APX typically taking a 5% stake in the startup. Most founders would then go on and raise extended pre-seed or seed rounds soon thereafter.

“We more felt like we missed out when we saw these companies raising really nice financing rounds and we did our investment,” Rheinbolt said. “We felt very good that we can do a pro-rata investment. but we looked at each other and said: we knew this, we knew that they would do this 12 weeks ago. We could have given them a check and maybe the round would have been done in eight weeks and maybe [our stake] wouldn’t be 5% but 7%.”

Given this new focus on supporting startups throughout their lifecycle, it’s no surprise that APX did away with the 100-day program as well. But the team still expects to be quite hands-on. With a growing network, though, the partners also expect that founders will be able to learn from each other, too. “We now see the value that is coming from this,” Hungerhoff said. For example, a team that we’ve invested in two months ago, they’re now thinking about the angel round. They can actually get the best advice on this — or just experienced sharing — from another team, rather than talking to Jörg who did this maybe 30 years ago — no offense.”

The team also spends a lot of time thinking about its community, which now includes founders from 20 countries. The COVID pandemic has obviously moved most of the interactions online. Before COVID, APX often hosted events in its offices, which helped create the kind of serendipity that often leads to new ideas and connections. Looking ahead, the team still believes that there is a lot of value in having face-to-face meetings, but at the same time, maybe not every company needs to move to Berlin and instead visit for a few days every now and then.

Bonus: Here is Hungerhoff’s latest album with St. Beaufort.


Source: https://techcrunch.com/2021/01/21/porsche-and-axel-springer-increase-investment-into-their-apx-accelerator-to-e55m/

Paige Jan 21 '21
Paige

No-code — software that lets you accomplish tasks that previously required coding skills — is an increasingly hot space, even if the basic premise has been promised and not fully realised for many years. Related to this are companies like Airtable, which attempt to make building relational databases and interrogating them as easy as creating a spreadsheet. Now Softr, a startup out of Berlin, wants to push the no-code concept further by making it easy to build websites on top of Airtable without the need to write code.

Recently soft launched on Product Hunt, today the young company is disclosing $2.2 million in seed funding, having previously been bootstrapped by its two Armenian founders, CEO Mariam Hakobyan and CTO Artur Mkrtchyan. Leading the round is Atlantic Labs, along with Philipp Moehring (Tiny.VC) and founders from GitHub, SumUp, Zeitgold, EyeEm and Rows.

Started in 2019, Softr has built a no-code platform to enable anybody to build websites and web apps based on data housed in Airtable. The idea is to let Airtable do the database grunt work, combined with Softr’s relatively flexible but template-driven approach to website and web app creation.

Softr’s Hakobyan explains that out of the box the startup offers templates for anything from a simple marketing website to web apps for an e-commerce store, job board, marketplace and more. Those applications can include functionality like user authentication, gated content, payments, upvoting, and commenting etc.

“Softr has zero learning curve and can literally be used by anyone without a tech background, as it abstracts away all the technical aspects and focuses the user on product building and content, rather than technology,” she explains. “Softr uses Airtable as the database, as it makes it easy creating and sharing relational databases, without having to learn SQL or scripting. Airtable has gotten pretty popular in the last few years and is used not only by individuals but also Fortune 500 companies”.

Image Credits: Softr

To that end, Hakobyan says Softr’s magic is that it uses the concept of “pre-built building blocks” (listings, user accounts, payments etc) and business logic to handle most of the heavy lifting on behalf of the website creator. “When using blocks and templates.. ., 70% of the work is already done for the user,” she explains.

In addition, Softr connects to popular services like Stripe, Paypal, Mailchimp, Zapier, Integromat, Hotjar, Google Analytics, Hubspot, Drift and others.

Softr is currently used by “several thousands of makers and startups”. Examples of applications that customers have built on Softr include a language learning school with membership, a baby-sitters booking marketplace, and a community with gated content and online courses.

Armed with capital, Softr plans to expand its customer base to non-tech functions of SMBs to help them build internal tooling, such as employee directories, product inventories, real estate listings etc., and to automate manual processes.


Source: https://techcrunch.com/2021/01/21/softr/

Paige Jan 21 '21
Paige

The world of European VC can post another win for diversity this week as Lucile Cornet is appointed Partner with Eight Roads Ventures Europe, a firm focusing on startups in Europe and Israel. Cornet is its first female Partner. Eight Roads is backed by Fidelity and has over $6 billion assets under management globally.

Cornet will be focusing on the software and fintech sectors and previously led a number of investments for the firm, having risen from Associate to Partner within five years. It’s an out of the ordinary career trajectory when VC is notorious for having a ‘no succession’ culture, unless partners effectively buy into funds.

Cornet commented: “I am hugely optimistic about what is to come for European technology entrepreneurs. We are seeing more and more amazing founders and innovative businesses across the whole European region with ambitions and abilities to become global champions, and I look forward to helping them scale up.”

Speaking with TechCrunch, Cornet added: “I feel so, so fortunate because I think we’ve been living during a once in a lifetime transformation in general in tech and also in Europe. To build some of those companies, and just be part of the ecosystem has been fantastic. I know how much more exciting things are going to be in the next couple of years.”

Cornet previously led investments into Spendesk, the Paris-based spend management platform; Thinksurance, the Frankfurt-based B2B insurtech; and Compte-Nickel, one of the first European neobanks which was successfully acquired by BNP Paribas in 2017. She also sits on the boards of VIU Eyewear, OTA Insight and Fuse Universal.

France-born Cornet’s previous career includes investment banking, Summit Partners, and she joined Eight Roads Ventures in 2015. She was a ‘rising star’ at the GP Bullhound Investor of the Year Awards 2020.

Commenting, Davor Hebel, managing partner at Eight Roads Ventures Europe, said: “We are delighted with Lucile’s success so far at Eight Roads. She has made a huge impact in Europe and globally since joining the firm. She has a tremendous work ethic and drive… identifying the best European companies and helping them scale into global winners. Her promotion also speaks to our desire to continue to develop our best investment talent and promote from within.”

Speaking to me in an interview Hebel added: “We always believed in a slightly different approach and we say when we hire people, even from the start, we want them to have judgment, and we want them to have that presence when they meet entrepreneurs. So it was always part of the model for us to say, we might not hire many people, but we really want them to have the potential to grow and stay with us and have the path and the potential to do so.”

In 2020, Eight Roads Ventures Europe invested in Cazoo, Otrium, Spendesk, Odaseva and most recently Tibber, completed eight follow-on investments and exited Rimilia. The firm also saw its portfolio company AppsFlyer reach a $2 billion valuation.


Source: https://techcrunch.com/2021/01/21/eight-roads-ventures-europe-shifts-its-gears-towards-diversity-appointing-lucile-cornet-to-partner/

Paige Jan 21 '21
Paige

French startup Georges — or Georges.tech — is raising a new round of funding of $42.4 million (€35 million). The company is also getting a new name and will be called Indy going forward. The startup has been building an accounting automation application for freelancers and small companies.

Singular is leading today’s funding round. You might not be familiar with Singular, but it makes a ton of sense to see the VC firm on the cap table. Former Alven partners Jeremy Uzan and Raffi Kamber left the Paris-based VC firm to raise their own fund. Uzan previously invested in Indy when he was at Alven and he’s following up with Singular.

Existing investors Alven and Kerala are also investing once again. Overall, Indy has managed to attract 40,000 clients who pay a monthly subscription fee to access the service.

Indy first started with a product specifically designed for freelancers, self-employed people, doctors, architects, lawyers, etc. It can help you replace your accountant altogether. You first connect the service to your bank account. Indy then imports all your transactions and tries to tag and categorize as many transactions as possible.

You can go back and add missing data. You can also add receipts or invoices right next to your transactions. Once this is done, you know how much VAT you’re supposed to get back at the end of the year.

Indy then automatically fills out administrative forms based on your data. You can then download your tax documents or send them directly from Indy.

You can also use the platform to get an overview of your business. You can see your corporate revenue, track your expenses, and see how much you earn per year based on personal expenses and your own pay.

Over time, Indy has expanded its service so that it supports more types of companies. In addition to freelancers, Indy supports EURL, SARL, SAS and SASU. In 2020, the startup has tripled its revenue.

And the company plans to improve its product to support even more self-employed people, including people selling stuff under the BIC status in France. Indy plans to hire 100 people in 2021 in Lyon.

Indy has even bigger plans as it has been evaluating the U.S. as a potential market. There are a ton of self-employed people in the U.S. and that’s why it represents an interesting opportunity.


Source: https://techcrunch.com/2021/01/20/accounting-automation-startup-geroges-raises-42-4-million-and-rebrands-to-indy/

Paige Jan 21 '21
Pages: « Previous ... 401 402 403 404 405 ... Next »
advertisement

Advertisement

advertisement
Password protected photo
Password protected photo
Password protected photo