Ed W8EMV :radio_tower: · @w8emv
419 followers · 747 posts · Server mastodon.radio

DAPNET pager setup seems to be working, up to a point. I'm seeing messages directed to the "us-mi" gateway (good), and seeing transmissions on my pi-star (good), but the Flipper Zero isn't hearing them (bad).

My best bet is that the pi-star is a little off frequency compared to the Flipper Zero and that I'll need to tweak the calibration. Time to get the SDR out to see what I can see.

If you are on DAPNET please page me at "w8emv" via "us-all" or "us-mi".

[ ]

#pistar #pocsag #F0 #DAPNET

Last updated 1 year ago

Ed W8EMV :radio_tower: · @w8emv
418 followers · 745 posts · Server mastodon.radio

wait, my has tx support!

some details at

einstein.amsterdam/?page_id=21

Ticket open with DAPNET, since it's entirely possible that I could make this all work once I get all of the accounts configured.

[ ]

#DAPNET #flipperzero #F0 #pocsag #pistar

Last updated 1 year ago

Ed W8EMV :radio_tower: · @w8emv
418 followers · 744 posts · Server mastodon.radio

The POCSAG pager receiver for the Flipper Zero is from xMasterX and the code is here

github.com/xMasterX/flipper-pa

It's tuned by default to the DAPNET Web frequencies, which are in the ham 70cm band, on 439.987500 MHz.

hampager.de/#/

There is a worldwide DAPNET network, but (alas) the closest existing one to me on the map is in Toledo Ohio, unlikely that I'll hear any signals from there.

github.com/DecentralizedAmateu

(add to the project list)

[ ]

#pager #pocsag #DAPNET #flipperzero #F0

Last updated 1 year ago

Ed W8EMV :radio_tower: · @w8emv
418 followers · 743 posts · Server mastodon.radio

Installed the "Dark Flippers" version of the Flipper Zero firmware, called "Flipper Zero Unleashed".

github.com/DarkFlippers/unleas

So far it looks like a pretty good distribution - not a lot of visible UI changes, a bunch of additional applications, including a simple "spectrum analyzer" that expands into the 70cm band and a POCSAG pager receiver.

Now to read a bunch of documentation / mash some buttons to see what they do.

[ ]

#F0 #flipperzero

Last updated 1 year ago

AV_SP · @AV_SP
135 followers · 37 posts · Server fediscience.org

0
Detecting F measurement jumps

asa.scitation.org/doi/10.1121/
"If you've worked with time-series f0 measurements, you know that sudden discontinuities in f0, due to consonantal junctures, non-modal phonation etc., are quite common. Maybe you want to identify places where these occur .... Maybe you're curious about the files with sudden jumps ... Either way, this R script will help you identify f0 jumps in a time series f0 measurement" github.com/jsteffman/f0-jumps

#measure #jumps #F0

Last updated 2 years ago

AV_SP · @AV_SP
135 followers · 37 posts · Server fediscience.org

0
Detecting F measurement jumps

asa.scitation.org/doi/10.1121/
"If you've worked with time-series f0 measurements, you know that sudden discontinuities in f0, due to consonantal junctures, non-modal phonation etc., are quite common. Maybe you want to identify places where these occur .... Maybe you're curious about the files with sudden jumps ... Either way, this R script will help you identify f0 jumps in a time series f0 measurement" github.com/jsteffman/f0-jumps

#measure #jumps #F0

Last updated 2 years ago

Devine Lu Linvega · @neauoire
7999 followers · 55272 posts · Server merveilles.town

@tty Oh, what potato will do is that if the 4th to 6th bytes are not DEO2, then it will say "no metadata"

#F0

Last updated 2 years ago

Devine Lu Linvega · @neauoire
7999 followers · 55272 posts · Server merveilles.town

@tty @d6 Ah! I think I understand what you're asking.

So, this whole thing doesn't require any change to the assembler. It uses just an old boring ;label reference.

That label can be named anything, the ;meta DEO2, is kind of like setting a vector, but we're not worrying about that right now, is a non-specified device in Varvara.

The assembler sees ;meta, and write the position of the @meta label, which could be any other name too.

git.sr.ht/~rabbits/drifblim/tr

#F0

Last updated 2 years ago

Andy Alderwick · @alderwick
279 followers · 1295 posts · Server merveilles.town

@neauoire @tty @d6 So the ROM author will have at the top of their .tal file:

|0100
;my-metadata DEO2
@on-reset
;0123 .System/r DEO2
[…]

and the assembler does the rest.

#F0

Last updated 2 years ago

Devine Lu Linvega · @neauoire
7962 followers · 55235 posts · Server merveilles.town

@tty @d6 The metadata is part of the rom.

git.sr.ht/~rabbits/nasu/tree/m

The is only so the emulator can also become aware of that metadata. For example, to rename the window, to draw an icon, etc..

#F0

Last updated 2 years ago

Devine Lu Linvega · @neauoire
7959 followers · 55216 posts · Server merveilles.town

@d6 I think what I would do is instead of a header, is expect the first bytes to be LIT2 $2 DEO2, and use the second and third byte to locate the address of the meta data.

Nasu would begin like

|0100 ( -> ) ;about DEO2

git.sr.ht/~rabbits/nasu/tree/m

#F0

Last updated 2 years ago