camcaine

camcaine

Hello

I’m looking to prototype an embedded system with multiple (wearable) sensors talking to (maybe) a central process over BLE. I’m not new to Elixir, but never had a chance to use Nerves (or any embedded) yet. Does anyone have some advice on which hardware would be a good choice to get up and running quickly with Nerves.

Specifically looking at IMU sensors. But I have little to no knowledge of what else would be needed besides BLE. I’ve looked at Arduino, RPi, Adafruit, but not sure what would make the most sense.

Many thanks in advance.

Showing Posts 1 to 4

lucaong

lucaong

I personally don’t have a good recommendation concerning hardware for a wearable, but in general, Nerves runs on devices capable of running at least the Linux kernel. Therefore, Arduino and other microcontrollers won’t be able to run Nerves. The RPi works great with Nerves, as other Linux boards like the Beaglebone do.

camcaine

camcaine OP

That’s interesting and good to know. I clearly need to get a bit more familiar with the embedded world. For some reason I thought Arduino would.

Question: If the ‘child’ sensors were only sending sensor information over bluetooth would it be redundant to have linux/nerves on them, or would it be more sensible to just try and make them run from a microcontroller for example?

outlog

outlog

for a wearable I think ESP8266(with a ble module) or esp32(wifi/ble on board) would be the “correct” way to go about it - then most likely connect it to a phone via BLE or just pure wifi.. perhaps mqtt to some elixir server..
(this is due to power/battery requirements..)

however I also assume you are in it to learn a thing or two, and perhaps elixir/nerves related stuff - so it all depends - what are looking to solve/learn?

for nerves you can start with a raspberry pi zero w - add a few sensors and a power bank and you are rolling..

BLE on nerves elixir is bluex GitHub - highmobility/bluex: Bluex is a Bluetooth Low Energy abstraction layer on top of the DBus/Bluez. · GitHub (much outdated it seems) or harald https://github.com/verypossible/harald (low level it seems) - so not sure of the BLE “story” on nerves - could be a bunch of hurt to get it working..

camcaine

camcaine OP

Thanks! I’ll have a look into those.

It would likely connect to a phone, but at some point I might need to fuse the sensor data, and while that could happen on the phone, there might be instances where the phone is unreachable and important to do it on the parent board.

I’m not a C programmer, but looked into embedded Rust a little bit. But for me, being able to use Elixir and some solid tooling would be the easiest thing for me.

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
nseaSeb
Hello, I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
brecabral
Documentation While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews