Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
A

anibaldiniz

@anibaldiniz
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with Ardunio Ethernet as gateway
    A anibaldiniz

    @Tias
    Your Arduino is Mega?????

    Troubleshooting

  • Building an Ethernet Gateway on an Arduino Mega
    A anibaldiniz

    @spugna85
    Hello, I'm putting the code as you indicated, and connecting the nRF24L01 pins:
    6 CSN
    5 CE
    Pin 50, 51, 52

    and message: 0;0;3;0;9;radio init fail
    I link capacitor in power, I have done everything. And now????
    :anguished:

    Troubleshooting

  • Problem with Ardunio Ethernet as gateway
    A anibaldiniz

    @Tias
    Hi, I'am using :

    in my application
    #define RADIO_CE_PIN 5 // radio chip enable
    #define RADIO_SPI_SS_PIN 6 // radio SPI serial select

    in MyConfig.h
    #define SOFTSPI
    #ifdef SOFTSPI
    // Define the soft SPI pins used for NRF radio

    const uint8_t SOFT_SPI_MISO_PIN =   12;          //A2       
    const uint8_t SOFT_SPI_MOSI_PIN = 11;            //A1         
    const uint8_t SOFT_SPI_SCK_PIN =  13;            //A0         
    

    #endif

    the connection NRF24l01 with Uno, MISO->A2
    MOSI->A1
    SCK ->A0
    CE -> D5
    CS-> D6

    Troubleshooting

  • Help Me!!! Hardware problem arduino uno gateway
    A anibaldiniz

    Hello, I only managed to make it work ties in:
    #define SOFTSPI
    #ifdef SOFTSPI
    const uint8_t SOFT_SPI_MISO_PIN = 12; //A0
         const uint8_t SOFT_SPI_MOSI_PIN = 11; // A1
         const uint8_t SOFT_SPI_SCK_PIN = 13; // A0
    #endif

    I do not know how to explain.

    Hardware
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular