This is a replacement for the handle of your umbrella. Connects to the Internet (of everything) via BLE 4.2 using your phones connection or a gateway if you are at your premises and gets a weather forecast for your location for the next 16-24 hours. If it is going to rain it will start flashing the base LEDs . If you leave the house without it while it is expected to rain or if you are out of the house and you had you umbrella with you when you left but now it is out of range you get notified by your phone.
I want to replace the stock handle of umbrellas with my handles that included the magic. Experimented with clear nylon and clear petg 3d printing filaments. After testing both the petg was a lot more clear, transparent, and was snappable making prototyping a lot easier.
I designed a concept case to test the lights and the defusion of tha petg. i sanded the case and then applied clear varnish. made a coin cell + led and enclosed it in the case to see how the lighting will work under different condition.
Dew to space constrains and the fact that one led dose not seep to be enough, concluded that smd leds will have to be used.
Took the dimensions of the original hanle and experimented with making a base for the common M14 screw umbrella's have for the handle mound
I want to replace the stock handle of umbrellas with my handles that included the magic. Experimented with clear nylon and clear petg 3d printing filaments. After testing both the petg was a lot more clear, transparent, and was snappable making prototyping a lot easyer.
I designed a concept case to test the lights and the defusion of tha petg. i sanded the case and then applied clear varnish. made a coin cell + led and enclsed it in the case to see how the lighting will work under diffrent condition.
Dew to space constrains and the fact that one led dose not seep to be enougth, concluded that smd leds will have to be used.
Introduction After researching the available platforms and concluding on the nRF51822, the choice of the firmware had to be researched. Candidate RTOS with 6loWPAN support Nordics SDK RIOT CONTIKI
Contiki port for nRF51822 does not handle the radio, so this one was eliminated
Then the Nordic's sdk have a binary blob for the radio and a special non free clause in the license.
The RIOT seems to be the only Free and Open Source rtos that seems to support the platform, their is even reference in the nordics blog for the nrf52.
The RIOT documentation is unclear if the radio of nRF51 is suppoted or not .
Following the RIOT instructions for nRF51822 lead to a working system without radio.
Tried flashing riot after flashing softradio and investigated how the Nordic sdk was loaded to memory.
Then when ahead and compiled and flashed the IoT SDK from Nordic specifically the CoAP Server Examples. those required a softradio that was not production ready and will never be according to Nordic.
I manged to ping the device over ble with the linklocal ipv6 that matched its Mac addresses.
The latency reported by ping was 100ms no mater the distance between of the radios.