Re: [riot-users] Elegant way to get IP address within gcoap

2020-12-03 Thread Philipp Blum
Hi Philipp, am I assuming correctly that you want to know on which IP address you received an incoming request? An API extension for the underlying UDP SOCK API is about to get merged [1], that would allow just this. Still missing are implementations of that API (but the pull requests for

Re: [riot-users] Elegant way to get IP address within gcoap

2020-12-02 Thread Philipp Blum
Philipp Blum wrote: I need to get the IP address within gcoap. If available global, if not ULA, if not ULA then link-local. In all generality, the address may depend upon which interface you are connected to, and what the address of your correspondant is. Particularly the Link-Local

[riot-users] Elegant way to get IP address within gcoap

2020-12-01 Thread Philipp Blum
I need to get the IP address within gcoap. If available global, if not ULA, if not ULA then link-local. best regards Philipp ___ users mailing list users@riot-os.org https://lists.riot-os.org/mailman/listinfo/users

Re: [riot-users] RPL

2020-11-30 Thread Philipp Blum
Don't you want to move this topic to the forum? I have a hard time following it. I also think it is helpful for other user to find more information about it. https://forum.riot-os.org/ Am 2020-11-30 09:36, schrieb Robert Hartung: Thanks Benjamin, as far as I understand RPL MRHOF [0] uses

Re: [riot-users] Setup, dev and test concerns for RIOT beginner

2020-11-24 Thread Philipp Blum
Thanks for the awesome answers here Phillip, and I especially appreciate the tip about CLion vs VSC -- I will definitely trial both IDEs now and see which one is working best for me. Happy trails, Zac No problem. Feel free to ask questions, if you get any. We also got a Matrix chat. So,

Re: [riot-users] Setup, dev and test concerns for RIOT beginner

2020-11-24 Thread Philipp Blum
1. Can I develop RIOT-based C applications using my existing CLion/GCC/CMake/Mac "stack"? Or does RIOT have its own IDE that I should be using on Mac? Is my "stack" a typical dev setup or does it send up any red flags in anyone's mind? You can use it with you CLion/GCC/CMake stack. I just

Re: [riot-users] RIOT OS for data logger system with focus on maintenance

2020-10-30 Thread Philipp Blum
* Having a web interface running, accessible via Ethernet or BLE (for on-site maintenance) and remote (e.g. via LTE CAT M1/NB1 for administration) to allow configuring sensor setup (number and type) as well as general configuration (measurement interval, time of data upload, etc.) A simple

Re: [riot-users] Anyone tried RIOT in WebAssembly?

2020-10-27 Thread Philipp Blum
Am 2020-10-27 16:37, schrieb Karl Fessel: Hi Philipp, this is a nice idea. But it might not just be as easy as copling with emscripten, since RIOT manages and schedules its own threads. Even though WASM is a kind of near system intermediate Bytecode it is restricted (even inside its

[riot-users] Anyone tried RIOT in WebAssembly?

2020-10-26 Thread Philipp Blum
Anyone ever tried to compile RIOT OS to WebAssembly with ecmascripten? Kind of interesting, because it would make it possible to run code in a web browser. Simple way to get people into RIOT OS. Ecmascripten even has a porting guide.

[riot-users] RIOT OS tag on Stackoverflow

2020-08-31 Thread Philipp Blum
Dear community, finally, it is here: The riot-os tag on Stackoverflow. (https://stackoverflow.com/tags/riot-os/) It took a while to reach the rank to create a tag, but I reached it on saturday. My first action was to create a tag for RIOT. Unfortunately it took some days to get it approved. I

Re: [riot-users] Shell not working on cc2650

2020-08-28 Thread Philipp Blum
What example have you flashed on the board? Am 2020-08-27 13:46, schrieb Joseph DISSISSA: Hi, my name is joseph and I'm currently working on RIOT with TI sensortag cc2650 as a board. The problème that I have is that the shell on my board is not responding, my problem is similar to this

Re: [riot-users] Is Riot best fit for WSN or IoT

2020-07-16 Thread Philipp Blum
I actually see this IoT term more as an bullshit bingo word than actually important for people working on it. Just use it in marketing and people want to be part of it. IoT just means: Connect your embedded and constrained stuff in some way to the internet. It doesn't necessary mean that every

[riot-users] Some upvotes for RIOT OS support in platformIO

2020-04-14 Thread Philipp Blum
Simple as that: Just upvote the issue ;) https://github.com/platformio/platformio-core/issues/3456 ___ users mailing list users@riot-os.org https://lists.riot-os.org/mailman/listinfo/users

Re: [riot-users] Opinions / experiences RIOT vs

2020-03-10 Thread Philipp Blum
> RIOT-OS likely will have to wait for the CHIP spec to become public before we > could merge, as the code would otherwise violate someone's NDA. > I imagine the same would apply to Zephyr (being GPL) as well. Zephyr is Apache 2.0 [1] Links: -- [1]

[riot-users] Missing FLASHFILE: Porting programmer to different board

2020-02-11 Thread Philipp Blum
Hey, I tried to flash my nrf52 with the black magic probe. I get the following message when I try to flash it with BOARD=nrf52dk PROGRAMMER=bmp make flash FLASHFILE is not defined for this board So, I searched for the variable FLASHFILE, which I found and it looks correct to me. Can

Re: [riot-users] OpenWRT and RIOT network configuration

2020-02-04 Thread Philipp Blum
Am 2020-02-04 11:31, schrieb Michael Richardson: > Philipp Blum wrote: >> I just compiled OpenWRT with 6LoWPAN_bluetooth and configured it. >> (https://imgur.com/a/8ctUHG9 & https://imgur.com/a/frYKx7N) >> The interface gets an /60 prefix delegated (2a02:8aaa:b

[riot-users] OpenWRT and RIOT network configuration

2020-02-03 Thread Philipp Blum
Hello, I just compiled OpenWRT with 6LoWPAN_bluetooth and configured it. (https://imgur.com/a/8ctUHG9 & https://imgur.com/a/frYKx7N) The interface gets an /60 prefix delegated (2a02:8aaa:baaa:b700::1/60), which is great. So now I want to configure RIOT OS to work with it. I am able to ping

Re: [riot-users] Feather nRF52 Bluefruit LE nRF52832 ARM Cortex M4F

2020-01-22 Thread Philipp Blum
; > _Best Regards,_ > > Sangeeta PATIL > > FROM: Philipp Blum > SENT: Wednesday, January 22, 2020 5:14 PM > TO: RIOT OS users list > CC: PATIL Sangeeta > SUBJECT: Re: [riot-users] Feather nRF52 Bluefruit LE nRF52832 ARM Cortex M4F > > Hey, > > I just lo

Re: [riot-users] header files and LGPLv2.1 license

2020-01-19 Thread Philipp Blum
Am 2020-01-19 13:12, schrieb Oleg Hahm: > Hi Philipp, > > On Sun, Jan 19, 2020 at 02:33:13AM +0100, Philipp Blum wrote: > >> I have a question regarding the license. >> If I use a closed source application in RIOT and I also use a RIOT >> specific API, d

[riot-users] How to use SPI Flash with RIOT? Examples available?

2020-01-10 Thread Philipp Blum
Hey, I got the W25Q64JV. As I understand it the SPI interface for this is standardized and should be supported by the Serial NOR flash driver. Do I need the Memory Technology Device by myself in my application or how I am supposed to use it? Are there any examples available?

[riot-users] Any Ed25519 crypto core supported by riot?

2019-12-20 Thread Philipp Blum
Hey, I found the CEC1702 by microchip. Really interesting microcontroller with an embedded crypto core. There is also a dev board available, the CEC1702 clicker. Is there any similar micrcontroller supported by RIOT or a cheap crypto controller? Or is anybody working on supporting one?

[riot-users] PineTime available for 25 USD

2019-12-07 Thread Philipp Blum
An open smart watch with the nrf52832. https://store.pine64.org/?product=pinetime-dev-kit ___ users mailing list users@riot-os.org https://lists.riot-os.org/mailman/listinfo/users

Re: [riot-users] ifconfig 9 add a02:8109:b6bf:bb24:0292::1 doesn't work

2019-10-29 Thread Philipp Blum
to your laptop? > > Best regards, > Martine > > Am Mo., 28. Okt. 2019 um 23:15 Uhr schrieb Philipp Blum > : > >> Let's say my network interface on my notebook has the following IP: >> a02:8109:b6bf:bb24:f293:aae5:fd69:3924/64 >> >> This means

[riot-users] ifconfig 9 add a02:8109:b6bf:bb24:0292::1 doesn't work

2019-10-28 Thread Philipp Blum
Let's say my network interface on my notebook has the following IP: a02:8109:b6bf:bb24:f293:aae5:fd69:3924/64 This means I got a02:8109:b6bf:bb24::/64 for my network. Got this range from my ISP. I want to configure my RPL network to have a02:8109:b6bf:bb24:0292::/80 as the IPv6 range. So I

[riot-users] List of sensor IoT standards

2019-10-25 Thread Philipp Blum
I have some devices which collect some data. A connected scale for example. I am not really happy that all of these data are collect in some "Cloud" application of some random provider. I even don't know if this provider still exists in 10 years. So, my idea: Why can't I use a local server (Rpi

[riot-users] FOSDEM 2020 IoT Devroom Call for Proposals

2019-10-22 Thread Philipp Blum
I am interested submitting a proposal for the FOSDEM. I am interested in creating something on a BLE mesh network (6LoWPAN adaption layer and RPL). Is there somebody else interested in it as well? https://lists.fosdem.org/pipermail/fosdem/2019q4/002929.html

Re: [riot-users] Large scale binary testing and debugging with IoT-Lab?

2019-09-13 Thread Philipp Blum
of devices. The documentation didn't help that much, so far. Am 2019-09-12 20:26, schrieb Michael Richardson: > Philipp Blum wrote: >> I would like to deploy remotely a cluster of nRF52 boards or STM32F1. >> There is also a Foren6 integration in IoT-LAB. This sounds also >&g

[riot-users] Large scale binary testing and debugging with IoT-Lab?

2019-09-08 Thread Philipp Blum
Dear RIOT-users, there was a session about testing with PhiLIP. Someone also showed how simple you can deploy a binary remotely with IoT-LAB. This is fascinating. Especially to connect it later to Murdock. So I basically want to do the same. I already have a problem to find how I can set up my

Re: [riot-users] Linker | printf | accuracy problems

2019-08-04 Thread Philipp Blum
Can somebody explain, why it increases the size so much? I have a rough idea, but would be nice to get an explanation :) Am 2019-08-04 15:38, schrieb Alexandre Abadie: > Hi Oliver, > > See my answer about printf below. I'm not enough expert with timer accuracy > but there are known issues

[riot-users] EclipseCon?

2019-07-25 Thread Philipp Blum
Could be an interesting conference. Not sure if it is still open for proposals. Maybe there are other ways to get free tickets. ^^ https://www.eclipsecon.org/europe2019 ___ users mailing list users@riot-os.org

Re: [riot-users] Problem with udp sock api

2019-07-18 Thread Philipp Blum
Wow, I wouldn't say bad. There is a complete POSIX sockets example in the source code: https://github.com/RIOT-OS/RIOT/tree/master/examples/posix_sockets RIOT OS support the POSIX socket API. There are tons of examples in the Internet for POSIX sockets. But if you want to have a more complete

[riot-users] Need paid support for writing some driver

2019-05-24 Thread Philipp Blum
Hey dear RIOT user, I am working on some driver for a while, but I realized I don't have enough spare time to write all driver by myself. So, I am trying to get some help from you. I put my own money into it, in order to support the effort. (I thought about ~400 Euro per driver) Of course,

[riot-users] Eclipse IoT survey

2019-04-20 Thread Philipp Blum
5% market share for RIOT OS. Let's continue spreading the word and improving RIOT OS in order to replace Windows and FreeRTOS. Most developer don't know what the miss ;) https://www.cnx-software.com/2019/04/19/eclipse-iot-survey-report-reveals-arm-linux-dominate-security-concerns/

[riot-users] Flash nrf51822 with a J-Link

2019-04-12 Thread Philipp Blum
I tried to flash the gnrc_networking example on my nrf51822 with a J-Link. BOARD=yunjia-nrf51822 PROGRAMMER=jlink make flash Unfortantly, this does not work. It is still uses ST-Link for flashing. So, how can I change it to use the J-Link, with only env variables?

[riot-users] Thingy52 J-Link serial console

2019-04-06 Thread Philipp Blum
Hey, I have some Thingy52 here and I would like to use them for a reasonable application. I connected the J-Link to the Thingy52 and I am able to flash it. My problem is just: How to connect it to the serial console over the J-Link? I am not familiar with it. I just get the following

Re: [riot-users] Need some feedback from IoT-industry experts

2019-04-01 Thread Philipp Blum
regarding this topic from non IoT industry users. So, I want to know what people in the IoT industry think about this. best regards Philipp Am 2019-04-01 08:35, schrieb Emmanuel Baccelli: > Hi Philipp > > On Sat, Mar 30, 2019 at 6:22 AM Philipp Blum wrote: > >> Do you think t

Re: [riot-users] Need some feedback from IoT-industry experts

2019-03-29 Thread Philipp Blum
te: > >> It will be interesting if you have this discussion in the list. >> >>> On 25 Mar 2019, at 22:30, Oleg Hahm wrote: >>> >>> Hey Philipp, >>> >>> On Sat, Mar 23, 2019 at 08:02:06AM +0100, Philipp Blum wrote: >>>> I work f

[riot-users] Mesh tree with RPL & IPv6 over Bluetooth Low Energy

2019-03-28 Thread Philipp Blum
Hey, I am looking for resources which explain how IPv6 on BLE with RPL works. The standard setup describes only the start topology. One 6LBR is connected to many BLE nodes with enabled IPSP. This setup is well described in the README in the nordic_softdevice_ble package. Does RPL work

Re: [riot-users] Is there a http server example ?

2019-03-23 Thread Philipp Blum
approach for your project. :) Am 2019-03-23 11:38, schrieb Philipp Blum: > You should consider using COAP instead. :) > You can find an example for nanocoap here: > https://github.com/RIOT-OS/RIOT/tree/master/examples/nanocoap_server > > If you really want to use HTTP, you can us

Re: [riot-users] Is there a http server example ?

2019-03-23 Thread Philipp Blum
You should consider using COAP instead. :) You can find an example for nanocoap here: https://github.com/RIOT-OS/RIOT/tree/master/examples/nanocoap_server If you really want to use HTTP, you can use the COAP HTTP mapping in Squid [1]. (Haven't tried it. Maybe somebody else can help there.

