Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
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...
After updating to nRF9160 mode firmware v1.1.1 there have been several vector catches. I have not updated Zephyr or anything else from the latest version downloaded on 9/24...
Hi,
I have programmed my Nordic Thingy 91 with lte_ble_gateway and seems to work fine. However whenever I increase the connection parameters, the thingy91 fails in the discoverty...
Hello All,
Please share me the link where I can get complete explanation on software part for how to use following wakeup options as stated in datasheet
1]The detect signal...
Hi all,
I have 3 nRF52840 Bluetooth tags and I have used Segger Embedded Studio for programming the nRF52840 for the proximity application. Once I have programmed all the...
Hi,
We are seeing some strange stuff when trying to pass floating point values to a function. When we pass the parameter by value (meaning as an actual floating point number...
Hi!
I'm trying to communicate with modem through UART.
Power supply: Battery connected to VDDH
VDD_nRF: 1.8V
nRF52840 DK connected to modem devkit using wires (about...
I am using example code TWI_sensor. It is the same code i just switch ports and added couple of lines that would power up my sensor. After running it i can't even clk going...
Dear Community;
I am using this code provided by a Nordic engineer to make some HTTP request in order to use Telegram Bot API . It works fine but after 1-2 days working...
Hi,
I am in search of an SoC capable of processing data and having Bluetooth features. I have to use it in an automotive design and need to be compatible for the application...
Hi, I am having an issues when i run the command
west init -m https://github.com/NordicPlayground/fw-nrfconnect-nrf This is the response : I found a similar issue here but...
I'm trying to find documentation about the RADIO peripheral of the NRF51822 chip. In the NRF SDK file nrf51.h i can find all the registers like 'PCNF0' and 'CRCCNF' but there...
Trying to setup nRF Sniffer v2.1 for nRF52 Development Kit (PCA10040)
1) Wireshark does not see the Sniffer. When I run nrf_sniffer.bat, I get this:
C:\Program Files\Wireshark...
Hi,
I am now trying to reduce the total number of packets during the dfu process. After reading all the code about dfu in both app and bootloader, I find that in this process...
I am trying to install the pc-ble-driver onto my PC so that I can get the dll and lib files necessary to read/write from a nRF52840 Dongle programmatically. I am following...
Hello, we are using microchip bluetooth as uart tranpsarent and we have custom app in android to control it. In future we are going to do mesh application in android. But...