This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

network simulator for nrf52832

Hello everyone! I am interested in running some simulations to test a series of algorithms for BLE on nrf52832. Is there any simulator which can easily simulate nrf52832? Otherwise is there any API available in order to automate the results from online power profiler? I am not very familiar with network simulators so if the answers to my questions are negative, which network simulator do you think would be better to choose in order to simulate BLE? Thank you!

Parents
  • Jumper has built a simulator for the nRF52832 called Jumper Virtual Lab (https://jumper.io). Jumper allows you to load your firmware executable into a virtual device, which simulates your entire MCU (with the SoftDevice) and external sensors and peripherals.

    With Jumper Virtual Lab you can easily develop and test you embedded software without the need for the hardware device. It also comes with a Python SDK and command line tools so you can enjoy test automation and continuous integration.

    Let me know if you have any questions.

Reply
  • Jumper has built a simulator for the nRF52832 called Jumper Virtual Lab (https://jumper.io). Jumper allows you to load your firmware executable into a virtual device, which simulates your entire MCU (with the SoftDevice) and external sensors and peripherals.

    With Jumper Virtual Lab you can easily develop and test you embedded software without the need for the hardware device. It also comes with a Python SDK and command line tools so you can enjoy test automation and continuous integration.

    Let me know if you have any questions.

Children
No Data
Related