Giter Club home page Giter Club logo

nrf24-esk8-remote's People

Contributors

solidgeek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nrf24-esk8-remote's Issues

SERIALIO issue on receiver code

Arduino: 1.8.5 (Windows 10), Board: "Arduino Nano, ATmega328"

F:\Downloads\nRF24-Esk8-Remote-master (1)\nRF24-Esk8-Remote-master\receiver\receiver.ino: In function 'void setup()':

receiver:29: error: 'SERIALIO' was not declared in this scope

SERIALIO.begin(115200);

^

exit status 1
'SERIALIO' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

USART3 support to be used with EFeru/hoverboard-firmware-hack-FOC

Hey, first of all, thanks for this project and the nice remote you developed!

Because I want to use this remote for controlling my selfmade E-Longboard it needs to communicate via USART. (Using EmmanuelFerus Hoverboard hack - (https://github.com/EFeru/hoverboard-firmware-hack-FOC))

Does anyone know how to do that or how to implement it in this existing project?

I'm not that familiar with programming so I would really appreciate, if someone would help.

NEW FEATURE - Lights

Can anyone implement a way to turn on and of lights on the board ? Simple on of with button or maybe different mods to cycle through.
Little icon on the oled.

That would be awsome.

Also this is amzing project. Thanks a lot for your work.

speed control pin

How does the receiver interface with the vesc for speed control? I see it is sending a PWM signal on speedPin but a vesc expects speed control to be encoded with PPM, not PWM. How did you get this to work?

Receiver Not Compiling

C:\Users\huffa\OneDrive\Documents\Arduino\nRF24-Esk8-Remote-master\nRF24-Esk8-Remote-master\receiver\receiver.ino: In function 'void setup()':
C:\Users\huffa\OneDrive\Documents\Arduino\nRF24-Esk8-Remote-master\nRF24-Esk8-Remote-master\receiver\receiver.ino:29:3: error: 'SERIALIO' was not declared in this scope
SERIALIO.begin(115200);
^~~~~~~~
C:\Users\huffa\OneDrive\Documents\Arduino\nRF24-Esk8-Remote-master\nRF24-Esk8-Remote-master\receiver\receiver.ino:29:3: note: suggested alternative: 'SERIAL'
SERIALIO.begin(115200);
^~~~~~~~
SERIAL

exit status 1

Compilation error: 'SERIALIO' was not declared in this scope

Getting the error above, dunno what to do ...

transmitter:18: error: 'U8G2_SSD1306_128X32_UNIVISION_1_HW_I2C' does not name a type

I run into an issue while compiling your build. What did I wrong?

I installed following libraries:

U8g2
RF24
U8glib
VescUartControlMaster

all the newest version.

Arduino: 1.8.5 (Mac OS X), Board: "Arduino Nano, ATmega328P"

Build options changed, rebuilding all
/Users/XXXXXXX/Downloads/nRF24-Esk8-Remote-master/transmitter/transmitter.ino: In function 'void setup()':
transmitter:160: error: 'u8g2' was not declared in this scope
   u8g2.begin();
   ^
/Users/XXXXXXX/Downloads/nRF24-Esk8-Remote-master/transmitter/transmitter.ino: In function 'void drawSettingNumber()':
transmitter:267: error: 'u8g2' was not declared in this scope
   u8g2.drawRFrame(x + 102, y - 10, 22, 32, 4);
   ^
transmitter:273: error: 'u8g2_font_profont22_tn' was not declared in this scope
   u8g2.setFont(u8g2_font_profont22_tn);
                ^
/Users/XXXXXXX/Downloads/nRF24-Esk8-Remote-master/transmitter/transmitter.ino: In function 'void drawSettingsMenu()':
transmitter:285: error: 'u8g2' was not declared in this scope
   u8g2.setFont(u8g2_font_profont12_tr);
   ^
transmitter:285: error: 'u8g2_font_profont12_tr' was not declared in this scope
   u8g2.setFont(u8g2_font_profont12_tr);
                ^
transmitter:292: error: 'u8g2_font_10x20_tr' was not declared in this scope
   u8g2.setFont(u8g2_font_10x20_tr  );
                ^
/Users/XXXXXXX/Downloads/nRF24-Esk8-Remote-master/transmitter/transmitter.ino: In function 'void updateMainDisplay()':
transmitter:488: error: 'u8g2' was not declared in this scope
   u8g2.firstPage();
   ^
/Users/XXXXXXX/Downloads/nRF24-Esk8-Remote-master/transmitter/transmitter.ino: In function 'void drawStartScreen()':
transmitter:505: error: 'u8g2' was not declared in this scope
   u8g2.firstPage();
   ^
transmitter:511: error: 'u8g2_font_helvR10_tr' was not declared in this scope
     u8g2.setFont(u8g2_font_helvR10_tr  );
                  ^
/Users/XXXXXXX/Downloads/nRF24-Esk8-Remote-master/transmitter/transmitter.ino: In function 'void drawTitleScreen(String)':
transmitter:518: error: 'u8g2' was not declared in this scope
   u8g2.firstPage();
   ^
transmitter:521: error: 'u8g2_font_helvR10_tr' was not declared in this scope
     u8g2.setFont(u8g2_font_helvR10_tr  );
                  ^
/Users/XXXXXXX/Downloads/nRF24-Esk8-Remote-master/transmitter/transmitter.ino: In function 'void drawPage()':
transmitter:573: error: 'u8g2' was not declared in this scope
   u8g2.setFont(u8g2_font_profont12_tr);
   ^
transmitter:573: error: 'u8g2_font_profont12_tr' was not declared in this scope
   u8g2.setFont(u8g2_font_profont12_tr);
                ^
transmitter:589: error: 'u8g2_font_logisoso22_tn' was not declared in this scope
   u8g2.setFont(u8g2_font_logisoso22_tn );
                ^
/Users/XXXXXXX/Downloads/nRF24-Esk8-Remote-master/transmitter/transmitter.ino: In function 'void drawThrottle()':
transmitter:611: error: 'u8g2' was not declared in this scope
   u8g2.drawHLine(x, y, 52);
   ^
/Users/XXXXXXX/Downloads/nRF24-Esk8-Remote-master/transmitter/transmitter.ino: In function 'void drawSignal()':
transmitter:644: error: 'u8g2' was not declared in this scope
       u8g2.drawXBM(x, y, 12, 12, signal_transmitting_bits);
       ^
transmitter:646: error: 'u8g2' was not declared in this scope
       u8g2.drawXBM(x, y, 12, 12, signal_connected_bits);
       ^
transmitter:655: error: 'u8g2' was not declared in this scope
       u8g2.drawXBM(x, y, 12, 12, signal_connected_bits);
       ^
transmitter:657: error: 'u8g2' was not declared in this scope
       u8g2.drawXBM(x, y, 12, 12, signal_noconnection_bits);
       ^
/Users/XXXXXXX/Downloads/nRF24-Esk8-Remote-master/transmitter/transmitter.ino: In function 'void drawBatteryLevel()':
transmitter:668: error: 'u8g2' was not declared in this scope
   u8g2.drawFrame(x + 2, y, 18, 9);
   ^
exit status 1
'u8g2' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.