Navigation

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

    xmonika

    @xmonika

    9
    Reputation
    31
    Posts
    624
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    xmonika Follow

    Best posts made by xmonika

    • RE: What did you build today (Pictures) ?

      Have finished RIB king gate opener/controller based on NRF52840 & MySensors.
      RIB king gate controller.jpg image url)

      posted in General Discussion
      xmonika
      xmonika
    • RE: What did you build today (Pictures) ?

      @NeverDie a big thank you as I was inspired by many of your post and this was my first Nrf5 project. The backplate is designed in KiCAD and then outsourced for etching to one local semi-hobby service. Modules are then connected via precision header pins (concept inspired by Ardumower)

      posted in General Discussion
      xmonika
      xmonika
    • RE: GUIDE - NRF5 / NRF51 / NRF52 for beginners

      @omemanti @mfalkvidd Thank you, I think I did it. It works now - or I hope so from the code.

      ** Programming Finished **
      ** Verify Started **
      nrf51.cpu: target state: halted
      target halted due to breakpoint, current mode: Thread 
      xPSR: 0x61000000 pc: 0x2000002e msp: 0x20004000
      verified 1412 bytes in 0.038633s (35.692 KiB/s)
      ** Verified OK **
      ** Resetting Target **
      shutdown command invoked
      

      What I was confused is that there is erase sketch, but to make it erased there is this trick with burn bootloader. Still the port is greyed out, but it seems I am able to flash blank sketch. Thanks

      posted in Development
      xmonika
      xmonika
    • RE: Arduino IDE 1.8.10 - Warning....

      Still valid in 2020. Got a compilation error "Error resolving FQBN: missing". Downgrade to 1.8.9 helped

      posted in General Discussion
      xmonika
      xmonika

    Latest posts made by xmonika

    • RE: Everything nRF52840

      I have read this thread, have bought a few E73-2G4M08S1C modules for experimenting, downloaded platformio and tried to flash it. I recognized I am not able to do it with my STM32 link V2 programmer in platformio. Could somebody summarize what are the current options to flash NRF52840? Is there a way how to use STM32 link V2 or we just need to IDE from Arduino to Platformio and invest into new programmer (DK/BMP)?

      posted in Hardware
      xmonika
      xmonika
    • RE: What did you build today (Pictures) ?

      @NeverDie a big thank you as I was inspired by many of your post and this was my first Nrf5 project. The backplate is designed in KiCAD and then outsourced for etching to one local semi-hobby service. Modules are then connected via precision header pins (concept inspired by Ardumower)

      posted in General Discussion
      xmonika
      xmonika
    • RE: What did you build today (Pictures) ?

      Have finished RIB king gate opener/controller based on NRF52840 & MySensors.
      RIB king gate controller.jpg image url)

      posted in General Discussion
      xmonika
      xmonika
    • Which (cheap) bulb in 2020?

      Prices of bulb went dirty cheap. I have bought bluetooth version https://www.ebay.com/itm/15W-LED-bulb-RGB-bluetooth-APP-control-Dimmable-globe-lamp-for-Google-home-Alexa/254349689226 and thinking of connecting to MySensors (have GW or RPi3 and OpenHab2). In my case I need only white color and some dimming capabilities and I was able to crack down the bluetooth protocol, so I can controll it from raspberry via console (but there will not be direct connection once installed due to longer distance).

      There are more than one alternatives how to Mysensorize it:
      1/ disassembly bulb and solder out BT module, then replace it for NRF5 modules - problems - the space is very limited, voltage incompatibility, requires another PCB and probably some pasive electronics
      2/ run extra bluetooth / Zigbee mesh besides the mysensors and let the Controller talk to each network separatelly
      3/ select another bulb where the integration will be easier - which one?
      4/ construct extra node which will be bridge between MySensors and bluetooth

      Which one is the smartest solution in 2020. I have the same task with several other aplication like BT heating valves.
      Thank for your ideas!

      posted in General Discussion
      xmonika
      xmonika
    • RE: Arduino IDE 1.8.10 - Warning....

      Still valid in 2020. Got a compilation error "Error resolving FQBN: missing". Downgrade to 1.8.9 helped

      posted in General Discussion
      xmonika
      xmonika
    • RE: GUIDE - NRF5 / NRF51 / NRF52 for beginners

      @omemanti @mfalkvidd Thank you, I think I did it. It works now - or I hope so from the code.

      ** Programming Finished **
      ** Verify Started **
      nrf51.cpu: target state: halted
      target halted due to breakpoint, current mode: Thread 
      xPSR: 0x61000000 pc: 0x2000002e msp: 0x20004000
      verified 1412 bytes in 0.038633s (35.692 KiB/s)
      ** Verified OK **
      ** Resetting Target **
      shutdown command invoked
      

      What I was confused is that there is erase sketch, but to make it erased there is this trick with burn bootloader. Still the port is greyed out, but it seems I am able to flash blank sketch. Thanks

      posted in Development
      xmonika
      xmonika
    • RE: 💬 Multi-Sensor: Temp/Humidity/PIR/ Leak/Magnet/Light/Accel
      1. I've downloaded the source files and tried to compile them.
        I got fatal error: sketch/MyBoardNRF5.h: No such file or directory

      2. Then I renamed MyNRF5Board.h to MyBoardNRF5.h
        I got #error No forward link or gateway feature activated. This means nowhere to send messages! Pretty pointless.

      3. Then I added #define MY_GATEWAY_SERIAL into the code
        I got many errors i.e. 'PIN_AIN0' was not declared in this scope

      How to compile the downloaded source files?

      posted in OpenHardware.io
      xmonika
      xmonika
    • RE: GUIDE - NRF5 / NRF51 / NRF52 for beginners

      I am starting to experiment with NRF51822. Thank you all for this thread. I am stuck with setting up IDE on Win10 and my MCU is not communicating. What is the correct setup for Arduino IDE?
      I have Port still grayed out and error: The selected port not exist

      0_1539373638995_62032ad8-33ff-45ec-8ecd-96bf06cf2668-image.png

      Could that be related to drivers? I've run Zadig, there are more options and I've tried all four of them
      0_1539373888360_c3271a31-a273-4576-91fc-f7f3501d51f2-image.png

      I am not able to upload even erase sketch. Any suggestion where to focus (IDE/Zadig/other)?

      posted in Development
      xmonika
      xmonika
    • RE: Can't connect to radio on raspPi with latest stable 2.1.1 build, but works with 2.2.beta but with beta mqtt gateway very unstable...

      Same by me - combination of Rapberry 3 + mosquitto + OpenHab2. 2.1.1. doesn't start at all (TSM:INIT:TSP FAIL), 2.2.0 beta starts without troubles but after a few minutes the communication is lost (!TSF:MSG:LEN,0!=32). Have capacitors on the node and gateway.

      posted in Troubleshooting
      xmonika
      xmonika
    • RE: Serial GW on RaspberryPI 3 doesn't start

      In my case the problem is related to MQTT gateway, so not sure if that helps.

      posted in Troubleshooting
      xmonika
      xmonika