Slicer Discord
Robot Romeo mini – 3D-Druckmodell von Thingiverse Thingiverse

Robot Romeo mini

von davids69
7 Downloads
2 Likes
0 Makes
Zum Modell
Les enfants adorent
Le lien pour la carte Romeo mini ble
https://www.dfrobot.com/product-1367.html?search=romeo%20mini

Voici le lien pour les librairies a installer

https://github.com/Arduinolibrary/DFRobot_Flame_Wheel_Vehicle/raw/master/ROMEO_M.zip

https://github.com/CainZ/GoBle/archive/master.zip

Et le programme qui va bien

/* -----Flamewheel Bluetooth Control Program
//------2016.6.29 by LL
//------Suitable for Romeo BLE Mini MCU
//http://www.dfrobot.com/index.php?route=product/product&product_id=1367&search=ble+mini&description=true#.V8AR1q11Zfc
*/
#include "GoBLE.h"
#include

#define LED 13

//GoBLE Goble(Serial);
int joystickX, joystickY;
int buttonState[7];
unsigned int led_count;
void setup() {
Romeo_m.Initialise();
Goble.begin();
pinMode(LED, OUTPUT);
}
void loop() {
if (Goble.available())
{
readGoBle();
motorContrl();
}
delayLedBlink();//delay 10ms and led blink
}
//Read GoBLE values
void readGoBle()
{
//
Quelle
Thingiverse
Was du zum Drucken brauchst: Anfänger Niedrige Konfidenz
Einteilig
Supports 1/3
Zusammenbau 0/3
Einstellungen 1/3
Druckbett 0/3
Nachbearbeitung 0/3
Drucker
FDM / FFF
Dateiformat
STL
Material
TPU
Software
Cura, PrusaSlicer o. Ä.
Noch keine Bewertungen
Noch keine Kommentare – sei der Erste!
Feed Blog Slicer Kostenrechner Bildersuche Einreichen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Zur Sammlung hinzufügen