Nybble User Manual
πŸ‡ΊπŸ‡ΈEnglish Version
πŸ‡ΊπŸ‡ΈEnglish Version
  • Nybble User Manual 😼
  • 1 πŸ§˜β€β™‚οΈ Tools and Preparation
  • 2 🧩 Open the Box
  • 3 πŸ— Assemble the Frame
  • 4 πŸ”Œ Connect Wires
  • 5 ⌨️ NyBoard Configuration
  • 6 πŸ“ Calibration
  • 7 πŸ•Ή Play with Nybble
  • 8 πŸ‘¨β€πŸ« Teach Nybble New Skills
  • 9 πŸ‘¨β€πŸŽ“ Understand OpenCat.h
  • 10 πŸ”© Extensible Modules
  • 11 πŸ›  Do more with Nybble
  • Useful Links πŸ•Έ
    • πŸ™‹β€β™‚οΈFAQ
    • πŸ“šPetoi Doc Center
    • πŸ”­Home of Petoi Robots
    • πŸ’ΏGitHub of OpenCat
    • πŸ“²Smartphone App
    • πŸ’»Desktop App
    • πŸŽͺPetoiCamp (Forum)
    • 🎁Shop Coding Robots
    • πŸ“½οΈTutorial Playlist
    • πŸ–²οΈWeb API Interface
Powered by GitBook
On this page
  • 8.1 Understand skills in InstinctNybble.h.
  • 8.2 Example InstinctNybble.h
  • 8.2.1 Defined constants
  • 8.2.2 Data structure of skill array
  • 8.2.3 Suffix for indicating Instinct and Newbility
  • 8.3 Define new skills and behaviors
  • 8.3.2 Add more skills in InstinctNybble.h

Was this helpful?

Export as PDF

8 πŸ‘¨β€πŸ« Teach Nybble New Skills

"Give a cat a fish and you feed it for a day. Teach a cat to fish and you feed it for a lifetime." 🎣

8.1 Understand skills in InstinctNybble.h.

8.2 Example InstinctNybble.h

8.2.1 Defined constants

8.2.2 Data structure of skill array

8.2.3 Suffix for indicating Instinct and Newbility

8.3 Define new skills and behaviors

8.3.2 Add more skills in InstinctNybble.h

There are two ways to create new skills for Nybble:

  • Use the Skill Composer in the desktop app

  • Write Arduino code

Previous7 πŸ•Ή Play with NybbleNext9 πŸ‘¨β€πŸŽ“ Understand OpenCat.h

Last updated 2 years ago

Was this helpful?