When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hello,
I do my first project with nrf52.
I have great working app under the SES enviroment. App is downloaded to hardware under the Segger Studio and it works ok. And...
Greetings,
I am trying to create a bootloader project in VisualGDB (our IDE of choice) and GCC based off of the secure_bootloader/pca10056_s150_ble example. I was able to...
Hello,
we want to use RTC2 (RTC0 is used by SoftDevice, RTC1 by FreeRTOS) to keep track of time. I set NRFX_RTC2_ENABLED and NRFX_RTC_ENABLED in app_config.h. Code used...
I'm having an rather cryptic problem where around 0.01% bytes are simply not transmitted via UART for some reason. This error happens independently from the chosen baudrate...
Hi,
I have just started learning the ble mesh basics.I have started to build code using segger ide. I have to learn the mesh examples code in a detailed way for my upcoming...
Hi,
How do I configure Zephyr to turn off TWI and GPIO while in sleep mode? Once I enable those, idle power consumption doubles. I tried using device_pm_enable() on initialization...
Are there definitive specifications on the minimum pulse duration necessary to trigger GPIO DETECT events and PORT events? I have a sensor that fires a logic-low interrupt...
I would like space in flash that can be written to during production and then never changes or is overwritten. I have explored adding a section in the linker.
Are these...
Hi there...
I am using :
Device :Custom board using nrf52840 (fanstel module BT840)
SDK : nRF5_SDK_17.0.2
SoftDevice : S140 7.2.0
In order to add DFU capability...
Hello,
Any updates on the modem firmware v1.1.3 and v1.3.0 certification status for Verizon? I was told v1.1.3 was supposed to be around Q4 and v1.3.0 was supposed to...
The actual title is too long, the problem is this.
The documentation for s110 says:
Commands to write a buffer to flash
If the SoftDevice is enabled: This call initiates...
Hi All,
I am developing a Zigbee based light controlling product using nrf52840 and nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71 SDK.
All functionality and features developed...
Hi,
I run the radio test with our PCBA with SDK17.0.2, but when I want to send "start_tx_modulated_carrier 100", there's no callback response "<info> app: The modulated...
Hi.
I am looking to implement a nRF52840 chip in my 5v battery operated door lock.
Sorry if this is asked before or should be clear from documentation, but I am not...