What did you build today (Pictures) ?
-

Today I finally got to work on the nrf51822 that I bought some months ago. Using the Arduino IDE and my st-link v2 clone I was able to flash a softdevice and load an example sketch.
It seems to have worked, but I don't know how to communicate with the device yet. Serial? Swd? Some app on my iphone? Will need to do some reading tomorrow. Recommendations are welcome.
-
Today I introduced my 5 year old to soldering...

-
Today I introduced my 5 year old to soldering...

@sundberg84 said in What did you build today (Pictures) ?:
Today I introduced my 5 year old to soldering...
How did he like it?
-
@sundberg84 said in What did you build today (Pictures) ?:
Today I introduced my 5 year old to soldering...
How did he like it?
@gohan it's fun to do projects together! We enjoyed it and I tried the water story to explain everything. Also some short instructions to solder the legs and not the solder itself... Now he is playing with it so a good result!
-

On the workbench today: My Lenovo laptop getting a wireless network card replacement.The old card was wonky. Sometimes it wouldn't allow any network activity for a minute or so. Sometimes it would allow traffic, but only at 1-2mbit. Sometimes, but very seldom, it would deliver the ~100mbit it was supposed to.
With the upgrade card (bought off Aliexpress of course ;-) ) it delivers 40 megabytes per second when copying files from my desktop, and has been able to sustain that speed for more than ten minutes straight so far (still testing). New life to my poor laptop!
-
I soldered together a prototyhpe for a small wireless temperature sensor powered by a CR2032 button cell:


It works!

-

Today I'm doing some small things... Changed the antenna on my RFM gw to a bigger one. These one works really well!! Highly recommend.
-
The version 1 board for my button cell TH sensor finally arrived today. Though now obsolete compared to the current Version 4, I put it together anyway, and it works just fine.

I'll be able to use the I2C connector to get the software working for the si7021 and BME280 TH boards, so I expect the firmware will be finalized and ready to install before the version 4 board even arrives. :) -
@mfalkvidd said in What did you build today (Pictures) ?:
Time for the nrf24 to move over and my LoRa concentrator board to take its place on the lab RPi.
Why?
-
@mfalkvidd said in What did you build today (Pictures) ?:
Time for the nrf24 to move over and my LoRa concentrator board to take its place on the lab RPi.
Why?
-
Today's project:

Time for the nrf24 to move over and my LoRa concentrator board to take its place on the lab RPi.@mfalkvidd
I envy your LoRaWAN gateway... so you will soon add this to TTN maps and show a new gateway in Sweden ;-) -
@mfalkvidd
I envy your LoRaWAN gateway... so you will soon add this to TTN maps and show a new gateway in Sweden ;-) -
@bjacobse define soon... it has already been connected to ttn for 2 hours :-D
@mfalkvidd
Damn you're fast :-) -
Today I also started upgrading my Domoticz running Raspbian 7 (Wheezy) to Raspbian 9 (Stretch). I tried to do an in-place upgrade but the rpi wouldn't start after the upgrade so I had to start over on a clean Raspbian 9 image.
I took the chance to switch to f2fs for the root filesystem, which should make the SD card less susceptible to corruption. I used this guide and it worked, except that I also added discard to the fourth field in /etc/fstab and changed the sixth field to 0 to not fsck before boot.
When I wake up tomorrow, domoticz might have finished compiling.