Logo

FNK0041

  • Getting started
    • Get Support and Offer Input
    • Safety and Precautions
    • Car and Robot for Raspberry Pi
    • About Freenove
    • Copyright
  • List
    • Acrylic Parts
    • Mechanical Parts
    • Electronic Parts
    • Tools
    • Needed but NOT Included
  • Preface
  • Control Board and Software
    • Control Board
    • Extension Board
  • Chapter 0 Software, Assembly and Play
    • 0.1 Download and Install IDE.
    • 0.2 Upload Servo Code (Necessary)
      • 1 install Ch340 driver
      • 2 upload the code
    • 0.3 Assembly
    • 0.4 How to Play
      • Step 1 Add libraries
      • Step 2 Upload Code
        • IR remote control
        • RF remote control
        • Switch different modes
        • Mode 0, 2, 4
        • Mode 1-Calibrate servo
        • Mode 3-obstical avoidance, Mode 5-line tracking mode
        • Mode 6-switch LED display mode
        • Mode 7-manual remote mode
        • App control
  • Chapter 1 Control Basic Components
    • 1.1 Motor
      • PWM
      • Code
        • 01.1.1_RunMotor_Left_Wheel
          • pinMode()
          • digitalWrite()
          • analogWrite()
        • 01.1.2_RunMotor_Right_Wheel
        • 01.1.3_Car_Move_and_Turn
    • 1.2 Buzzer and Battery level
      • Code
        • 01.2.1_Buzzer
        • 01.2.2_Battery_level
          • Serial.print()
          • analogRead()
    • 1.3 RGB
      • Include Library
      • Code
        • 01.3_Led_Strip
          • strip.setAllLedsColor()
          • strip.setAllLedsColor()
          • strip.setLedColor()
          • strip.setAllLedsColorData()
          • strip.setLedColorData()
    • 1.4 Integrate functions
      • Code
        • 01.4.1_Integrate_Functions
        • 01.4.2_Library_Integrate_Functions
  • Chapter 2 Obstacle avoidance
    • 2.1 Servo
      • Code
        • 02.1_Servo
    • 2.2 Ultrasonic ranging module
      • Code
        • 02.2_Ultrasonic_Ranging
          • pulseIn()
          • Array()
    • 2.3 Automatic Obstacle Avoidance Car
      • Code
        • 02.3.1_Automatic_Obstacle_Avoidance
        • 02.3.2_Liberary_Automatic_Obstacle_Avoidance
          • EEPROM()
  • Chapter 3 Line tracking
    • 3.1 Line tracking sensor
      • Code
        • 03.1_Tracking_Sensor
    • 3.2 Line tracking car
      • Code
        • 03.2_Automatic_Tracking_Line
  • Chapter 4 IR control
    • Code
      • 04.1_IR_Receiver
        • 4.2 IR Remote Car
    • Code
      • 04.2_IR_Remote_Car
        • millis()
        • 4.3 Multifunctional IR Remote Car
    • Upload Code and Running
    • Code
      • Freenove_IR_Remote_Keycode.h
      • 04.3_Multifunctional_IR_Remote_Car.ino
  • Chapter 5 RF Remote Control
    • 5.1 Remote Control
      • Upload Code and Running
        • 05.1_RF24_Remote_Controller
    • 5.2 Receive RF Remote Control Data
      • Upload Code and Running
        • Data to components
      • Code
        • 05.2_Receive_Data
    • 5.3 RF Remote Car
      • Upload Code and Running
      • Code
        • RF24_Remote.h
        • 05.3_RF24_Remote_Car.ino
    • 5.4 Multifunctional RF24 Remote Car
      • Upload Code and Running
        • Switch different modes
        • Mode 0, 2, 4
        • Mode 1-Calibrate servo
        • Mode 3-obstical avoidance, Mode 5-line tracking mode
        • Mode 6-switch LED display mode
        • Mode 7- manual remote mode
      • Code
        • 05.4_Multifunctional_RF24_Remote_Car.ino
  • Chapter 6 Bluetooth control
    • 6.1 Set Bluetooth and Receive Data
      • Android and iPhone iOS App
      • Instructions for using the Bluetooth module
        • Set name of bluetooth
      • Upload Code and Running
        • Bluetooth data- car action
      • Code
        • 06.1_Receive_Bluetooth_Data
    • 6.2 Bluetooth Remote Car
      • Upload Code and Running
      • Code
        • BluetoothOrders.h
        • 06.2_Bluetooth_Remote_Car.ino
          • indexOf()
          • substring()
          • toInt()
    • 6.3 Multifunctional Bluetooth Remote Car
      • Upload Code and Running
      • Code
        • 06.3_Multifunctional_Bluetooth_Remote_Car
  • What is next?
fnk0041-docs
  • Search