Hamed

Results 16 comments of Hamed

I managed to add it to Nuxt with making a plugin like this : installed the libs: ``` npm install swiper vue-awesome-swiper --save # or yarn add swiper vue-awesome-swiper ```...

Same here, I cannot run a MTProxy anymore, it connect perfectly outside of Iran, but Inside of Iran it doesn't connect. However the IP is not banned, I have access...

Hey @zvdsteege ,have you looked at https://github.com/CANopenNode/CanOpenSTM32 ? Also I updated the CANOpenSTM32 in my repo, it is basically a refactoring and more cleaned version of the original one that...

@JTLGE, it seems that the example ran successfully on your board. Try when you turn the board on, you should be able to see a single packet going through the...

Try to set a breakpoint at `prv_send_can_message` function and if it is being called, then most probably the problem is with your hardware side, probably wrong pins, wrong inspection method,...

Sorry @JTLGE can't help much there. apparently it is not the CANOpenNode stack issue anymore. it is more like on your hardware side I would say. Double check that you...

I'm using something like [this](https://www.amazon.co.uk/Analyzer-Channel-Professional-Microcontroller-Analyzing/dp/B099MRWXS6/ref=asc_df_B099MRWXS6/?tag=googshopuk-21&linkCode=df0&hvadid=535919079507&hvpos=&hvnetw=g&hvrand=11162185226368407005&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=20474&hvtargid=pla-1457145899003&psc=1) in conjunction with [PulseView](https://sigrok.org/wiki/PulseView).

@JTLGE, would you please close this issue if your problem has been solved ?

Hi, have you tried to look at the examples provided in this repository ? They should be what you are looking for. You can try to replicate the same structure...

> Is it possible to implement CANopen on an STML4 microcontroller with CAN interface and use freertos? I can't see why it is not possible ?! You can have a...