Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
What I am trying to accomplish is to establish a connection between an iPhone (device 1) and an NRF52 (device 2), then sniff the data sent between them from a third device...
Hello,
I have designed a custom board with NRF52832 IC which controls vibration motors. And I am turing on vibration motor from n-channel mosfet as shown in the image below...
Hello ,
I'm using ble_app_eddystone example and I would like to stop the advertising and TLM when I press button 2. I able to create a correctly inicialization of button...
we validate the example /ble_centeral/ble_app_multilink_central with NRF_SDH_BLE_TOTAL_LINK_COUNT equals 8. Change the number from 8 up to 15, it still work.
but when the...
in a ble_nus_c_evt_handler().
SDK13, nRF52, S132.
I made connect success. When it done, I send command to peripherial to start discovery. When event came
case BLE_NUS_C_EVT_DISCOVERY_COMPLETE...
Hi, when trying to read a register from a chip using the IIC interface,blocking mode:
uint32_t ms5837_cmd_read(uint8_t *data, uint8_t length, uint8_t register_address)...
On a custom board with an nRF52832, I have some LEDs I'm driving from the pins 9 and 10. One or both of these pins are used for the NFC antenna unless you configure them as...
I am trying to understand the whitelist feature by following the HID Key board peripheral example on S140 v5.0.0.-2_aplha on nRF52840 dev kit. I am using iPhone SE with nRF...
Hi all,
I'm trying to return a write response in nRF sdk but so far no success.
Actually I'm still scratching my head to figure out how characteristic write works exactly...
I am trying to build and debug the Mesh v1.0.0 light-switch server example and getting a
cryptic error when launching the debug.
My environment is Segger v3.30 on macOS...
Hello,
I just bought a nRF52832 development kit
infocenter.nordicsemi.com/.../nRF52_DK_User_Guide_v1.2.pdf
The board can pair and data transfter with mobile after i...
With a little research, I came to the probably erroneous conclusion that the "NRF_ERROR_INTERNAL" error I keep getting is likely caused by my not using a twi event handler...
hi
i did the setup according to border router setup guide on Nordic info center. all run fine but when i tried to run command ""panid 0xabcd" it saying not found
Good evening.
I write a project on nrf51822 in which there are a number of services with a set of characteristics (write and read). I need to limit access to some characteristics...