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/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
Hi,
Tried enabling POF on while using S140 with the following code:
The board VDD and VDDH are configured to be 3.3V and in the lab, were dropping the voltage to...
getting error in running bootloader
Output/secure_bootloader_ble_s112_pca10040e Release/Obj/nrf_dfu_validation.o: in function `nrf_dfu_validation_init':
I have designed a custom board with the nRF52840 following the examples from the dev kit, dongle, and datasheet (circuit config 5). The board is similar to the dongle but...
I understand that the BLE-stack takes the highest processing priority on the nRF52 (nRF52840 in my case). So data read on one of the GPIO pins of the nRF52 may be "lost" if...
Hi guys , i'm using nRF mesh library nRFMeshProvision 2.2.3. I'm trying to connect to multiple mesh nodes and send message to all of them. In provided class NetworkConnection...
Hi all,
I am interfacing with an MCP25625 device using SPIM3 on the nRF9160 and I am receiving no response on the MISO line. I have verified the correct functionality of...
Sorry i post on 2 thread. I don't know how to delete this post.
So i modify and add the main link:
devzone.nordicsemi.com/.../total-discuss-tx-power-change-on-nrf52811...
I would like to understand the timeout values for wait for acknowledge on ESB protocol
Example, from the source code:
#define RX_WAIT_FOR_ACK_TIMEOUT_US_1MBPS (73) /*...
Hi,
I'm a firmware eng with an ancient history of h/w design.
We are in production with the nrf52840 but still do new designs.
This question is in reference to the 52840...
Hi, We were trying with a new n/w carrier in Canada ( Maxim ). nrf9160 is able to connect to the network, but it is not able to resolve our server URL ipv4 address. Below...
Hi,
I am testing RX mode.
And the module is sure to enable M1 (%XSYSTEMMODE: 1,0,0,0)
I use the following command, but return error.
AT%XRFTEST=1,1,2,19500,17,1,0...
Hello,
I´m writing my thesis and using the Online Power Profiler to get a estimation about current consumption in NB-IoT cases.
I would like to use the diagram from the...
Hi, I have developed zigbee stack.
I tested to connect the door lock example of Thread and Zigbee SDK 3.2.0 with ZC of SDK 4.2.0.
I checked connection with these.
So...
Hi,
We are going to use NRF52832 for a project, and planning to design our own PCB card and assemble the NRF52832 chips, purchased through Digikey or a similar distributor...
Hi everyone,
I have designed a project based on the Radio test example, in the Nordic SDK. After programming all my code on the NRF52833 DK (PCA10100), i decided to design...