Try to get multiple devices to communicate

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
pekelb1
 
Posts: 2
Joined: Wed Dec 14, 2022 5:13 pm

Try to get multiple devices to communicate

Post by pekelb1 »

I really want to use the Espruino Puck.js v2 for its accelerometer capabilities. Is there a way I can send the bluetooth signal from the puck to another microcontroller to the read the acceleration?

User avatar
dastels
 
Posts: 15820
Joined: Tue Oct 20, 2015 3:22 pm

Re: Try to get multiple devices to communicate

Post by dastels »

Is there something special about the Puck's accelerometer or a need to have it via bluetooth? It'd be a lot easier and less error prone to connect an I2C accelerometer to the other MCU.

Dave

User avatar
pekelb1
 
Posts: 2
Joined: Wed Dec 14, 2022 5:13 pm

Re: Try to get multiple devices to communicate

Post by pekelb1 »

I really wanted a blue Tooth connection because I am creating a automated pole holder and I was hoping to put the puck accelerometer at the end of the pole then have it connect with a controller at the based of the pole to then use a solenoids to release a spring and set the hook.

User avatar
dastels
 
Posts: 15820
Joined: Tue Oct 20, 2015 3:22 pm

Re: Try to get multiple devices to communicate

Post by dastels »

That's a good reason. I'd start by reading through the bluetooth related guides: https://learn.adafruit.com/search?q=bluetooth.

Dave

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”