Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I am designing a NRF52 based device. One of the component , Crystal X1, EPSON FA-128 32.0000MF10Z-AJ3 used in the reference design is not available for purchase in online...
On the included Thing52 example, the LED fires m_ioext_osc_status_change from an interrupt. Eventually, when it comes to requesting use of the TWI this comparison happens...
I've noticed that if I call app_usbd_cdc_acm_write with the length set to any multiple of 64 the data will not show up on my PC until I do another write with a value that...
Hi DevZone,
I am modifying an CAN library for nRF52840 preview DK. In my project, nRF52 preview DK is working as a SPI master and Arduino CAN Bus Shield is working as a...
Hi,
I am developing a device using the PCA10028 Dev Kit
It is configured as a BLE Central, SDK 7.2, SD 120
I am starting out with the example "ble_app_hrs_c_s120_pca10028...
Hello
Ive implemented and modified the light_switch_example and now I want to change the tx_power(sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle, int8_t tx_power...
I am writing a program that waits for button 1 to be pressed. once it is pressed for 5 second it will call the LED ON api and when button 1 is pressed again for single shot...
i want to know which example in the SDK of MESH is the fast way make a demo to show this functon: use our moble phone to control more LED in same time.
remark: every LED...
Hello, I ask a question about power_manager() which is internally called sd_app_evt_wait(). I want the program to enter power_manager () to stop waiting for the event to come...
Hi guys,
we have triggered one interesting state of fds module… This could be somehow connected to https://devzone.nordicsemi.com/f/nordic-q-a/27259/fds-data-corrupted/107629#107629...
I have a problem with upgrading bootloader on NRF52832 IC. We are in the middle of porting our own bootloader from SDK 8.1 to SDK 14, because we had to change BLE modules...
Dear All,
while evaluating low-power options in the context of wireless sensors, I've stumbled upon a strange behavior with the nRF52832 using ESB from SDK 14.2. Here's...
Hi
I modified the SPI master example to read an 16-bit ADC at 44.1 kHz.
While the HAL_TIMER achieves its ~22 microseconds quite good, the SPI driver is quite slow: the...
Hi!
I have an observer that listens for advertises from just one ble switch. I can control the leds on the nRF52 DK with the switch. Now i want to connect to nrf connect...
Hey guys,
I have been fighting with this for a couple of days and I am hoping someone can give me some insights as to what might be going on.
We currently use the nRF24L01P...