Close

853 Results for "raspberry pi"

  • HopeRF RFM98 Lora Raspberry Pi Python code

  • I have ported the receiver code to Python, based on this library for the 868 inair9 LoRa unit, modified for the HopeRF RFM98W on 434MHz on the UPUtronics Pi shield on SPI CE1https://github.com/mayeranalytics/pySX127xI will post the code later. Basically...
  • How to support the Raspberry Pi 2

  • The RPi2 swapped the venerable BCM2835 for a BCM2836. The Peripheral block is pretty much the same (or so we hope !) but the BCM2835 changed its base address. So that's the only thing that seems to matter for now.http://elinux.org/RPi_GPIO_Code_Samples#Direct_register_access:Note:...
  • NFC reference

  • This looks like it might be a useful reference to getting rfid/NFC working with the PIhttp://www.instructables.com/id/Attendance-system-using-Raspberry-Pi-and-NFC-Tag-r/step1/Materials-list/
  • Best results with raspberry pi 4

  • The best rule with efficientdet_lite0 has been hard coding the number of animals in frame & making sure that number is always visible so it doesn't get false positives.  Tracking just the highest score would oscillate between 2 animals.  Since...
  • Raspberry Pi Pico Video and PS/2 Keyboard

  • I've pretty much completed the core library code for the VGA out and PS/2 Keyboard input handling on the Pi Pico, to be used as an A/V support chip on my JJ65C02 system and figured it was time for an update and even a video. The Pico outputs basic VGA...