I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
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...