Questions tagged [pinocc.io]

Pinoccio are small computers derived from the Arduino Mega, but with built-in mesh networking, web-connectivity via WiFi, and rechargeable batteries. They come with an API to make wireless projects easy.

The project website and blog explain idea, purpose and use cases:

How do Pinoccio boards talk to one another?

Each board has an 802.15.4 radio that communicates with any other board on its PAN ID, in a mesh network configuration.

What is this Pinoccio API?

Ooh, we're excited about this! Getting physical devices to communicate with the web only solves the part of the problem. Often you still have to build your own support for polling or sending information with specific APIs, for storing the data that your boards generate, and deciding on ideal protocols and architectures to maximize the efficiency of your project. This is often hard, and most people don't find it fun! So we're building out a full-featured Pinoccio API to do all this hard work for you.You can find more details on the Pinoccio API page.

3 questions
3
votes
1 answer

Proper use of sockets and/or Celluloid::IO

I have a Pinoccio microcontroller (absolutely awesome, try them). The microcontroller opens a socket to it's server. I am writing that TCP Socket server in a Ruby application, in which I will use Celluloid::IO. As my guide, I am following this…
roder
  • 566
  • 6
  • 13
1
vote
2 answers

How to connect pinoccio to apache couchdb

Is there anyone using the nice pinoccio from www.pinocc.io ? I want to use it to post data into an apache couchdb using node.js. So I'm trying to poll data from the pinnocio API, but I'm a little lost: schedule the polls do long polls do a…
pdewaard
  • 123
  • 6
0
votes
1 answer

How can a Pinoccio lead scout make a POST request to a remote server?

I'd like my Pinocc.io lead scout to make a POST request (e.g. to inform a remote service of an event that has been triggered). Note that I don't want to listen to a constant stream the results (as detailed here) as I don't want to be constantly…
Ben Smith
  • 19,589
  • 6
  • 65
  • 93