Hello - I am new to ESP32 world. I am a tinker. I came across the XIAO ESP32S3 without camera and thought it might be what I need. So I ordered a handful of the them allong with the expereimenters board. I build small plastic airplane models and would like to be able to control the speed of a small DC motor and turn on and off a few leds installed in the model. I know I would like it to be bluetooth as I do not want to use wifi for it will be complicated to do for this old man. I am 75. I do not want to use iphone as the controller. Also will it be possible to select different receivers with the same transmitter? Is this possible to do? Are there any sites or info I can go to in order to make something like this? Any help or links would be great! Thank you!
Hi there AlanL, and Welcome
Well you’re only as old as you feel IMO…
Z80, 8086 assembler age
here
Absolutely within the wheelhouse of the Xiao line of Devices.
BLE support is Very good BTW, the motor easy with a grove module attached. Check out seeed’s web site for those You hook the motor to it then it to the Microcontroller, You can use the Nrf52840 Xiao BLE , for basic Bluetooth along with some digital IO’s (consider some PWM) analog in and out. Super simple , super basic.
UP_a NOTCH…
Use the Nrf52840 Xiao BLE Sense version and add Tap to turn on and off or if you pick it up it turns ON , or orientit a specific way or pattern type of thing (built in Accelerometer)
Controls would be through a BLE app , you build with like MIT app inventor for android (free) or basic send receive like terminal commands with nRF_Connect for android BLE.
All doable easy if you make the choice. same goes for the ESP32S3 pretty much (no IMU)
but has WiFi. Start with what you have its easy to swap if you set it up right.
You use Arduino IDE? or PlatformIO?
hardware is pretty easy too with the dev boards they offer. Check out my Threads on here for the IMU , and displays.
get the basics down first selecting board (BSP)and USB port, Upload/download etc. and are you windoz, or Penguin ;-p
All cool and Possible with the Xiao line.
HTH
GL PJ
PJ - thanks for the reply. I have the latest Arduino IDE installed and can find my way around it. I have managed to load sketches into my boards OK.
I do not want to use a smart phone at all. I am ols school and like knobs and buttons. If I understand I will be able to construct a little handheld box with a pot and buttons and be able to send my commands via Bluetooth to an XIAO ESP32S3 setup as a receiver?
Also wondering about being able to control different receivers from the one transmitter.
I am Windows 10
Alan
Hi there,
Great You are well on your way
In that scenario you can have one Xiao as a BLE Central(server)Knobs and buttons the other Xiao as a BLE Peripheral (slave) with the connections to Models LED’s & Motor shield/hat.
pressing buttons to connect and disconnect from any number of peripherals and there is a mode for more than one at the same time. LQQk at Msfujino’s (i call) BLE Nija is a member here has posts to that configuration definitely next level read.
You can use the nRF_Connect for desktop and the Nordic $9 dongle connected to the computer as I do instead of phone. (until my app is ready for it…) absolutely makes BLE stuff idiot proof for testing.
looks like this;
comes like this;
No brainer
HTH
GL

PJ - very easy for you. I am still crawling! So I take it the ESP32S3 I have should be sidelined and I could get some nRF52840 devices? Does SEEED have them. I got their little development board with a display on it I assume it can only be used with SEEED ESP32 devices.
I came across one of your posting where you said where you were from and now live in FL. I spent first 18 years in the subs of Philly PA. Went into Naval Aviation for 30 years. Anyway I have a lot to learn. I will take a look at the info you sent. Hope you can help me out with all this. Its a challenge but fun!
Ya man ,
Pittsburgh DNA… lots of philly buddies.
The expansion board is the truth(I have two )…Works with all the Xiao (except some swd stuff with the C3 AFIK)
check out the Magnifier and BLE , or ESP32S3 for stuff and here is a post and video of some goofing around, pointing out how you have to select the device each and every time to upload to it, and the IDE’s lack of basic Upper Case LC device names for searches.
there is allot of smart folks here willing to help, So jump in the water is FINE
I’m in Hollyweird (hollywood). Still have family and friends in the burgh though, I visit when I get tired of that LOUD ass Latin music for a few weeks and run when it gets cold
HTH
GL PJ
ps my younger brother did the Groton conn. bootage. He’s a Proud Navy Man. LOL
Received the nRF52840 devices along with the Nordic Dongle today. Where would you recommend I start? As a reminder I simply want to make a small handheld transmitter using bluetooth that can control a small DC motor speed and direction with a pot and turn on and off a few leds.
Just found out we will be heading to Cranbury NJ for the holidays! Grandkids etc!
Thanks for any help!
Alan
Hi there, AlanL
Awesome, I would div into the Bluetooth LED example (uses Bluetooth to turn on/off LED a sketch with and without feedback.) get familiar with that , as a peripheral role and as a central role is really all you need. The IO is straight forward as on any MCU, READ & WRITE to PORTS(PINS) Analog and Digital and some PWM. Use Polling or Interrupts (getting familiar with the part & nRF52 series)
Use the Dongle on your computer with Nordics Nrf_Desktop app (download) in there are several apps that the dongle can be used with each and will reprogram it on the fly which is very cool the Nordic stuff is the SHazzizle… IMO they wrote the spec on BLE so., Also things like wire-shark can do BLE sniffing and much more with it too. You will use it mostly to see what the BLE stuff is about that the chip can do. (here I used it to read the chip with a j-link Programmer)
this one is the BLE tools that the dongle utilizes.
You have the Expansion board with display(like having a built in Print debugger , button, battery, RTC and more. too so , that’s a leg up also. Puts everything right there if you want. I have two
Try out a couple of my examples and attempts at the wiki’s demo’s “that Work” it’s Great hardware but Software support is Low but High effort by support IS there.
Check out some of the grove peripherals & accessories , Switches, Pots &LED’s etc. for easy connections and quick prototyping.
Put it all on one board like this
or Roll your own PCB as I have for several projects.
I started Here with this microscope fest.
went over here after much trial and error,i.e. Bug’s, Undocumented enhancement’s
What ever you call it.

ended up with this includding RTC and a Buzzer
I just insert battery, solder on the Xiao and GO!
a few 3d prints later… Still here.
HTH
GL

Wow! Lots of info there. Just so I understand. I get the impression that I DO NOT need an Arduino board of any type to do this? All I need is the XIAO modules? All I have read is not that clear. Only thing I have picked up is that you can dump Arduino code into the XIAO. HOpe I am correct.
Alan
Well - totally lost. Followed setting up the ARDUINO IDE for ESP and loaded a blinking demo into the XIAO. Yep the darn the led blinks. Now I have no idea how to get it back to square one. Darn am I ever lost!
Hi there,
Yes, for all intensive purpose it’s an arduino.with BLE
HTH
GL PJ
You reading the WIKI ?
that’s best place to start scrolling around , topics on the Left info in the middle and Specifics on the right
Check it out.
https://wiki.seeedstudio.com/Getting_Started/
go to the Xiao on the left lower.
HTH
GL PJ