[riot-users] Need some feedback from IoT-industry experts

2019-03-23 Thread Philipp Blum
Hey, yes that was the best title I came up with :D This eMail does not directly have something to do with RIOT, but I need some help from you, people. :) I work for the IOTA foundation and we also create open source software. We have a lot of internal discussions about some decisions which

[riot-users] How to use SAUL?

2019-03-20 Thread Philipp Blum
Hi, I just want to use the DHT11 sensor. I know that RIOT has an abstraction layer for sensors, which is really nice. My problem is just: How to use it? I have a server on my device which accepts UDP packets. The server should read the sensor data on a regular base, caches them and sends them

Re: [riot-users] SPI with SDI only

2019-03-06 Thread Philipp Blum
. Am 2019-03-06 22:56, schrieb Peter Kietzmann: > Hi Philipp, > > Am 28.02.19 um 09:49 schrieb Philipp Blum: > >> Hey, >> >> I have a weird behavior in my application. Maybe somebody has an idea >> what is going on. I am currently writing a driver for an epa

[riot-users] Bluetooth communication: RIOT & NimBLE

2019-03-05 Thread Philipp Blum
Hey, I want to get more into Bluetooth LE. So, I have seen the GATT server example, which works fine. But I want to start to communicate with my device. So I could use a simple service such as the alert notification service, but I need something more customizable. The IPSP service would be

