Custom sensors at the Neuron connector


#1

Hello,
I like to build a custom sensor for the Neuron connector. Many websites say that there is an “open source SDK” but I did not find it.

I need a technical description of the connector with electrical data and communication protocol. And I need help how to program this in mBlock with MicroPython.

Where can I obtain cables or plugs for this connector?


#2

Hey Stefanf, I have never found any hardware spec listed anywhere. I have wondered if the connectors are just USB. You’d have to put an oscilloscope on to find out. It may be low voltage too - 3v?
If you find anything post here. I’m not sure Makeblock would share such info?!

Add for SDK or API - have you seen this:
https://makeblock-micropython-api.readthedocs.io/en/latest/codey&rocky/

I suspect you have, as it’s easy to find by googling.


#3

The website https://www.allaboutcircuits.com/news/makeblock-neuron-a-study-in-modular-design/ says that the connector provides 5V power supply and an UART interface.

I measured 5.2V power and 3.3V signals on the UART pins. However, the communication protocol seems to be a secret.

Using the documentation you mentioned above I can only use pre-pared Neuron modules with Python but I cannot build my own as I am used to do with Lego Mindstorms.


#4

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.