Search results

  1. fukurou

    Raspberri Pi and Arduino

    change Pi wifi settings assuming your computer now uses a different wifi network than the one in thePi settings. power off the Pi, connect the SD card to your computer. the SD card should have the name boot. add a new file to config the wifi: new text document, wpa_supplicant.conf file...
  2. fukurou

    Raspberri Pi and Arduino

    VNC it enables work with the Pi after SSH connection has been established from the computer. on terminal after ssh pi@ip_address // if you need to exit the SSH connection use the command exit sudo raspi-config choose interface options, VNC, would you like VNC to be enabled?, yes finish. back...
  3. fukurou

    Raspberri Pi and Arduino

    connecting to the Pi via SSH use mac terminal or cmd on windows to SSH or puTTy on windows: Download PuTTY - a free SSH and telnet client for Windows ssh user_name(specified on the SD card flash stage by you)@IPaddress found by angry IP scanner ssh [email protected] press enter. yes. enter...
  4. fukurou

    Raspberri Pi and Arduino

    finding the Pi IP address Angry IP Scanner - the original IP scanner for Windows, Mac and Linux The original IP scanner for Windows, Max and Linux. Fast, friendly, extensible, free and open-source. Scans addresses and ports in any range and exports results in many formats. angryip.org go to...
  5. fukurou

    Raspberri Pi and Arduino

    booting the Pi make sure the power is off and no cables are connected. plug in the SD card into the Pi. connect the Pi to a power supply (not computer USB cable) the green LED should blink randomly, meaning the Pi is booting. a few seconds later the Pi will have connected to the WiFi network.
  6. fukurou

    Raspberri Pi and Arduino

    Pi OS installation aka SD card flashing 1 https://www.raspberrypi.com/software/ Download and install Raspberry Pi Imager to a computer with an SD card reader. Put the SD card you'll use with your Raspberry Pi into the reader and run Raspberry Pi Imager. this software will flash the raspberry...
  7. fukurou

    Raspberri Pi and Arduino

    warnings when manipulating Raspberry Pi, always: 1 shutdown the Pi from the desktop 2 wait 20 seconds and remove the power cable
  8. fukurou

    👨‍💻 dev new attention seeker skill

    so IG the gamification module connects to the last if
  9. fukurou

    Raspberri Pi and Arduino

    :s18:when manipulating hardware: power off everything before correctly power off the Raspberry Pi
  10. fukurou

    👨‍💻 dev new attention seeker skill

    import LivinGrimoire.TimeGate; public class TimeAccumulator { private TimeGate timeGate = new TimeGate(5); private int accumulator = 0; public void setTick(int tick) { timeGate.setPause(tick); } public TimeAccumulator(int tick) { this.timeGate = new...
  11. fukurou

    👨‍💻 dev new attention seeker skill

    package AXJava; public class Responder1Word { UniqueItemSizeLimitedPriorityQueue q= new UniqueItemSizeLimitedPriorityQueue(); public Responder1Word() { q.add("chi"); q.add("chirp"); } public void listen(String ear){ if (!(ear.contains(" ") ||...
  12. fukurou

    [MEDIA]

  13. fukurou

    TMNT: Shredder’s Revenge

    @ZORO
  14. fukurou

    SML Movie: Jeffy's 19th Birthday!

    :s87:
  15. fukurou

    req

    also remember the python cheat sheet: https://i.ibb.co/0qJTygq/PYTHON-cheat-sheet.png inside the if square, I need you to change: if (time < 18): to if time < 18:
  16. fukurou

    [MEDIA]

  17. fukurou

    macOS codes

    macOS ************ *Navigation* ************ language change: ^+space Switch active app: cmd tab/shift switch app window: cmd ~ force escape app: cmd option escape close app window: cmd w close all app windows: Option-Command-W Summon spotlight search: cmd+space, (cmd+r:open result) 50% 2...
  18. fukurou

    [MEDIA]

  19. fukurou

    [MEDIA]

  20. fukurou

    [MEDIA]

Top