---
title: Wolfram Research releases Data Drop Logging app for Ubuntu Phone
description: Canonical and Wolfram Research® are excited to announce the first app
  collaboration with cloud connect functionality for Ubuntu developers and users.
  The Wolfram Data Drop™ Logging mobile application is available now on the Ubuntu
  Phone and is already available to download from the Ubuntu Store. This is the first
  in a series of initiative […]
url: https://canonical.com/blog/wolfram-research-releases-data-drop-logging-app-for-ubuntu-phone?format=md
---

1. [Blog](https://canonical.com/blog)
2. Article

---

[Canonical](https://canonical.com/blog/author/canonical "More about Canonical")

26 April 2016

# Wolfram Research releases Data Drop Logging app for Ubuntu Phone

[Apps](https://canonical.com/blog/tag/apps)
[Phone](https://canonical.com/blog/tag/phone)
[Ubuntu](https://canonical.com/blog/tag/ubuntu)

---

Share the article

Canonical and [Wolfram Research](http://www.wolfram.com/)® are excited to announce the first app collaboration with cloud connect functionality for Ubuntu developers and users.

The [Wolfram Data Drop](https://datadrop.wolframcloud.com/)™ Logging mobile application is available now on the Ubuntu Phone and is already available to download from the Ubuntu Store. This is the first in a series of initiatives between the technology company and open software provider. The application turns an Ubuntu phone into a powerful cloud-connected sensor collection device. It has the ability to send location, acceleration and rotation data directly to a Wolfram Cloud Databin where you can then interact and use your own data just like any other Wolfram data source.

Entries can be easily sent to a databin by using the Wolfram Data Drop [RESTful API](https://www.wolfram.com/datadrop/quick-reference/web-api):

```
 // Define a JS function that will send the data to Data Drop, params
   // should be a list of pairs of strings
   function sendDataPoints(params) {

       // Get bin ID entered by user
       var binId = binInput.getText(0,binIdLength);

       // Setup elements for HTTP request
       var client = new XMLHttpRequest();
       var urlBase = "https://datadrop.wolframcloud.com/api/v1.0/Add?bin="+binId;

       // Build the URL using the base and the params
       var url = urlBase;
       for( var i = 0; i < params.length; i++ ) {
           url += ("&" + params[i][0] + "=" + params[i][1]);
       }

       // Perform the network request
       client.open("GET", url, true);
       client.send(null);

       // DEBUG FLAG
       console.log("URL sent: ", url)

   }  // End sendDataPoints function
```

These code snippets show how easy it is to use Wolfram Data Drop services in an Ubuntu App. This along with how easy it is to create Ubuntu Phone Apps using our SDK and Qt Quick is a testament to our developer promise to be as easy and approachable as possible. With these two tools, anyone can easily make an app and connect it to Wolfram’s powerful backend cloud data engine with the [Wolfram Data Drop](https://www.wolfram.com/datadrop/quick-reference/home/).

Canonical and Wolfram Research share a strong interest in building the next phase of computing and anticipate exciting innovations forged by this partnership.

To celebrate our user’s creativity, Canonical and Wolfram Research are hosting a joint competition that asks users to tweet the most original findings from their collected sensor data!  To enter, tweet your findings with hashtag [#UbuntuWolfram](https://twitter.com/search?q=%23UbuntuWolfram&src=typd) and the top five most original tweets will win an Ubuntu t-shirts and Wolfram Spikey Kit Entry, with the grand prize as an [Aquaris M10 Ubuntu Edition](http://www.ubuntu.com/tablet)! The competition begins on April 25 and finishes May 25 – Happy findings!

[Terms&Conditions – #UbuntuWolfram Competition](https://insights.ubuntu.com/wp-content/uploads/61e8/UbuntuWolframCompetitionTsCs.pdf)

[Get in touch

Interested in running Ubuntu in your organization?](https://ubuntu.com/about/contact-us/form)

## Sign up for our newsletter

Get the latest Canonical news and updates in your inbox.

Work email:

\*I agree to receive information about Canonical's
products and services.

By submitting this form, I confirm that I have read and agree to [Canonical's Privacy Policy](https://canonical.com/legal/dataprivacy).

Sign up

## Share on

---

## Related posts

[### Arduino® VENTUNO™ Q is available for pre-order with Ubuntu pre-installed](https://canonical.com/blog/arduino-ventuno-q-is-available-for-pre-order-with-ubuntu-pre-installed)

London, UK – August 25, 2026 – Following our initial collaboration announcement in March 2026, Canonical and Arduino (a subsidiary of Qualcomm Technologies, Inc.) are excited...

[Canonical](https://canonical.com/blog/author/canonical)

25 August 2026

[### Canonical becomes Gold Sponsor of Trifecta Tech Foundation](https://canonical.com/blog/canonical-becomes-gold-sponsor-of-trifecta-tech-foundation)

Canonical is pleased to announce it is now a Gold Sponsor of the Trifecta Tech Foundation, a non-profit that creates open source building blocks for critical infrastructure...

[Canonical](https://canonical.com/blog/author/canonical)

30 June 2026

[### Ubuntu Summit 26.04: connected by open source](https://canonical.com/blog/ubuntu-summit-26-04-connected-by-open-source)

What an incredible experience! Ubuntu Summit 26.04 has officially drawn to a close, but the energy from our global community is still buzzing – in the comments section, on...

[ilvipero](https://canonical.com/blog/author/ilvipero)

22 June 2026

[### A decade of Ubuntu on IBM Z and IBM LinuxONE](https://canonical.com/blog/a-decade-of-ubuntu-on-ibm-z-and-ibm-linuxone)

This year we celebrate a decade of Ubuntu Server support on the s390x architecture: marking a long-standing collaboration between Canonical and IBM that began at LinuxCon 2015....

[Pedro Lazzarotto](https://canonical.com/blog/author/pedro-lazzarotto)

12 June 2026
