Compatability/Compilation Issues w/ Nano 33 BLE Sense

Open
#216 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
c
Domain
embedded-iot

Research direction

Start by reproducing the empty-sketch compilation failure on a Nano 33 BLE Sense with MozziGuts.h included. Read AudioConfigMBED.h and trace why the board is treated as compatible with Arduino AdvancedAnalog and assigned pin A13. Done means the sketch compiles successfully without those incompatible assumptions.

Written by the indexing model from the issue text.

Description

Board: Nano 33 BLE Sense
Version: GitHub Latest
Steps to Reproduce: Attempt to compile empty sketch onto Nano 33 BLE Sense with MozziGuts.h included

The issue seems to stem from the fact that Mozzi considers the Nano 33 BLE Sense to be of the MBED family (I don't know what this means so I can't interpret). In AudioConfigMBED.h, Mozzi therefore assumes the 33 BLE Sense is compatable with the Arduino AdvancedAnalog library, which it isn't and assumes the board has a pin A13 which it doesn't.

The result is failed compilation and what seems to be a bunch of issues related to the AdvancedAnalog library. Unfortunately this isn't my jam so I can't help fix.

Dominant language
C
Stars
1.3k
Forks
204
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from sensorium/Mozzi

All issues in sensorium/Mozzi

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.