I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hello,
There is gonna be a tech tour in my country(Israel) soon and I am planning to purchase 2 nrf52832 Development kits does anybody know if it will be available there...
Hi! I want to use the "cube" animation from android thingy app, with my custom board.
When I scaned in first place I couldn't see my board. It was solved adding the ble_tcs...
Hi,
Is it safe to backfeed some current into the PPK.
I use the PPK to measure the power consumption of a battery powered IoT device. I disconnect the battery and use the...
It looks like the "NRF52-DK" development kit I can find comes with an nRF52832 chip, but I'm looking to get a dev kit to develop for the nRF52810. I did also find a "NRF52840...
Hi: it's me again, sorry to bother everyone once more.
This time I can finish provisioning... almost. You see, at the end of the whole provision process, a function must...
Hello,
A stupid newbie question: APP_UART_FIFO_INIT seems to get stuck while trying to run
example code.
Only modification I have made is the usage of SEGGER_RTT for...
Hello,
I was having some trouble communicating with another slave device thru TWI, I was not receiving his ACKs.
So I decided to try to turn off internal pull ups following...
I'm using S132 (SDK 12.3) and I'm trying to perform DFU over the air. The procedure I am using with this device (and failing) is being used on other devices an succeeding...
Hi everyone,
I'm trying to compile my own bootloader. I had this error when trying to flash it into my module:
Here is my linker script for the bootloader:
SEARCH_DIR...
I want to write data longer than 20 bytes on Android MCP.
But if I use "write command", only 20 bytes data can by successfully written. The rest data is lost.
If I use ...
The last time, i could wireless communication by pressing a botton.
The next time, i wanna send the data to phone if the communication is established.
i modified the source...
There are already a few threads about this problem but none of them helped.
I want to use GPIO9 + 10 as .. well .. GPIO.
Here's what I did:
added CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS...
hi,everyone,i use the nrf52832,sdk11.Every now and then my hardware has reset,and l use the "NRF_POWER->RESETREAS" to read the reset cause, and the NRF_POWER->RESETREAS value...
I have gone through the SDK and from what i basically understand is that gazell and BLE Multilink look very similar from the application point of view(1 Host connecting to...
In the nRF5 SKD alpha, gatts_cache_manager.c:123 looks like this:
gscm_evt.params.sc_state_stored.state = &peer_data.p_service_changed_pending;
Is this supposed to...