andreas@reder.eu
46010cbbd6
bugfix: panid is now correctly loaded from eeprom and set in mac framer and radio on startup
2014-04-15 07:27:27 +02:00
AndreasReder
20e8eba08b
changed slip-radio to be able to change panid over slip command
2014-04-15 07:27:27 +02:00
AndreasReder
033adfa678
changed mac framer to be able to change panid during runtime
...
example:
#include "net/mac/framer-802154.h"
uint16_t panid = 1234;
framer_802154_set_panid(panid);
attention: this only changes the framer panid, you need to change
the radio panid too, e.g. with rf230_set_pan_addr on avr atmega128rfa1
2014-04-15 07:27:27 +02:00
harald42
057a3c3345
add light-actor
2014-04-15 07:27:27 +02:00
harald42
bba7b84a15
add servo example
2014-04-15 07:27:27 +02:00
harald42
36e0dcf22f
bugfix compile and flash
2014-04-15 07:27:27 +02:00
harald42
c8604b5a70
add merkur board example
2014-04-15 07:27:27 +02:00
harald42
43b9f7a23d
remove platform/osd-er-lp24
2014-04-15 07:27:27 +02:00
harald42
2a495ace3b
change plattform to osd-merkur
2014-04-15 07:27:27 +02:00
harald42
5ee13bf528
change plattform to osd-merkur
2014-04-15 07:27:27 +02:00
harald42
33639c15e1
change plattform to osd-merkur
2014-04-15 07:27:27 +02:00
harald42
618a516182
change plattform to osd-merkur
2014-04-15 07:27:26 +02:00
harald42
b6c7cc8672
change plattform to osd-merkur
2014-04-15 07:27:26 +02:00
harald42
4d93071bf9
change plattform to osd-merkur
2014-04-15 07:27:26 +02:00
harald42
6d0bdab9f0
change plattform to osd-merkur
2014-04-15 07:27:26 +02:00
harald42
7f776ee918
add climate example
2014-04-15 07:27:26 +02:00
harald42
a6634acc50
add platform osd-merkur
2014-04-15 07:27:26 +02:00
harald42
b31a3397e0
remove merkur
2014-04-15 07:27:26 +02:00
harald42
b6f96951be
add merkur platform
2014-04-15 07:27:26 +02:00
harald42
23394cd1f5
remove old files
2014-04-15 07:27:26 +02:00
harald42
252454c016
remove debug, minimize code size
2014-04-15 07:27:26 +02:00
harald42
a2387f43af
cleanup project
2014-04-15 07:27:26 +02:00
harald42
641aad70a9
initial upload
2014-04-15 07:27:26 +02:00
harald42
32ab451fff
add pir sensor, sensor events
2014-04-15 07:27:26 +02:00
harald42
a1152fd96e
cleanup code
2014-04-15 07:27:26 +02:00
harald42
356ea01a8d
add button sensor with debug
2014-04-15 07:27:26 +02:00
harald42
48217bcf80
initial upload
2014-04-15 07:27:26 +02:00
harald42
104be3acfb
initial upload
2014-04-15 07:27:26 +02:00
harald42
ac235b9c57
make easyer experiments
2014-04-15 07:27:25 +02:00
harald42
b2040a6cd9
change rt tag and disable energest and radio stat
2014-04-15 07:27:25 +02:00
harald42
2e35f2225d
cleanup code
2014-04-15 07:27:25 +02:00
harald42
ff022fce05
add battery sensor
2014-04-15 07:27:25 +02:00
harald42
538bb6075c
setup 15 NBR 50 DS6-Route
2014-04-15 07:27:25 +02:00
harald42
86c4214014
update to latest version
2014-04-15 07:27:25 +02:00
harald42
1f12531618
remove if attribute
2014-04-15 07:27:25 +02:00
harald42
65341d8d3b
use ds1820.c from /dev directory
2014-04-15 07:27:25 +02:00
harald42
90885f2168
new dht11 uri schema
2014-04-15 07:27:25 +02:00
harald42
e92678a847
add sensors, internal temperature, battery
2014-04-15 07:27:25 +02:00
harald
17c93b259e
add DHT11 humidity sensor
2014-04-15 07:27:25 +02:00
harald
56807ee75a
initial upload
2014-04-15 07:27:25 +02:00
harald
2b7e7b8f8c
bugfix ds1820
2014-04-15 07:27:25 +02:00
harald
92b835080b
initial upload
2014-04-15 07:27:25 +02:00
Enrico Joerns
055c70b455
[cooja] Set location of newly created plugins relative to second last activated plugin.
...
Setting the position based on the number
of total inner frames was very inflexible
and caused pad positioning for larger number
of frames.
Setting the location of new plugin frames
to the second last activated one tries to
meet two requirements:
- Avoid covering the last activated plugin frame,
i.e. the one that was active when new plugin
start was invoked.
- Set new plugin near an actively used desktop pane
location and allow 'diagonal stacking'
2014-04-15 00:48:52 +02:00
Enrico Joerns
b53cee163d
[cooja] plugins/LogListener: Prevent from throwing
...
ArrayIndexOutOfBoundsException in case of empty logTable
2014-04-15 00:22:24 +02:00
Nicolas Tsiftes
19cd33664d
Merge pull request #633 from nfi/verbosity-control-msp430
...
Add support for verbosity control for building MSP430-based platforms with the IAR compiler.
2014-04-14 16:38:07 +02:00
Nicolas Tsiftes
ce2ed95b93
Merge pull request #585 from g-oikonomou/generic-icmp6-in-hooks
...
Generic ICMPv6 input hooks
2014-04-14 16:12:10 +02:00
George Oikonomou
22800de94e
Add extended RF API example
2014-04-14 15:25:32 +02:00
George Oikonomou
0ec1eda75e
Implement extended RF API for the CC2538
2014-04-14 15:25:30 +02:00
Niclas Finne
132b8dde3b
Fixed CC2420 to return RADIO_RESULT_INVALID_VALUE if trying to set a
...
transmission power outside the valid range instead of using closest
valid value.
2014-04-13 21:43:37 +02:00
Niclas Finne
f0c48c55ca
Fixed STM32W radio to return RADIO_RESULT_INVALID_VALUE if trying to
...
set a transmission power outside the valid range instead of using
closest valid value.
2014-04-13 21:36:45 +02:00