f5oeo
1cd126f230
Merge branch 'master' of https://github.com/F5OEO/librpitx
2020-11-02 13:16:32 +00:00
f5oeo
5aabd38264
Remove testapp binary
2020-11-02 13:15:45 +00:00
f5oeo
c360d016ca
Add tool
2020-11-02 13:11:01 +00:00
f5oeo
692db75eef
Few fixes and remove binaries
2020-11-02 13:10:21 +00:00
F5OEO
b90473b76e
Fix DMA for high frequency
2020-11-02 10:49:55 +00:00
F5OEO
93cf35a7ba
Fix for higher frequencies : 434MHz is ok
2020-11-02 10:49:55 +00:00
F5OEO
02599bd7f2
Just some tests
2020-11-02 10:49:54 +00:00
F5OEO
7f6f1be34e
Change a bit pi4 freq/2 method
2020-11-02 10:49:54 +00:00
F5OEO
e48ebd5b23
Overwrite dma channel paramter to adpat to pi model
2020-11-02 10:49:53 +00:00
F5OEO
5c857b9f7d
IQmod public
2020-11-02 10:49:53 +00:00
F5OEO
3b929185ff
PI4 working but need cleaner implementation
2020-11-02 10:46:20 +00:00
F5OEO
2d2d854280
pi4 detection and CLKOSC according
2020-11-02 10:46:19 +00:00
F5OEO
a3611e265e
Try to set right Peripherals base
2020-11-02 10:46:19 +00:00
F5OEO
5b5a4ee083
Work on PI4
2020-11-02 10:46:19 +00:00
F5OEO
5c1613589d
Merge pull request #15 from psa-jforestier/libsendook
...
Improve logging and command line parser
2020-09-09 10:35:20 +02:00
psa-jforestier
7c8849756d
add new function to parse command line (got it from rtl_433)
2020-09-08 18:21:24 +02:00
psa-jforestier
2d1bf3042b
improve logging function
2020-09-08 18:20:50 +02:00
Pedro
c9714b2a7d
mode_IQ
2020-06-06 16:25:04 -03:00
Pedro
6bb567b63e
mode_IQ
2020-06-06 16:24:30 -03:00
F5OEO
5475c41ccf
Add ramp for smooth transition on FSK
2019-01-10 15:19:48 +00:00
F5OEO
19956d2635
Add ATVtest and OOK
2019-01-08 15:10:54 +00:00
F5OEO
7e50948296
Fix util.cpp missing
2019-01-08 14:07:01 +00:00
F5OEO
62259b6c75
Fix a bug between PAD and FSEL which disturb other GPIO
2019-01-08 14:05:15 +00:00
F5OEO
288ff2299c
Always display sudo error message
2019-01-07 14:12:10 +00:00
F5OEO
774ee36f16
FSK is now mfsk, TODO make old FSK client change
2019-01-07 14:11:09 +00:00
F5OEO
e145125af6
Add NTP for ppm calculation
2019-01-07 14:10:22 +00:00
F5OEO
66bbdd78f9
Add debug level
2019-01-06 11:51:02 +00:00
F5OEO
326d51cbbc
simplify dma writting
2019-01-06 10:51:52 +00:00
F5OEO
d23e1fd8fc
Reduce Max PLL frequency to 1.4ghz
2019-01-04 10:55:04 +00:00
F5OEO
1a1f4999ff
Further work, but DO NOT USE HDMI else does not Working
2019-01-03 12:06:15 +00:00
F5OEO
bb613f90ab
First moving pictures
2019-01-01 22:56:02 +00:00
F5OEO
b356479493
Rework DMA for ATV
2019-01-01 21:45:37 +00:00
F5OEO
5419622f6b
Add frontporch
2018-12-23 17:25:23 +00:00
F5OEO
4ee1aa28dd
Try ATV interlace
2018-12-23 16:35:55 +00:00
F5OEO
34d43bf441
Initial release ATV - PAL L
2018-12-23 14:25:11 +00:00
F5OEO
f37ae6954d
Add more generic OOK switch
2018-12-22 19:58:11 +00:00
F5OEO
ff8fa74517
Add OOK example to simulate Ventus/alecto wind station, reduce granularity to 100Khz
2018-12-20 15:40:16 +00:00
F5OEO
1be11a70e3
Wokring ook , fixe fskburst
2018-12-19 10:16:40 +00:00
F5OEO
887470a7be
Initial ook support
2018-12-17 12:46:17 +00:00
F5OEO
aa02b85060
Set minimum frequency of PLL 200MHZ instead of 600MHZ. Minimum frequency possible is now 200/4095=49khz
2018-11-27 14:00:30 +00:00
F5OEO
b82638a3ca
Fix issues with PDIV and PLL setup
2018-11-27 12:39:58 +00:00
F5OEO
1dac6e6948
Extend fundamental frequency up to 1GHZ using PDIV PLL. Rewrite divider choice
2018-11-26 14:06:46 +00:00
F5OEO
6148190afa
GPCLK2 is used for Wifi, stop using it. Should fix the Wifi hangout
2018-11-23 12:01:47 +00:00
F5OEO
2ca0ed14a5
Add gpio destructor
2018-11-23 11:24:21 +00:00
F5OEO
17748b0b0e
Merge pull request #8 from mamborambo/fix-compilation
...
Fix compilation + misc changes
2018-11-23 11:47:46 +01:00
mamborambo
5f716d7823
Fix warnings
...
gpio.cpp:119:39: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
mailbox.c:66:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2018-11-22 00:00:00 +00:00
mamborambo
0b586212b1
Add missing includes
...
Else compilation fails
2018-11-22 00:00:00 +00:00
mamborambo
03be0764a1
Clean Makefile
...
Set c++ standard to c++11
2018-11-22 00:00:00 +00:00
F5OEO
762af0f591
Make option PWM use in ngfm
2018-11-09 09:34:56 +00:00
F5OEO
754322f642
Add SetAmSamples method
2018-11-05 13:10:23 +00:00