Skip to content

Commit

Permalink
Added energy srouces
Browse files Browse the repository at this point in the history
  • Loading branch information
wulffern committed Apr 1, 2024
1 parent 648656f commit 5fe58c4
Show file tree
Hide file tree
Showing 19 changed files with 874 additions and 181 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ FILES = l00_diode \
l08_pll \
l09_osc \
l10_lpradio \
lx_energysrc \
# l11_aver \
lx_energysrc

all: posts latex book

Expand Down
Binary file added docs/assets/slides/lx_energysrc.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion ex/pv.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
plt.xlabel("Current load [mA]")
plt.ylabel("Power Load [mW]")
plt.grid()
plt.savefig("pv.pdf")
plt.savefig("../media/pv.pdf")
plt.show()
2 changes: 1 addition & 1 deletion jupyter/xosc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
14 changes: 5 additions & 9 deletions lectures/l10_lpradio.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ autoscale:true
theme:Plain Jane,1
date: 2024-03-22

[.background-color: #00A9CE]


<!--pan_skip: -->

Expand All @@ -23,7 +23,6 @@ Let's make a radio (or at least, let's **pretend**)

---

[.background-color: #00A9CE]

<!--pan_skip: -->

Expand Down Expand Up @@ -311,9 +310,9 @@ Mouse is maybe AA, 3000 mAh


---
[.background-color: #00A9CE]

# Decisions we must make

#[fit] Decisions

<!--pan_doc:
Expand Down Expand Up @@ -624,7 +623,7 @@ in the receive chain.
## [fit] Crap, too high power!

---
[.background-color: #00A9CE]


<!--pan_skip: -->

Expand Down Expand Up @@ -732,7 +731,7 @@ For further information [Building a Bluetooth application on nRF Connect SDK](ht
![right fit](../media/bluetooth_future.png)

---
[.background-color: #00A9CE]


<!--pan_skip: -->

Expand Down Expand Up @@ -865,9 +864,6 @@ These days most de-modulation happens in digital, and we need to convert the ana
-->





## [fit] AAF

<!--pan_doc:
Expand Down
Loading

0 comments on commit 5fe58c4

Please sign in to comment.