How and where do you find those enclosures for sensors?
I need something similar but don’t know the keywords.
How and where do you find those enclosures for sensors?
I need something similar but don’t know the keywords.
I am happy to look in to it and contribute. However due to the holidays coming months it will delay until mid september before I have time available. That of coarse when you accept my help.
found them on the best LoRaWAN board
No problem I also need to put code on github, may I have your github account by pm?
@BoRRoZ, could you please create the dedicated topic so we can continue discussion on it? thanks
A new delivery of Temperature and Humidty sensors has arrived for our TTN-Apeldoorn Heat stress project we do in coorporation with our township.
done… if its ok with you sofar ?
btw … I wanted to put your company site in the topic start
Houston… you have a problem
but what’s inside that plastic wrap ? … I’m always curieus
AM2305 Temperature Humidity sensor
My SHT31-DIS-F Outdoor Node is now ready to install.
looking sharp !
did you made the sensor shield yourself ?
yes with a 3d printer
cool !
a look inside
Thanks, fixed, danmed certbot old version that do not restart nginx ;-(
Where did you get the lora node housing from ?
Enclosure from Spelsberg TG PC 1212-6-o
With “AVR quirks” are refering to the AVR 8-bit (ATmega) stuff or to SAMD? If SAMD, what quirks and oddities are you referring to?
AVR quircks. Like if you declare a GPIO as input that you can write to it to enable the pullup. This type of bizarre thing.
So to resume, you can burn MiniCore bootloader or mine (both have same base), but mini core Arduino Boards does not allow Arduino IDE to select serial port speed (for uploading), so I just uploaded my boards definition to help you with
Mini Lora
board. It’s located here
Do you mean that in order to be able to select a different upload speed, when using your bootloader it is not required to use your boards definition but for the MiniCore bootloader it is required to use your boards definition?
(And of course this will be limited to the boards defined in your boards definition.)
IIRC upload speeds are defined in the boards definition, not in the bootloader(?), because in that case your boards definition would be required for your bootloader as well (if one wants to change upload speed).
What is the upload speed used if it cannot be changed in the IDE (i.e. when not using your boards definition) and would that fixed upload speed cause any problem (other than that it is slower)?