[riot-users] Bosch SI IoT Survey

2019-03-05 Thread Philipp Blum
Bosch SI created some survey for IoT. Yes, RIOT OS is listed as RTOS ;) https://www.surveymonkey.de/r/Bosch-IoT ___ users mailing list users@riot-os.org https://lists.riot-os.org/mailman/listinfo/users

[riot-users] Recommendations for Key/Value-storages (Hashmap Libraries)

2018-12-13 Thread Philipp Blum
I need to store and manage some data on the STM32F1. Up to a few GB. I want to store the data on a SD Card. So, I searched for some databases to use them within RIOT. Wasn't that successful. I could also just write one by myself. I thought about using a Hashmap for it. So, I just wanted

[riot-users] pthread usage in pkg

2018-11-17 Thread Philipp Blum
Hey, I still have the issue with posix threads in my package. The compiler is not able to find a reference for pthread_mutex_lock error: implicit declaration of function 'pthread_mutex_lock'; did you mean 'pthread_atfork'? [-Werror=implicit-function-declaration]

Re: [riot-users] Where can i buy M3 Open Node ?

2018-10-31 Thread Philipp Blum
Hi, maybe it is a option for you to use a Bluepill & buy some additional sensor modules. The bluepill has also a STM32F1. So, it's more or less the same processor. You can find a lot of these board & modules on Aliexpress. best regards Philipp Am 2018-10-31 13:52, schrieb Emmanuel

