HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Good evening,
I'm having some difficulties with the thingy52. I used it as the basis of development for the project and up to this point without major problems. However...
IARv8.x.x no longer seems to display the detailed peripheral register settings in debug mode under "View->Registers" as all v7.x.x versions used to do. In trying to determine...
Hi,
I followed this tutorial https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial?CommentId=adb9d7e0-1bf3-49bf...
Hi,
I'm using a nRF52832, SD132, SDK14.2 on a custom board.
I want to use BLE for precision, my use case require me to perform at least 50 reading from the SAADC per second...
Hi,
I'm trying to understand the speed of the BLE communication. What I do in my infinite loop is a SAADC conversion then send the value to BLE (int16_t).
In order to...
Hello,
I have a statically provisioned mesh network (keys and addresses are pre-set in code to make it simple for now) in which each device periodically broadcasts it's...
Hi,
i want to know if there is a solution to apply LE privacy to a timeslot advertisement ?, my problem is :
i have multiple advertisements at the same time (sofdevice...
Hi everyone,
I've gat a problem with advertising. I'm using above mentioned module and Eclipse with GCC compiler, SDK version 14.2.0.
I followed the advertising tutorial...
Hello Everybody,
I am trying to implement the LNS Experimental Service from SDK 14.1. I am asking myself why they split the flags in two seperate packets, because that is...
Hi,
I don't find an answer to my question and maybe I'm missing the basic of the BLE communication here. I need to transmit data as fast as possible to ONE central device...
Currently i am testing the nRF52840 Preview DK DFU function. Is the NRF52840 support by SoftDevice(S132)? and also match with the SDK(nRF5_SDK_v13.x.x) ?
thanks!
Hi,
is it possible to get some statistical information about a BLE connection?
Background is, that I'm experiencing connection problems (degrading throughput, stuttering...
I am using the Mesh-SDK v1.0.0, the device is the nRF52832xxAA on PCA10040-Boards with the Softdevice s132. I am new to the development with BLE, and specially mesh.
I have...
Hi
I would like to modulate the positive output of the UART using PWM
I know i can feed the UART and a PWM putput into a AND gate no problem, but im wondering if there...