Skip to content

Commit

Permalink
Changed version string, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaigner committed Aug 4, 2022
1 parent 023bc30 commit fa59627
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ With `idf.py -p (PORT) flash` or `make flash` you can upload this build to an ES

With `idf.py -p (PORT) monitor` or `make monitor` you can see the debug output (please use this output if you open an issue) or trigger basic test commands (mouse movement or a keyboard key press) on
a connected target.

### esp32miniBT vs. Arduino Nano Connect

This firmware is used on 2 different devices in context of our assistive devices:
* __esp32miniBT module__: This board is located in this repository and is used as addon for v2 FLipMouse, FABI and FLipPad PCBs which use either a TeensyLC or a ProMicro controller.
* __Arduino Nano RP2040 Connect__: Version 3 of FLipMouse and FLipPad (maybe FABI as well) use this Arduino board, where we have a RP2040 controller AND the ESP32 on the same board (more RAM, more flash, cheaper than 2 boards).

__Note:__ Please select the correct type of board in `idf.py menuconfig`!

__Note:__ If you want to use this firmware on a custom board, you can select the external UART interface settings in menuconfig; for our boards the pinning, baudrate and UART config is pre-defined.

# Usage via Console or second UART

Expand Down
2 changes: 1 addition & 1 deletion main/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#ifndef _CONFIG_H_
#define _CONFIG_H_

#define MODULE_ID "ESP32miniBT_v0.3.2"
#define MODULE_ID "ESP32miniBT_v0.3.3"

#if CONFIG_USE_AS_FLIPMOUSE_FABI
#define EX_SERIAL_RXPIN GPIO_NUM_17
Expand Down

0 comments on commit fa59627

Please sign in to comment.