The hard RAK831 cafe part 1

It is not illegal to send gifts. It is illegal to send a commercially bought product as gift to avoid import duties.

Anyway, not that it matters much these days. Customs stopped looking at those shipment stickers for ages (if they ever did in the first place). They just know what areas and type of packages to look out for the most, and increase the checks on those.

2 Likes

Man up dood! Wake up and smell the coffee - pay whatā€™s due and be happy that you follow international rules of doing business - thatā€™s life!

2 Likes

Iā€™m OK with paying taxes, the problem is every time taxes are due you have to pay a fixed ā‚¬13 customs handling fee on top - that really stings especially for small orders. Thereā€™s hardly justification for such a large fee other than maintaining an antiquated, broken, system.

Essentially itā€™s a Ā£13 fine for being honest.

5 Likes

ā€˜doodā€™ hereā€¦ and I smelled the coffee :sunglasses:

I understand what you mean but my intention was to show the total price of this gateway module imported in the Netherlands which is 108,38 + 35,76 ā€¦ expecting a general pricedrop in this market segment soon.
After coffee Iā€™ll boot my ironstation ā€¦

finding a (temp) way to having access to the RPI GPIO with GW connected

1 Like

What carrier ? Here in France DHL, Fedex, UPS itā€™s every day :wink:
And if there is no invoice from seller they apply a estimated price
Btw taxes are vat (20%) and As Iā€™m company Iā€™m getting it back so as said @jmarcelino the only line really paid is 13ā‚¬
Only option basic postal service never paid any taxes with it.

Hi Charles, this was POST NL but thereā€™s no difference in taxes, only in handling costs.

For the Netherlands (donā€™t know if thatā€™s EU rules) you donā€™t pay any taxes if the value is below ā‚¬22,-
From ā‚¬22,- to ā‚¬150,- you pay 21% + handling by carrier
Above ā‚¬150,- you pay 21% + importtax ( 4.2 % ) + handling by carrier

importcalculator

if you buy something in China for ā‚¬23,- free shipping, it is theoretically possible that you must pay an
extra ā‚¬13,21 when the packet arrives
to avoid that, most people split their orders in multiple small orders with a value below ā‚¬22,-, but be carefull, leave some days between every small order, because if not the seller will ship it in one package and youā€™ll have the same problem.

Umm Rak is now selling a package deal for the gateway inc a Raspberry Pi B+ and adapter all for ā‚¬142

1 Like

:hushed: clever ā€¦ why the SMA connector on the converter board ?

For an optional GPS antenna, thereā€™s a module footprint (SIM28M?) next to it

yep, that must be it

source : https://twitter.com/jmarcelino

1 Like

I canā€™t help but think theyā€™re taking it through the paces of being compliance tested with this shieldless picā€¦ (Maybe Iā€™m just being hopeful.) I saw itā€™s from Ken himself, so maybeā€¦

My RAK831 order is still yet to be shipped, hereā€™s hoping it arrives soon.

The hackster tutorial also works with this Raspberry Pi1B+?, I have not been able make it work for 915MHz

A flat 13ā‚¬ processing fee? Thatā€™s lucky. Last time they got me with the import taxes I had to pay 20% VAT plus 20% ā€˜processing feesā€™ā€¦ on a 300ā‚¬+ shipment. 60ā‚¬ for scanning the packageā€™s sticker, why thank you very much!
Honestly at this point Iā€™d rather pay a fineā€¦

1 Like

another RAK dev kit but missing the adapter board.

Someone has managed to set the RAK831 to 915MHz correctly give me some tips, I thank you for your help in advance, I think mine is faulty.

1 Like

what would be the best path to follow if I want to start a script on boot that reads the gateway log and show (regulary) some info on a I2C display (and donā€™t interfere with the SPI GW activity)

systemd
initd
autorun

2 Likes

Hi LoRanians,

Yesterday received my RAK831 package.

Now Iā€™m trying to get it to work ā€¦

I connected the RPi as in this post.

I installed the binary form github as suggested by @Epyon

If I try to start the packet-forwarder I get three errorsā€¦

# packet-forwarder start --config /etc/packet-forwarder/ttn-pkt-fwd.yml 
  INFO Packet Forwarder for LoRa Gateway        HALVersionInfo=Version: 4.0.0; Options: native;
  INFO Found gateway parameters, getting frequency plans AuthServer=https://account.thethingsnetwork.org GatewayID=aandewiel URL=https://account.thethingsnetwork.org/api/v2/frequency-plans/EU_863_870
  INFO Refreshed account server information     TokenExpiry=2017-11-30 10:51:10.815681467 +0100 CET
  INFO Connecting to TTN discovery server       Address=discover.thethingsnetwork.org:1900
  INFO Connected to discovery server - getting router address
  INFO Connecting to router...                  RouterID=ttn-router-eu
  INFO Downlinks queuing routine started       
  INFO SX1301 board configured                  ClockSource=1 LorawanPublic=true
  INFO Configured TX Lut                        Indexes=16
  INFO Radio configured                         EnabledTX=true Frequency=867500000 RSSIOffset=-166 Radio=0 Type=SX1257
  INFO Radio configured                         EnabledTX=false Frequency=868500000 RSSIOffset=-166 Radio=1 Type=SX1257
  INFO LoRa multi-SF channel configured         Freq=-400000 Lora multi-SF channel=0 RFChain=1
  INFO LoRa multi-SF channel configured         Freq=-200000 Lora multi-SF channel=1 RFChain=1
  INFO LoRa multi-SF channel configured         Freq=0 Lora multi-SF channel=2 RFChain=1
  INFO LoRa multi-SF channel configured         Freq=-400000 Lora multi-SF channel=3 RFChain=0
  INFO LoRa multi-SF channel configured         Freq=-200000 Lora multi-SF channel=4 RFChain=0
  INFO LoRa multi-SF channel configured         Freq=0 Lora multi-SF channel=5 RFChain=0
  INFO LoRa multi-SF channel configured         Freq=200000 Lora multi-SF channel=6 RFChain=0
  INFO LoRa multi-SF channel configured         Freq=400000 Lora multi-SF channel=7 RFChain=0
  INFO LoRa standard channel configured        
  INFO FSK channel configured                  
  WARN No GPS chip configured, ignoring        
  INFO Starting concentrator...                 DateTime=2017-08-29 11:51:11.284164306 +0200 CEST
ERROR: Failed to load fw 1
ERROR: Version of calibration firmware not expected, actual:0 expected:2
ERROR The program ended following a failure    error=Failed to start concentrator
#

What am I doing wrong?

Help is much appreciated!

---- EDIT -----
This seems to do the trick: ā€“reset-pin 25

# packet-forwarder start -v --config /etc/packet-forwarder/ttn-pkt-fwd.yml --reset-pin 25

Mind you!!! To add to the confusion: ā€“reset-pin 25 does not set pin 25 of the gpio header as reset pin, but GPIO25!!! Which is actualy pin 22.

3 Likes

That dependsā€¦ what OS + version are you using on the RPi? If itā€™s raspbian Jessie I would suggest systemd.

1 Like

So did you get it working?