Search results

  1. K

    Video link test

    Draw a seashell with a potentiometer
  2. K

    TVR010

    Hi, Ages ago I bought a TVR010 Picaxe infra-red remote control. It has to be programmed to send Sony code, which leads me to think other codes are possible. Does anyone know what codes are possible and what buttons to press to program them?
  3. K

    Test vidéo

    Just to see if it works.... ESP-M3+Picaxe 20X2
  4. K

    adcsetup on 20X2 [Solved]

    Hi, What should I set adcsetup to in order to use ADC3 (pin C.7) on a 20X2? There's no ADC0 so is it %00001000 (my bet), or %00000100? Thanks.
  5. K

    Image try

  6. K

    Oops! We ran into some problems.

    The requested page could not be found. In the Blog Archive, "View attachment XXXXX" doesn't work. If I can still post, you must have a problem.
  7. K

    OPL-Transmitter.C

    /* RASPBERRY PI One-Page LoRa TRANSMITTER * * AI Ra-01_V1.0 Semtech SX1278 * * LoRa Pi * 3.3V 3.3V Red * GND GND Black * SCK SCLK Yellow * MOSI MOSI Green * MISO MISO Orange * NSS CE0 White *...
  8. K

    OPL-Transmitter.ino

    /* ARDUINO One-Page LoRa TRANSMITTER * * AI Ra-01_V1.0 Semtech SX1278 ****** NOT BREADBOARD FRIENDLY !!!! ****** * * Powered from computer usb or phone charger via FTDI module with jumper at 3.3V * * LoRa Arduino * 3.3V VCC THREE POINT THREE VOLTS ...
  9. K

    OPL-Receiver.bas

    #PICAXE 20X2 'One-Page-LoRa-Receiver.bas #TERMINAL 9600 #no_data #no_table 'AI LoRa module Ra-01_V1.0 Semtech SX1278. NOT BREADBOARD FRIENDLY !!!!! 'Power supply: 3.3V from computer USB via FTDI module ' 'LoRa Colour Picaxe...
  10. K

    OPL-Receiver.ino

    Reçus la semaine dernière: XL1276-DO1. Compatibles avec les AI Ra-01 ET la planche à pain. L'antenne est minable, si on pète à coté, elle pète aussi. Les pattes ne sont pas fournies...
  11. K

    OPL-Receiver.C

    /* RASPBERRY PI LoRa RECEIVER * * Uses a push button to leave the endless listening loop so the program will continue and clean up. * Also uses current-limiting resistors to protect your Pi from you :) * * AI Ra-01_V1.0 Semtech SX1278 NOT BREADBOARD FRIENDLY !!! * * LoRa Pi *...
  12. K

    Pour aller (beaucoup) plus loin-T.bas

    BONNE ANNEE! Les modules LoRa Ra01 de AI ne sont pas faits pour être utilisés avec une "planche à pain". L'intrus du post précédent. N'importe quel module à base de SX1278 avec interface SPI fera l'affaire. J'ai pris le moins cher. #PICAXE 20X2 'One-Page-LoRa-Transmit.bas #TERMINAL...
  13. K

    Pour aller (beaucoup) plus loin

    BONNE ANNEE! Les modules LoRa Ra01 de AI ne sont pas faits pour être utilisés avec une "planche à pain". L'intrus du post précédent. N'importe quel module à base de SX1278 avec interface SPI fera l'affaire. J'ai pris le moins cher. #PICAXE 20X2 'One-Page-LoRa-Transmit.bas #TERMINAL...
  14. K

    Pour aller (un peu) plus loin

    L'équipe au grand complet. Trouvez l'intrus. Pour les "moustaches", c'est par ici: http://www.instructables.com/id/Enhanced-NRF24L01/ Un bout de scotch pour regrouper les fils vous rendra la vie plus façile (plaque "T"). On m'a dit que le wi-fi utilise les 13 premiers canaux de fréquences...
  15. K

    nrf24 Transmitter (ter)

    /* PI TRANSMITTER * * PiB+ or Pi2 (with bcm2836) * Power supply : Anything that gives you 5V and 1 Amp or more * Pin numbering system : Broadcom * Requires the bcm2835 library, available here: * http://www.airspayce.com/mikem/bcm2835/bcm2835-1.52.tar.gz * Follow the instructions to...
  16. K

    nrf24 Transmitter (bis)

    /* ARDUINO TRANSMITTER * * Arduino Pro Mini 328 5V/16MHz * Power supply:3.3V from computer USB or phone charger, via FTDI. * * NRF Arduino * Pin Colour Pin * 1 Black GND * 2 Red 3.3V THREE POINT THREE !!!.!!! * 3...
  17. K

    nrf24 Receiver (ter)

    'RECEIVER (nrf24_Receiver.bas) 'Power supply: 3.3V from computer USB or phone charger via FTDI = 'no 5V, phantom or otherwise, to fry nrf 'Inverter levels RX / TX : 74HCT04 '1 GND Black GND '2 VCC Red VCC THREE point THREE volts !!!.!!! '3 CE Brown B.1...
  18. K

    nrf24 Receiver (bis)

    /* ARDUINO RECEIVER * * Arduino Pro Mini 328 5V/16MHz * Power supply:3.3V from computer USB via FTDI. * * NRF Arduino * Pin Colour Pin * 1 Black GND * 2 Red 3.3V THREE POINT THREE !!!.!!! * 3 Brown 7...
  19. K

    nrf24 Receiver

    /* PI RECEIVER * * PiB+ or Pi2 (with bcm2836) * Power supply : Anything that gives you 5V and 1 Amp or more * Pin numbering system : Broadcom * Requires the bcm2835 library, available here: * http://www.airspayce.com/mikem/bcm2835/bcm2835-1.52.tar.gz * Follow the instructions to install...
  20. K

    nrf24 Transmitter

    'TRANSMITTER (nrf24_Transmitter.bas) 'Power supply: 3.3V from computer USB or phone charger via FTDI = 'no 5V, phantom or otherwise, to fry nrf 'Inverter levels RX / TX : 74HCT04 'nrf24 20X2 ************************ '1 GND Black GND '2 VCC Red VCC...
Top