Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. mahesh2000
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    mahesh2000

    @mahesh2000

    0
    Reputation
    7
    Posts
    373
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online

    mahesh2000 Follow

    Best posts made by mahesh2000

    This user hasn't posted anything yet.

    Latest posts made by mahesh2000

    • RE: 💬 Button size radionode with sensors swarm extension

      hi, this looks great -- is the assembled board, or just the board itself available anywhere? newbie here, i don't know what to do. if i can buy the assembled board, it would be so fantastic. thanks!!!

      posted in OpenHardware.io
      mahesh2000
      mahesh2000
    • multiple sensors via nRF24L01 --> ESP8266 (gateway) --> MQTT --> GCP (google IoT)?

      hi, has anyone experience building a gateway around the ESP8266 for data delivery to Google IoT? I'm looking at mongoose-os which has some cool features but it seems to be for the ESP8266 as sensors, not as gateways. thanks!!

      posted in Feature Requests
      mahesh2000
      mahesh2000
    • RE: Nrf24l01 with router antenna

      @Soloam , are you using an LNA version of the nRF24L01? did you attach the antenna to the receiver or the sender? could you say a bit more about how your range increased? thanks!

      posted in Hardware
      mahesh2000
      mahesh2000
    • RE: What radio to use? NRF24L01+, RFM69, RFM73 ?

      hi, is there something like the nRF24LE1 (which has an nRF24L01 and 8051 microprocessor in one chip) in the RFM family? thanks!

      posted in Hardware
      mahesh2000
      mahesh2000
    • $3ish RFM69 + microprocessor like nRF24LE1 (nRF24L01 + 8051)?

      hi, is there an RFM69 + microprocessor like the Nordic nRF24LE1 (nRF24L01 + 8051 on a single chip)? there are multiple SoCs of the latter, one even the size of a thumbnail for about $3. i'm looking for something like Moteino but at a quarter of the price. thanks!

      posted in Hardware
      mahesh2000
      mahesh2000
    • RE: 💬 Using Arduino

      couldn't get nRF24L01+ to work. Making do with two nRF24LE1s communicating with each other.

      posted in Announcements
      mahesh2000
      mahesh2000
    • RE: 💬 Using Arduino

      Using Arduino IDE 1.6.2, no problem compiling MySensors/AltSoftwareSerial/Test/test.ino. Had to make two changes: add some #defines and include an extra library. I'm using a Nordic nRF24L01+ on a Chinese board. I had to add:

      #define MY_RADIO_NRF24
      #define MY_RF24_PA_LEVEL RF24_PA_LOW
      #define MY_GATEWAY_SERIAL

      before

      #include <MySensors.h>

      Also, had to add the AltSofwareSerial library, otherwise I received the error "AltSoftSerial.h: No such file or directory".

      If I don't follow up with a new comment it means that this config worked. I'm on Windows 10, using a fakeduino Uno, hoping to connect to an nRF24LE1 over 250Kbps.

      and MySensors libraries. A

      posted in Announcements
      mahesh2000
      mahesh2000