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...
After having a problems with a function using vsnprintf, I finally boiled it down to sprintf. Every 128 characters that has been run through sprintf, it truncates the output...
I have a BMD-340 eval kit (uses nRF52840) as does my contracted developer who has sent me a hex file to program into my board. I have installed The Segger Embedded Studio...
My configuration:
IAR V8.22
Custom board with nRF52832
Softdevice V6.0.0
SDK 15
I understand that BLE uses, in the link layer, CRC to verify packet integrity...
Hi, has anyone interfaced with the SX1272 using the nRF52840? Perhaps they could point at us some LoRa SDK or libraries which will help the development process?
Thanks
Would a wire-wound inductor work better than a chip inductor for the antenna circuit of NRF52810? I'm using the 32 pin QFN package with the LDO configuration which calls for...
I need to calculate the max number of concurrent connection Central can support given the following
Connection Internval = 7.5ms
Baud Rate per connected peripheral:...
Where can I find this version of hub?
ERROR: Could not find a version that satisfies the requirement hub==2.0 (from -r zephyr/scripts/requirements.txt (line 10)) (from versions...
When nrfutil is installed with python 3, I get an error when generating bootloader settings page. This does not occur with python 2. As python 2 support expires very soon...
Hi.
I am testing MESH by nrf5SDKforMeshv201src and nRF5_SDK_15.0.0_a53641a.
I have a problem.
My project have one of the client and one of the server.
Client transmit...
Hi I had a question to setup the MCP2515 driver in the zephyr project.
We have a custom board for the decawave DWM1001 module, which uses a nRF52832 chip. They have a device...
Hello I am using a I2C sensor module and I need to tranmit only address to receive data back, but I dont know how.
Program crashes on line 4.
Thank you for your help...
I have a DK52 with another device at attached to the SPI bus. I also have a PPK. Should
I connect the second device to VDD_nrf to count as a load? right now it is connected...
When the bluetooth service function is initialized, sd_ble_uuid_vs_add() is called in the ble_dfu_buttonless_init() function in case of an out of memory error. In the ble_nus_init...