Re: [riot-users] Use POSIX pthreads in pkg

2018-10-24 Thread Philipp Blum
Hi Kaspar, Sorry, I didn't pushed the change ^^ So, updated the branch. Still this branch: https://github.com/Citrullin/RIOT/tree/iota_new_implementation/examples/iota_transaction_light best regards Philipp Am 2018-10-23 19:06, schrieb Philipp Blum: > Hi Kaspar, > > I

Re: [riot-users] Use POSIX pthreads in pkg

2018-10-23 Thread Philipp Blum
aspar Schleiser: > Hi Philip, > > On 10/22/18 11:02 PM, Philipp Blum wrote: > >> yes, I pushed it to my repo: >> https://github.com/Citrullin/RIOT/tree/iota_new_implementation/examples/iota_transaction_light >> >> That's the application where I use this package.

[riot-users] Use POSIX pthreads in pkg

2018-10-21 Thread Philipp Blum
Hi, I have a library which includes . I use a github repo and create a static library with Cmake. It copies it then to binddir of riot. I basically copied another libraries Makefile, to understand how it supposed to work. all: $(PKG_BUILDDIR)/src/Makefile $(MAKE) -C $(PKG_BUILDDIR)

[riot-users] Override macro variables

2018-10-11 Thread Philipp Blum
Hello people, I am currently working with the at library. Since my ble module uses \r\n instead of \r I want to override the EOL. So I tried: #include "periph/uart.h" #include "xtimer.h" #include "at.h" #undef AT_SEND_EOL #define AT_SEND_EOL "\r\n" #undef AT_SEND_EOL_LEN #define