Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hello,
I am working on a custom pcb with nrf9160-SICA. I have UART SPI and GPIOs running fine but I am having a very difficult time with I2c (TWI).
Pins 8 and 9 are occupied...
Hello,
I'm trying to use the nrf52840 Dongle on the Raspberry 3B+. I didn't achieve to run an appImage downloaded from your site. When i'm executing the app nothing happens...
My current hardware is based on SoftDevice SD132, v6.0.0 as provided with SDK 15.0.0. I would like to update it to use SoftDevice 6.1.0 (as part of SDK 15.2.0) and perhaps...
Hi all,
I use nRF52832-QFAA, S132 2.0.0, SDK 11.0.0, IAR 7.5 under Windows
Upon connection, I am trying to resolve the peer "random private resolvable" address (not for...
we have designed a board using Nrf9160 IC and we have issue with SIM module. we not getting 1.8 volt in "SIM_1V8" pin. when running mqtt sample program we are getting
...
Hi,
Using nRF52840 with SDK15.0.0.
I started my projetc based on BLE tutorial characteristics.
I created my service and add 2 characteristics successfully.
My module...
Hi All,
Sanity check here. I'm reading the RSSI value from a received packet
if (nrf_esb_read_rx_payload(&rx_payload) == NRF_SUCCESS) { if (rx_payload.length > 0) {...
A device that is provisioned with PB-GATT enabled stops receiving mesh packets after the provision is complete.
When the provisioning process is complete nrf_mesh_disable...
HI,
I got the following log while advertising:
SOFTDEVICE ASSERTION FAILED AT 0x00014AA6
Since this address locates at softdevice, I can not know what happens.
Would...
Hello,
Using nRF52 DK boards, I'm trying the simple_message_model by modifying the light switch example.
With the client, I simple send a 12 bytes unreliable message by...
Hello! I have a question about nordic thingy 52. Is there any possibility to play more than 8kHz on this board? For example: if i will change speaker on another it could help...
Hello, How do I set the analog reference voltage to external pin P0.02? I'm using the arduino environment so I don't know how to set it via those registers? I'm currently...
Hi,
I am using SDK 15.0 on a custom board using nRF52840. Softdevice is 6.0.0. Coding with SES.
I am investigating and trying to fix the infamous IOS caching of characteristics...
In the schematic of the nRF52840-DK L1 and C4 form the matching network. C22 is noted with NP, but on the DK i have, is a component placed.
Since i would like to use the...
Hi to everyone!
I've been testing the Bluetooth on the nRF52832 DK board with some of the examples and I have saved the mac address (obtained from my smartphone).
In...