Questions tagged [seeeduino]

Use this tag for questions that are specific to seeeduino boards.

11 questions
0
votes
0 answers

Seeeduino xiao assembly programming

I´m trying to replicate the blinking led programm of c in assembly for educational purposes // the setup function runs once when you press reset or power the board void setup() { // initialize digital pin LED_BUILTIN as an output. …
noob
  • 1
0
votes
2 answers

base64 library for circuitpython on SEEED Xiao ESP32-C3

I'm trying to import base64 on the SEEED Xiao ESP32-C3 which is running circuitpython version 8 beta 6. However, when I use import base64 or import ubase64 I see the error ImportError: no module named 'base64' which is the same for ubase64. The only…
0
votes
0 answers

XBee end node reads same IO sample always for rotary angle sensor

I have 3 XBee SMT Grove Development Boards. I configured two of them as coordinator and endnode respectively. Note that the end node is not connected to any intelligent computer via its serial interface. It is simply powered on and is configured to…
lightsunray
  • 409
  • 5
  • 16
0
votes
0 answers

Cannot initialize a third PWM function on Seeeduino XIAO using Circuit Python

I have a Seeed Studio XIAO SAMD21(Seeeduino XIAO) - Arduino Microcontroller. I want to have three pins put out a frequency using PWM. I am trying to use the below code. If I comment out one of DOut2, Dout3, or Dout4; the code runs and the two…
Andrew D.
  • 53
  • 6
0
votes
0 answers

esp32-s3-devkit-c using a seeduino 9dof gyro and accelerometer

so today i tried using my seeduino 9dof with my esp32. When i tried using the library that seeduino has made it compiled with this error "avr/pgmspace.h no such file or directory”. I also tried reading the raw i2c data but i only manage to read…
ZNOW
  • 1
0
votes
2 answers

Logging Data to Onboard Flash Memory of Seeed XIAO BLE Sense

I am trying to log data to the flash memory of a Seeed Xiao BLE Sense microcontroller (which uses the nRF52840 processor). The data to be stored will be binary on/off corresponding to the state of a switch at given intervals. I'd prefer to use the…
Jordan
  • 1
  • 2
0
votes
1 answer

Arduino error: 'I2C_MODE' was not declared in this scope

I'm making a program where a buzzer activates if the accelerometer is tilted a certain number of degrees. I'm getting an error that says "'I2C_MODE' was not declared in this scope." I'm using a Grove Beginner Kit, so all of the parts are…
TJ Webster
  • 15
  • 5
0
votes
1 answer

How To Pass Functions To Class In C++?

So I have been working on an Arduino program that sends MIDI data over USB, and I can't seem to figure out how to pass the function that handles sending of midi data to my main class. It worked at some point but for some reason, it doesn't, and I…
TheDitis
  • 1
  • 1
-1
votes
1 answer

Run a program on XIAO SAMD21 + LoRa-E5 via serial with external power supply

I need to send data through LoRaWAN and I'm using the excellent LoRa-E5 module for this: https://wiki.seeedstudio.com/LoRa_E5_mini/ I can send data to my public network by typing a couple of AT commands in the Arduino IDE software. Hopefully, there…
Laurent
  • 188
  • 2
  • 13
-1
votes
1 answer

not compiling... NarrowBand Twillio T-Mobile

regarding the... NarrowBand Twillio T-Mobile Wio LTE Cat-NB-IoT(SARA-N41) V1.0 7/17/2018 I am using OSx 10.15.4 Beta (19E234g) I installed Apple Command Line Tools... as per No matching function for call in Arduino Library looking for some…
IrishGringo
  • 3,864
  • 7
  • 37
  • 49