2019-01-17 2:24 AM
My configuration is the following:
Configuration 1 - NUCLEO-F401RE + X-NUCELO-S2868A1 connected on my PC COM3 port
Configuration 2 - NUCLEO-F401RE + X-NUCELO-S2868A1 + X-NUCLEO-IKS01A2 powered by USB
I followed the following tutorial:
So to resume, I have downloaded the 'STM32CubeExpansion_SUBG1_V3.1.0' pacakge and loaded the following project into System Workbench for STM32:
- BR_S2LP_STM32F401RE_Nucleo
- RX_S2LP_STM32F401RE_Nucleo
- TX_S2LP_STM32F401RE_Nucleo
I flashed the configuration 1 with 'BR_S2LP_STM32F401RE_Nucleo' project and configuration 2 with 'TX_S2LP_STM32F401RE_Nucleo' project.
I then installed the "Ncap Loopback Adapter" and ran in the windows cmd shell the following: 'wpcapslip6.exe -s /dev/ttyS2 -b aaaa:: -a aaaa::1/128 02-00-4C-4F-4F-50'
I got the following result:
11:20:02 netsh interface ipv6 add address "Npcap_Loopback_Adapter" aaaa::1/128 L'objet existe déjà.
11:20:02 WARNING: subprocess exited with code 1
11:20:02 wpcapslip6 started on ``/dev/ttyS2''
11:20:05 Bridge/Router not found!
I tried a lot of things but I am still experiencing issues after several days working on it.
Do you have some advises to solve this?
The end result will be to receive on Serial port my MEMS sensors transmitted over RF at high rate. Goal is to collect this info, process it into simulink and then control steper motor using X-NUCLEO-IHM02A1.
Thanks a lot for your support.
Regards,
Fabrice
2019-01-29 8:55 AM
Hello,
haved You managed to got results from your project.
I have a similar issue and your help could be great !
2019-01-29 9:03 AM
Hello,
Still not solved a this time. I will keep you posted.
Let me know if you ind the solution!